LPI Exam Questions

What command can an ordinary (non-root) user use to mount a floppy disk in this system?

Consider the following /etc/fstab file: /dev/hda1 swap swap defaults 0 0 /dev/hda2 / ext2
defaults 1 1 /dev/hda3 /home ext2 defaults 1 2 none /proc proc defaults 0 0 /dev/fd0
/media/floppy vfat user,noauto 0 0 What command can an ordinary (non-root) user use to
mount a floppy disk in this system? (Please enter the command with all parameters and/or
options)

A.
mount /dev/fd0