File Systems
Remember to start with the wiki.software.list.linux.File Systems.File System Basics
And you may be looking for wiki.software.List.fstab
Things you should memorize if you can
- List the disks on your system
- Get their size
- List the partitions on each of the disks
- Get their format
- Mount partitions manually
- Mount partitions using fstab
- Luks Encrypted Paritions
Partitions
- Encrypted Paritions
- [[Encrypted Linux Partition|[encrypted partition|[encrypted partition|[encrypted partition|encrypted partition) using fstab in Linux
- The first column in /etc/crypttab is /dev/mapper/NAME and coincides with the first collumn in /etc/fstab
- How To Encrypt Root Filesystem on Linux – devconnected
- Linux Hard Disk Format Command - nixCraft
- Creating FAT Filesystems in Linux