A technician needs to create a diskette to transfer data from a Linux server to a Windows 2000 server. The diskette is unformatted. Which of the following commands should be used to prepare the diskette for writing?
A.
mount /dev/fd0 /mnt/floppy mkfs -t msdos /dev/fd0
B.
mkfs -t ext2 /dev/fd0 mount /dev/fd0 /mnt/floppy
C.
mount /dev/fd0 /mnt/floppy mkdosfs /dev/fd0
D.
mkdosfs /dev/fd0 mount -t msdos /dev/fd0 /mnt/floppy
D