I need to extract the OS filesystem from Fedora's ISO image (downloadable from their site) using dd command?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Aug 5 '09 at 17:09
|
I believe I think you should use the
|
|||
|
|
|
If you already have the ISO filesystem in a file on your hard drive (downloaded from the Internet or copied, wholesale, from a CD or DVD), you'll need to mount the file in "loopback" mode. ("loopback" means the source of the filesystem is in fact another file, not a physical device.) As root, something like this would work:
Then you can browse /tmp/fedora using your favorite tools. You can use
|
|||
|
|