LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   reading multivolume cds (https://www.linuxquestions.org/questions/linux-newbie-8/reading-multivolume-cds-328662/)

pcandpc 05-30-2005 06:41 PM

reading multivolume cds
 
Hello?

I have a CD created with multiple volumes in Windows.

In Windows, to switch between different volumes on this
CD, I use some utility called "multimounter" from the CD
burner vendor.

Now, is something like this available in Linux (console/GUI)
if I want to read different volumes on this CD? In other words,
does Linux support reading multivolume CDs?

Thanks.

evilmrhenry 06-05-2005 12:48 AM

Basically, yes, but it might be a bit tricky.

The mount command that is used to read cds has a "session=x" option. Assuming cdroms are placed in the /cdrom directory on read, the command
mount -o session=2 /cdrom
as root will mount the second session of the disk. If mount says the disk is already mounted,
mount -o remount,session=2 /mnt/auto/cdrom
will mount it correctly.

This isn't the best method, but it is the easiest to setup. If you know what you are doing, create multiple mount points, one for each session, or do the same thing with automount points for ultimate convenience. (However, I'm not sure if multiple sessions of a disk can be mounted at once.)

pcandpc 06-05-2005 12:09 PM

Hi evilmrhenry,

Thanks for your tips. I'll keep 'em in mind.

Does anyone know doing something similar in GUI?

Regards,

evilmrhenry 06-06-2005 04:24 PM

I do not think there are any GUI programs with that functionality. However, with automount, and multiple mount points, you can have "double-click on an icon, and load the n'th session from the CD".

pcandpc 06-07-2005 02:39 AM

Hi evilmrhenry,

All right! Thanks much for your comments.


All times are GMT -5. The time now is 02:53 PM.