Ehh... Sorry guys... I already know how to mount a single session iso file :) My question is if it is possible to mount a multi session iso file where the iso is built as follows: mkisofs -J -r -V NewSession -C `cdrecord dev=1,0,0 -msinfo` -M 1,0,0 -o output.iso This is a little different than an image built as a single session iso file as the start positions of the previous session and current session are specified as part of the creation process. This iso creation process is used to create multi session image files which can then be written to a previously recorded cd taking into account the data that already exists on the cd. For example, I'd like to be able to mount session #2's iso file. Unfortunately, I am getting: "mount: Not a directory" each time I attempt to mount an iso that was built as per the above mkisofs command. Again, single session iso files mount w/o error. It is the subsequent image files that I am having trouble with. Any help is appreciated. Thanks, Alejandro ----- Original Message ----- From: "Pete Nesbitt" <pete@xxxxxxxxx> To: <redhat-list@xxxxxxxxxx> Sent: Sunday, February 08, 2004 2:40 PM Subject: Re: Multisession ISO files > On February 8, 2004 11:20 am, Alejandro Calbazana wrote: > > Hello, > > > > Is it possible to mount a multisession .iso file? I am trying to mount one > > using > > > > mount myiso.iso -o loop /mnt/image > > > > but it errors our on me with "mount: Not a directory". > > > > Thanks, > > > > Alejandro > > Hi Alejandro, > put the option either right after mount, or else at the very end: > mount -o loop ./myiso.iso /mnt/image > -- > Pete Nesbitt, rhce > > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list