Question 100:
A junior systems administrator created a new filesystem /dev/sda1 with mountpoint /data and added it to the /etc/fstab for auto-mounting. When the systems administrator tries to mount the file system, the system refuses. Given the output below:
Which of the following steps is necessary?
Answer options:
A. Change the filesystem from /dev/sda1 to /dev/sda2 and reboot. B. Change the options to auto,dev,sync,rw,nosuid and run the mount -a command. C. Change the mount point to data and reboot. D. Change the dump column to 1 and run the mount -a command.