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.
Fred Roller
On Nov 2, 2016 7:13 PM, "jd1008" jd1008@gmail.com wrote:
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org
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 ricks@alldigital.com - - AIM/Skype: therps2 ICQ: 226437340 Yahoo: origrps2 - - - - You possess a mind not merely twisted, but actually sprained. - ----------------------------------------------------------------------
On 11/03/16 09:33, Rick Stevens wrote:
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.
And, after you did all that and mounted all the other file systems contained on the LiveCD you'd find that there is no "Packages" directory. :-)
It isn't needed since the "install to disk" process simply copies whole directories from the rootfs.img to where it is needed and doesn't do package installs like the DVD installs of older releases.