I have just created ISO using these instructions:
How can I mount this iso image that was created?
|
I have just created ISO using these instructions: How can I mount this iso image that was created? |
||||
|
|
|
Linux has a loopback device which lets you mount files that contain a filesystem on them. This will work for images of partitions (i.e. an ext3 backup image) but also works for cdrom images as well. This command allows you to mount an iso image. In order of this to work,
The |
|||
|
The following command helped:
Found here: http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/ |
|||||
|
|
like that:
|
||||
|
You want to do a loop mount. |
|||||
|