Imposible to mount a dvd with open SuSE 11.1

I can’t read a CDROM but a dvd yes.
This my fstab file:

/dev/disk/by-id/ata-Maxtor_6Y080P0_Y298VZEC-part5 swap                 swap       defaults              0 0
/dev/disk/by-id/ata-Maxtor_6Y080P0_Y298VZEC-part1 /                    ext3       acl,user_xattr        1 1
/dev/disk/by-id/ata-Maxtor_6Y080P0_Y298VZEC-part6 /home                ext3       acl,user_xattr        1 2
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
debugfs              /sys/kernel/debug    debugfs    noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
/dev/cdrom0	     /media/dvd		iso9660       auto,users,ro       0 0

And i don’t know why !!!
please help me.
Thank you.

No /etc/fstab entry required for cdrom and dvd drives. This is handled by hal/udev/d-bus (automounting) via OS.

After the OS mounts the dvd automatically you can go to the terminal and type “mount” to see how it was mounted.
That way if you have to mount one in future…say from a console you won’t have any issues.

Are your users members of the ‘disk’ group? This is necessary for users to access /dev/cdrom

Under openSUSE, users belong to disk and cdrom groups. cdrom group memebership is needed by k3b for burning CD/DVDs.

I added users to the disk group, but it does not work.
I can read a dvd but not a cdrom.

Are you talking about a specific CDROM or all CDROMS?
Can you check with a different CDROM?