I'm not able to see the DVD-RW on Dolphin so I assumed that the device was not detected. So I tried to mount it manually
After entering ~$ sudo mount -t iso9660 /dev/scd0 /media/cdrom0 I got
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Here's what fstab looks like -
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=622babc0-49b1-4214-bbce-6c238142ceb9 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=757d7047-d0c6-41a7-9285-59bd845730fa /home ext3 relatime 0 2
# /dev/sda1
UUID=eede51bc-cfc4-4431-b694-8f4ff65c70e0 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
#/dev/sdb1 /mnt/blacx
I've browsed around a bunch and have seen others having similar issues but couldn't find a solution.
Thanks for the help!
-n
After entering ~$ sudo mount -t iso9660 /dev/scd0 /media/cdrom0 I got
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Here's what fstab looks like -
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=622babc0-49b1-4214-bbce-6c238142ceb9 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=757d7047-d0c6-41a7-9285-59bd845730fa /home ext3 relatime 0 2
# /dev/sda1
UUID=eede51bc-cfc4-4431-b694-8f4ff65c70e0 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
#/dev/sdb1 /mnt/blacx
I've browsed around a bunch and have seen others having similar issues but couldn't find a solution.
Thanks for the help!
-n
Comment