D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] Burning multiple isos to one disc?

 

Just catching up with Emails and reading Linux Magazine when I saw your
thoughts re Multiple Distro's

The cover DVD for this month is ...............is Best of Small Distros
http://www.linux-magazine.com/issue/76/Linux_Magazine_DVD.pdf

 This CD is compressed as a set of SquashFS images. To access its
contents:

  * You may add SquashFS support to your existing system (GoboLinux
kernel has
    this support by default) and then mount the desired image:
    $ mount -o loop -t
squashfs /Mount/CD-ROM/Packages-List-Base.squashfs /Mount/SquashFS

  * Alternatively, you may boot from the CD


For more information about SquashFS, see
    http://squashfs.sf.net


Hope this info helps.


On Mon, 2007-02-05 at 08:59 +0000, Grant Sewell wrote:
> Terry Hill wrote:
> 
> > I've heard of utilities that can mount .iso files as if they we're 
> > "burned" and inserted into the appropriate drive for the media they 
> > contain, although i'm not sure whats about for linux.
> 
> 
> On Linux you can easily mount an ISO file in almost exactly the same way
> as you'd mount a normal CD/DVD but with an extra option, also note the 
> need to use the "-d" option when umounting:
> 
> $ su -c "mount -t iso9660 TheOpenCD-3.1.iso /mnt/iso/ -o loop"
> Password:
> $ ls /mnt/iso/
> autorun.inf  disctree  extras    md5sum.txt  preseed   start.bmp  ubuntu
> bin          dists     install   pics        programs  start.exe  casper 
>     doc          isolinux  pool      README.diskdefines    start.ini
> $ su -c "umount -d /mnt/iso"
> Password:
> $ ls /mnt/iso/
> 
> --Grant.
> 


-- 
The Mailing List for the Devon & Cornwall LUG
http://mailman.dclug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html