Comment 3 for bug 10550

Revision history for this message
Shaya Potter (spotter) wrote :

I don't see anything out of the ordinary for my fstab

spotter@dent:~ $ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda3 / ext3 defaults,errors=remount-ro 0 1
/dev/hda4 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

spotter@dent:~ $ id spotter
uid=1000(spotter) gid=1000(spotter)
groups=1000(spotter),4(adm),20(dialout),24(cdrom),25(floppy),29(audio),44(video),103(plugdev),107(lpadmin),108(scanner)

without a disc
spotter@dent:~ $ pmount -d /dev/hdc
resolved /dev/hdc to device /dev/hdc
device /dev/hdc handled by fstab, calling mount
mount: No medium found

with a disc (after umounting the automount)
spotter@dent:~ $ pmount -d /dev/hdc
resolved /dev/hdc to device /dev/hdc
device /dev/hdc handled by fstab, calling mount

still teh same for mount results
/dev/hdc on /media/cdrom0 type udf (ro,noexec,nosuid,nodev,user=spotter)
dr--r--r-- 3 4294967295 4294967295 88 2004-09-03 18:58 cdrom0