You are not logged in.
Pages: 1
Hi there!
I just installed a DVD burner in my sys and now i wanted to ask, what to insert in my fstab, because graveman only recognizes the dvd burner as a normal dvd drive.
here is what my current fstab looks like
#
# /etc/fstab: static file system information
#
# <file> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults,size=512M
/dev/hdd /mnt/cd iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
/dev/fd0 /mnt/fl vfat user,noauto 0 0
/dev/hda3 / ext3 defaults 0 1
/dev/hda1 /boot ext2 defaults 0 1
/dev/hda2 swap swap defaults 0 0
/dev/sdb1 /media/storage1 ext3 defaults 0 0
/dev/sda1 /media/storage3 ext3 defaults 0 0
/dev/hdb1 /media/storage2 ext3 defaults 0 0
thx
Offline
I don't think the program uses the fstab to get information about your device because there aren't any except from mount options.
It may use hal or something to do this (k3b do uses hal).
Hail to the thief!
Offline
Here are the two relevant lines from my fstab. I'm not sure about your /dev/dvd part, but you definitely should change the ro (read-only) to rw (read-write) since it's a burner. That may be the problem.
/dev/hda /mnt/dvd auto ro,user,noauto,unhide 0 0
/dev/hdc /mnt/dvdrw auto rw,user,noauto,unhide 0 0
Offline
I don't think burning apps care much about mount points...
1000
Offline
open graveman
file>prefferences>devices>rescan if that dont work add device
/dev/dvd or /dev/hdX where X represents where burner is plugged in
Offline
Pages: 1