/etc/fstab
File Format
Field Structure
Example /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=123e4567-e89b-12d3-a456-426614174000 / ext4 defaults,noatime 1 1
UUID=223e4567-e89b-12d3-a456-426614174001 /home ext4 defaults,noatime 1 2
/dev/sdb1 none swap sw 0 0
//server/share /mnt/share cifs credentials=/etc/samba/creds,iocharset=utf8,sec=ntlm 0 0Explanation
Best Practices
Conclusion
Last updated