/etc/fstab
Structure of /etc/fstab
/etc/fstabExample /etc/fstab
/etc/fstab# <file system> <mount point> <type> <options> <dump> <pass>
UUID=123e4567-e89b-12d3-a456-426655440000 / ext4 defaults,noatime 0 1
UUID=123e4567-e89b-12d3-a456-426655440001 /home ext4 defaults 0 2
UUID=123e4567-e89b-12d3-a456-426655440002 none swap sw 0 0
UUID=123e4567-e89b-12d3-a456-426655440003 /mnt/data ext4 defaults 0 2
192.168.1.100:/export/nfs /mnt/nfs nfs defaults 0 0Fields Explained
Common Use Cases
Managing /etc/fstab
/etc/fstabAdding a New Entry
Conclusion
Last updated