Comment 4 for bug 112584

Revision history for this message
ingo (ingo-steiner) wrote :

That bug still persists in Feisty (kernel 2.6.20-16-generic):

in /etc/fstab:
'/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0'
automount mounts as 'iso9660' despite it is a pure udf-dvd (iso-level 4, no Joliet, no Rockridge extensions):

cat /proc/mounts =>
'/dev/scd0 /media/cdrom0 iso9660 ro,nosuid,nodev,noexec 0 0'

manual umount and mounting with option '-t udf' does it correctly:

cat /proc/mounts =>
'/dev/sr0 /media/cdrom0 udf ro 0 0'

So to me it is not the mount command, but either hal or the GNOME automount feature.
(a related bug is that the fstab option 'noauto' is ignored as soon as also the option 'users' is present: a device, i.e. harddisk, is than mounted automatically at boot-up)