Problem Statement
What is the purpose of the /etc/fstab file?
Explanation
The /etc/fstab file contains entries for all filesystems that should mount automatically during boot.
Each line specifies the device, mount point, filesystem type, and mount options.
Code Solution
SolutionRead Only
/dev/sdb1 /mnt/data ext4 defaults 0 2
Practice Sets
This question appears in the following practice sets: