VdubZA
July 24th, 2008, 04:25 AM
I have one cd drive and one dvd drive on my Ububtu Server 8.04.1.
I want to both of them, but only manage to get the cd shared but not the dvd drive.
Here is the config I have.
/dev/scd0 /media/cdrom0 iso9660 defaults,auto,ro,user 0 0
/dev/scd1 /media/cdrom1 iso9660 defaults,auto,ro,user 0 0
mount -a
mount: wrong fs type, bad option, bad superblock on /dev/scd1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I want to both of them, but only manage to get the cd shared but not the dvd drive.
Here is the config I have.
/dev/scd0 /media/cdrom0 iso9660 defaults,auto,ro,user 0 0
/dev/scd1 /media/cdrom1 iso9660 defaults,auto,ro,user 0 0
mount -a
mount: wrong fs type, bad option, bad superblock on /dev/scd1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so