cdrom mounting troubles

2004-12-05 Thread Trysch
hi i am having a problem mounting my cdrom some of the time on freebsd 5.3 my cdrom is also a 28 times burner if i put in a data disk and type mount -t cd9660 -r /dev/acd0 /cdrom it mounts just fine. however if i put in a regular cd to just listen to not an mp3 disk is tells me its an incorrect

Re: cdrom mounting troubles

2004-12-05 Thread Lucas Holt
I'm not 100% sure about this, but I believe that audio cds use a different file system than data cds. cd9660 is the iso cd format. On Sun, 5 Dec 2004, Trysch wrote: hi i am having a problem mounting my cdrom some of the time on freebsd 5.3 my cdrom is also a 28 times burner if i put in a data

Re: cdrom mounting troubles

2004-12-05 Thread Lowell Gilbert
Trysch [EMAIL PROTECTED] writes: hi i am having a problem mounting my cdrom some of the time on freebsd 5.3 my cdrom is also a 28 times burner if i put in a data disk and type mount -t cd9660 -r /dev/acd0 /cdrom it mounts just fine. however if i put in a regular cd to just listen to not

Re: cdrom mounting troubles

2004-12-05 Thread Trysch
I've tried every mount command i can find t otry and it wont mount at all with music in the cdrom at all Lucas Holt wrote: I'm not 100% sure about this, but I believe that audio cds use a different file system than data cds. cd9660 is the iso cd format. On Sun, 5 Dec 2004, Trysch wrote: hi i

Re: cdrom mounting troubles

2004-12-05 Thread Adam Fabian
On Sun, Dec 05, 2004 at 11:38:21AM -0700, Trysch wrote: however if i put in a regular cd to just listen to not an mp3 disk is tells me its an incorrect super block Audio CDs do not have a filesystem and cannot be mounted. They can, however, be read and played with an appropriate program. --