| Linux | Security | Debian | Slax | Tiny Core | Health |
|
If a Computer Won't Start from a CD, DVD or USB Drive List the Contents of a Directory Mount an ISO Image Without Writing it to a CD or DVD |
LinuxMount an ISO ImageWithout Writing it to a CD or DVDIf you download a CD or DVD image, which is an ISO file, you can write it to a CD or DVD and access the files. There may be situations where you want to access the files on an ISO image without writing it to a CD or DVD. You can do this by mounting the ISO image. Create DirectoryBefore mounting the ISO image, you must have a directory to mount it to. It can be mounted to any directory. For illustration purposes create a new directory called "iso" in the "mnt" directory. Open the Root Terminal and type:
Another option is to open the Root File Manager and make this directory. Mount the ISO ImageThe drive can be mounted by opening the Root Terminal and typing:
For example, if tinycore_2.2.iso was in /home/helen, to mount it to /mnt/iso use:
Another option is to go to the directory containing the iso file, then mount it.
Using the above example, it would be:
You can now access the contents of the ISO image by going to /mnt/iso. UnmountIt can be unmounted using:
or
Using the above example, it could be unmounted using:
or
© Copyright Guy Shipard 2008 - 2009 |