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 -F pcfs /dev/rdiskette /mnt
B.
mount -F pcfs /dev/diskette /mnt
C.
mount -F pcfs /floppy/floppy0 /mnt
D.
mount /floppy/floppy0 /mnt
Explanation: