Just like I said my dvd writer doesn't see blank cds (it reads and burns properly dvd and reads already written cds).
sudo mount /dev/hdc
in konsole says: no medium present.
Same with K3b - it asks for a blank disc, even if there already is one in the drive. I tried different brands. Also, I can boot the pc with ANY cd or dvd with no problem. It is connected as secondary master with 80 wire flat cable.
my fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# /dev/hda2
UUID=fb8f08ef-57b3-4e59-b8ae-c0c4c3370749 / reiserfs nouser,defaults,atime,auto,
rw,dev,exec,suid 0 1
# /dev/hda1
UUID=56307779-f607-4e01-88e4-b8f57b6d8b6b /boot ext2 nouser,defaults,atime,auto,
rw,dev,exec,suid 0 2
# /dev/hda3
UUID=165278d5-b536-40c7-a946-03da378278b7 /home reiserfs nouser,defaults,atime,a
uto,rw,dev,exec,suid 0 2
# /dev/hda4
UUID=0dc01894-d9a8-478e-8544-1095224ff726 none swap sw 0 0
/dev/hdc /media/cdrom0 iso9660 user,noauto 0 0
Any ideas?
sudo mount /dev/hdc
in konsole says: no medium present.
Same with K3b - it asks for a blank disc, even if there already is one in the drive. I tried different brands. Also, I can boot the pc with ANY cd or dvd with no problem. It is connected as secondary master with 80 wire flat cable.
my fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# /dev/hda2
UUID=fb8f08ef-57b3-4e59-b8ae-c0c4c3370749 / reiserfs nouser,defaults,atime,auto,
rw,dev,exec,suid 0 1
# /dev/hda1
UUID=56307779-f607-4e01-88e4-b8f57b6d8b6b /boot ext2 nouser,defaults,atime,auto,
rw,dev,exec,suid 0 2
# /dev/hda3
UUID=165278d5-b536-40c7-a946-03da378278b7 /home reiserfs nouser,defaults,atime,a
uto,rw,dev,exec,suid 0 2
# /dev/hda4
UUID=0dc01894-d9a8-478e-8544-1095224ff726 none swap sw 0 0
/dev/hdc /media/cdrom0 iso9660 user,noauto 0 0
Any ideas?
Comment