How to mount a file system?
-
fsck
-
fsmount
-
mount
-
mountfs
C
Correct answer
Explanation
The mount command is used to attach a filesystem to a directory tree, making it accessible. fsck is for filesystem checking, fsmount and mountfs are not standard Linux commands.