The security policy for a company requires that volume management is disabled for all the systems. A user has a DOS-formatted diskette with files that need to be transferred to that user’s home directory.
Which command mounts the diskette?

A.
mount /floppy/floppy0 /mnt
B.
mount -F pcfs /floppy/floppy0 /mnt
C.
mount -F pcfs /dev/rdiskette /mnt
D.
mount -F pcfs /dev/diskette /mnt