When unmounting a filesystem, what can be supplied to umount?
Question 2
104.3-001 / multiple_choice
Before a filesystem can be accessed on Linux, what must be done first?
Question 3
104.3-019 / multiple_choice
What is an equivalent /etc/fstab entry for a systemd mount unit with What=/dev/disk/by-uuid/56C11DCC5D2E1334, Where=/mnt/external, Type=ntfs, Options=defaults?
Question 4
104.3-005 / multiple_choice
What happens to files already present in a directory while another filesystem is mounted on that directory?
Question 5
104.3-007 / multiple_choice
Which mount option passes a comma-separated list of mount options?
Question 6
104.3-026 / short_answer
How can you remount as read-only an already mounted exFAT filesystem with UUID 6e2c12e3-472d-4bac-a257-c49ac07f3761 mounted at /mnt/data?
Question 7
104.3-021 / multiple_choice
Where should a systemd mount unit such as mnt-external.mount be placed?
Question 8
104.3-017 / multiple_choice
What does the fstab option defaults expand to according to the lesson?
Question 9
104.3-029 / command_line
Enter the command that forcefully unmounts /mnt/server or remounts it read-only if unmounting is not possible.
Question 10
104.3-003 / multiple_choice
What is the general syntax for manually mounting a filesystem?