Published Jul 28, 2022
[
 
]
The fstab (file system table) file (/etc/fstab
) is a configuration file that
defines how and where the main filesystems are to be mounted, especially at
boot time.
Each line of /etc/fstab contains
the necessary settings to mount one partition, drive or network share. The line has six columns, separated by whitespaces or tabs. The columns are as follows:
/dev/nvme0n1p3 /boot vfat defaults,noatime 0 2
/dev/nvme0n1p4 none swap sw 0 0
/dev/nvme0n1p5 / ext4 noatime 0 1
defaults
rw
, suid
, dev
, exec
, auto
,
nouser
, async
.rw
suid
exec
auto