An introduction to Linux /etc/fstab file, used in Linux to mount the file system at boot time

fstab

As a server administrator or Linux desktop user or anyone who is new to Linux, understanding about /etc/fstab file in Linux and how to debug fstab issues are very important.

Fstab is a file system table used by the kernel during boot time to mount the file system. To put it in simple terms, you will create one or more partitions on your hard drive, and you will make an entry for each partition in fstab which will be read by the kernel during boot time and the file system will be automatically mounted.

By default, any partitions you create during the OS installation will be automatically added to the fstab file. Interestingly, they also touch on the /etc/mtab file as well.

See https://ostechnix.com/what-is-fstab-in-linux-introduction-to-linux-etc-fstab-file/

#technology #linux #fstab