After a week of reading, research and dicker around with fstab I am certain I don't get what going on with my dvd-rw. I have one dvd-rw which will not mount with a disk inserted or when trying to burn a disk with k3b. I have a dvd-rom which works flawlessly. Below is my fstab.
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=70575e29-befe-42cc-8e59-60954d4295d8 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/hda5
UUID=8544e47d-4b17-4918-a0c8-4edef402a96a none swap sw 0 0
/dev/hdd /media/cdrom0 auto users,atime,noauto,rw,dev,exec,suid 0 0
/dev/hdc /media/cdrom1 auto users,atime,noauto,rw,dev,exec,suid 0 0
/dev/ /media/floppy0 auto users,atime,noauto,rw,dev,exec,suid 0 0
In system settings "disk and filesystem the drives are displayed like this:
Burner LITE-ON DVDRW LDW-411S/media/cdrom1 auto /dev/hdc Disabled
Optical Disk IDE DVD-ROM 16X /media/cdrom0 auto /dev/hdd Disabled
Again the Rom works perfectly mounting when a disk is inserted and opens etc. The burner will not mount with the same read disk or with a blank media when attempting to burn. K3b burn button "start" is greyed out. Please HELP! Would like to burn some disks.
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=70575e29-befe-42cc-8e59-60954d4295d8 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/hda5
UUID=8544e47d-4b17-4918-a0c8-4edef402a96a none swap sw 0 0
/dev/hdd /media/cdrom0 auto users,atime,noauto,rw,dev,exec,suid 0 0
/dev/hdc /media/cdrom1 auto users,atime,noauto,rw,dev,exec,suid 0 0
/dev/ /media/floppy0 auto users,atime,noauto,rw,dev,exec,suid 0 0
In system settings "disk and filesystem the drives are displayed like this:
Burner LITE-ON DVDRW LDW-411S/media/cdrom1 auto /dev/hdc Disabled
Optical Disk IDE DVD-ROM 16X /media/cdrom0 auto /dev/hdd Disabled
Again the Rom works perfectly mounting when a disk is inserted and opens etc. The burner will not mount with the same read disk or with a blank media when attempting to burn. K3b burn button "start" is greyed out. Please HELP! Would like to burn some disks.
Comment