You are not logged in.

#1 2007-04-14 01:00:07

luuuciano
Member
Registered: 2007-01-27
Posts: 311

right fstab for a DVDrw and CDrw?

Hi!

I have two writers: one DVD writer and one CD writer...
but I can not find the right fstab configuration for it sad

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 smile

luciano


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

#2 2007-04-14 05:39:31

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: right fstab for a DVDrw and CDrw?

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

#3 2007-04-14 08:42:46

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: right fstab for a DVDrw and CDrw?

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

#4 2007-04-14 10:31:05

bigbob73
Member
From: Fort Worth, Texas
Registered: 2006-07-19
Posts: 89

Re: right fstab for a DVDrw and CDrw?

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

Board footer

Powered by FluxBB