LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CDROM Drive permission problems Cedega (https://www.linuxquestions.org/questions/linux-newbie-8/cdrom-drive-permission-problems-cedega-415923/)

badgerbox76 02-15-2006 09:15 PM

CDROM Drive permission problems Cedega
 
I have just recently install cedega but when i try to mount my cdrom dirve i get this error message:

mount: block device /dev/hdc is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

I have just changed my file permissons but this has not helped so what should i do now?


My fstab file
Code:

# /etc/fstab: static file system information.
#
# <file system> <mount point>  <type>  <options>      <dump>  <pass>
proc            /proc          proc    defaults        0      0
/dev/hda1      /              ext3    defaults,errors=remount-ro 0      1
/dev/hda5      none            swap    sw              0      0
/dev/hdc        /media/cdrom0  udf,iso9660 user,noauto    0      0


My drive permissions
Code:

nos@Laptop:~$ ls -la /dev/hdc
brwxrwxr-x  1 root cdrom 22, 0 2006-02-15 18:43 /dev/hdc
nos@Laptop:~$ ls -la /media/cdrom0
total 8
drwxr-xr-x  2 root root 4096 2006-02-03 08:25 .
drwxr-xr-x  3 root root 4096 2006-02-03 08:25 ..
nos@Laptop:~$


cdjc 02-16-2006 12:36 AM

Have you tried changing "udf,iso9660", on the line for /dev/hdc in /etc/fstab, to "auto"?

badgerbox76 02-16-2006 05:38 PM

Thanks for the feedback but i have fixed the problem, i dont know how i fixed it but i did :)


All times are GMT -5. The time now is 06:48 PM.