I have an ATAPI CD/DVD Writer "PIONEER DVD-RW DVR-106D" and my system finds it, but actually thats all!!!
When I try to mount it with "mount /dev/hdb /media/cdrecorder" it fails, asking me the type and format of the media
Code: Select all
mount: block device /dev/hdb is write-protected, mounting read-only
mount: you must specify the filesystem typeI'm currently using DVDr+tools 7.0 (but I also tried with 6.0 & 6.1)
KDE 3.5.5
Gentoo-sources-2.6.19-r1
udev
pmount
I have "cdrom cdrw dvd dvdrw" and "cdrom1 cdrw1 dvd1 dvdrw1" in my dev folder but nothing is working.
I tried this in my fstab
Code: Select all
/dev/cdrw1 /media/cdrecorder iso9660 noauto,users,rw 0 0
/dev/cdrom1 /media/cdrecorder iso9660 noauto,users,rw 0 0
/dev/dvdrw1 /media/dvdr iso9660 noauto,users,rw 0 0
/dev/dvd1 /media/dvdr iso9660 noauto,users,rw 0 0
/dev/sda1 /media/zip auto noauto,noatime,user 0 0
/dev/hdb /media/cdrecorder iso9660 noauto,users,rw 0 0I have the automount for CD-Rom and CDRW
any help would be greatly appreciated


