I have changed my system, so now my DVD are master and My Plextor is slave But How do I change the fstab, I am not able to acess my DVD with KDE, when I tries to make a new cd rom, I get the message: /dev/dvd: Input/output error mount: I could not determine the filesystem type, and none was specified. Can someone help a lost...... Gunnar
On Mon, 2002-03-25 at 19:49, Gunnar Haaland wrote:
I have changed my system, so now my DVD are master and My Plextor is slave But How do I change the fstab, I am not able to acess my DVD with KDE, when I tries to make a new cd rom, I get the message: /dev/dvd: Input/output error mount: I could not determine the filesystem type, and none was specified.
Can someone help a lost...... Gunnar
--
cd to /dev and have run "ls -l cdrom" then "ls -l dvd" then "ls -l cdrecorder". They should appear similar to mine below. upstairs:/dev # ls -l cdrom lrwxrwxrwx 1 root root 8 Jan 24 23:55 cdrom -> /dev/sr0 upstairs:/dev # ls -l dvd lrwxrwxrwx 1 root root 8 Jan 24 23:56 dvd -> /dev/sr0 upstairs:/dev # ls -l cdrecorder lrwxrwxrwx 1 root root 8 Jan 24 23:55 cdrecorder -> /dev/sr1 To change around the links for each just type (as root). cd /dev rm cdrom ln -s /dev/sr1 /dev/cdrom rm dvd ln -s /dev/sr1 /dev/dvd rm cdrecorder ln -s /dev/sr0 /dev/cdrecorder Where obviously the numbers relate to your system rather than mine. Im sure there's a more userfriendly way to do this, but I think this will be the quickest (and unfortunately the least safe - be careful). Ewan
participants (2)
-
Ewan Leith
-
Gunnar Haaland