An fsck has just been run on an unmounted file system that exists on /dev/rdsk/c0t3d0s7.
Which command can you use to mount this file system as /export/eng_data?

A.
mount /dev/dsk/c0t3d0s7 /export/eng_data
B.
mount /export/eng_date /dev/dsk/c0t3d0s7
C.
mount /dev/rdsk/c0t3d0s7 /export/eng_data
D.
mount /export/eng_data /dev/rdsk/c0t3d0s7
Explanation:
Always use the non-raw device for mounting a file system.
Specify the device that is being mounted against the mount point.
If the file system details are listed within the /etc/vfstab file then the command mount /export/eng_date will also work