JAVA/Sun Exam Questions

Given that the volume manager daemon is not running, which command is used to mount a DOS format flo

Given that the volume manager daemon is not running, which command is used to mount a DOS format floppy disk onto the mount point /mnt?

A.
mount /dev/fd /mnt

B.
mount d /dev/diskette /mnt

C.
mount F dos /dev/diskette /mnt

D.
mount F pcfs /dev/diskette /mnt

E.
mount F pcfs /mnt /vol/dev/aliases/floppy0

Explanation:

The volume management daemon is vold and is started via the
/etc/init.d/volmgt script.
The correct syntax is: mount options what you are mounting mount point