You are not logged in.
Pages: 1
Hi!
I have two writers: one DVD writer and one CD writer...
but I can not find the right fstab configuration for it
currently I am accesing to it by hal and/or dbus, but I want to configure it right on the fstab
(if not, I can not reach them using konsole for example... I have to use konkeror for it)
Wich is the right way to acchieve this?
TIA, and sorry for the bad english
luciano
I arch, you arch, he arch, she arch, we arch, they arch...
Offline
Probably you want something like that in fstab:
/dev/cdrw /mnt/cd iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd auto ro,user,noauto,unhide 0 0
Offline
or maybe this
/dev/cdrw /mnt/cd iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf,iso9660 ro,user,noauto,unhide 0 0
i had the auto option on both drives myself till i wasnt able to read a few discs i burned with same system months earlier. with file systems named i can read the troublesome discs now.
Offline
I've been using these with no problems...
/dev/hdc /mnt/dvdwriter auto rw,noauto,user,exec 0 0
/dev/hdd /mnt/cdwriter auto rw,noauto,user,exec 0 0
Offline
Pages: 1