Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: LFS 5.0, building 6.3, win98se, multiboot
Posts: 288
Rep:
mount
If the iso file is named foo.iso and you have an empty dir named isoview:
mount foo.iso isoview -o loop
then cd into isoview and look around and cp to your heart's content.
You need loop device support in your kernel and loop devices in /dev (which you most likely have).
Pretty sure that altering anything in the mount dir (isoview in this example) will trash the iso file. You may not be able to alter it, it may be read only. But cp'ing a file out is no problem. The mount command may require you to be root. Oh, and loop support is not the same thing as the loopback (127.0.0.1) interface, that causes some confusion.
Distribution: LFS 5.0, building 6.3, win98se, multiboot
Posts: 288
Rep:
Yeah, kind of neat. Found out about it from the RIP (Rescue Is Possible) documentation. You can do the same with initrd files. But you have to gunzip them first, and iirc gunzip won't work unless .gz is on the end of the file name, so you rename the initrd (like initrd.gz). Gunzip it then loop mount it the same way. And you _can_ alter in the veiwing directory with those, the changes will be reflected in the initrd file when you umount. In the previous example, just umount isoveiw.
Hi all!!!
Is there some way I can create the 'iso' files and put the dump on my hard drive. Also how can I burn those iso images to the CD ROMs. Please help
Is there some way I can create the 'iso' files and put the dump on my hard drive. Also how can I burn those iso images to the CD ROMs. Please help
ON the command line look for 'mkisofs' for creating iso-s and 'cdrecord' for burning them onto a cd. There are several graphical frontends, 'k3b' is perhaps the best, but you may check 'xcdroast', 'gtoaster' and the burn: filesystem on nautilus.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.