On Sun, 9 Dec 2001 17:31:10 +0100 (MET) Sebastiaan <[EMAIL PROTECTED]> wrote:
> High, > > On Sun, 9 Dec 2001, mikepolniak wrote: > > > I have used mkisofs and cdrecord to create a multi-session CD of data > > tracks containing > > my digital photo jpegs (as per Creating Multi-session CD's Howto ). > > > > I can check the iso before i burn it with the loopback driver and it shows > > the multi > > sessions as being on the iso image. After i burn it, cdrecord -msinfo shows > > the > > correct sectors count for the added sessions. > > > > However, when i mount the cd i can only see the first session. I tried > > using the mount > > options for iso9660 with: > > mount -t iso9660 -o session=x (or sbsector=xxx) /dev/scd0 /mnt > > > > But no matter what x is, the mount only shows the first session. Has anyone > > had > > success with mounting multi-session CD's? > > > Not really succes, but a bypass. I remember a kernel module cdfs (cd file > system). Search for it with google and compile it. When you mount the > cdrom with '-t cdfs', the various tracks are displayed. Mount these with > the loopback option. > OK. cdfs works. But i also re-did my multi-session CD and now it mounts all the sessions also! So now i have 2 ways to mount the multi-session CD.