On 11/02/2016 06:30 PM, fred roller wrote:
> Mount -o loop file.iso ./somedirectory/you/made
> 
> I believe will mount your image
> 
> Most archive managers will open an iso file as well. Booting a live
> usb/dvd would allow for exploring. 

To be certain:

        mount -o loop -t iso9660 /path/to/file.iso /desired/mountpoint

The "-t iso9660" ensures a CDROM-style FS is used. It should autodetect
it, but "belt and suspenders" is never a bad idea.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
-   You possess a mind not merely twisted, but actually sprained.    -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to