I have the following line in /etc/fstab on CentOS 4.5: /dev/fd0 /media/floppy auto users,rw,exec,noauto 0 0 Why is it that, if I try to "mount /dev/fd0 /media/floppy" as a regular user, I get "only root can do that" but if I do "mount /media/floppy" it works without complaint?