# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # # Virtual filesystems proc /proc proc defaults 0 0 tmpfs /tmp tmpfs defaults 0 0 # System partitions /dev/cryptvolume/Swap none swap sw 0 0 /dev/cryptvolume/System / ext4 errors=remount-ro 0 1 /dev/cryptvolume/Boot /boot ext4 defaults 0 2 /dev/cryptvolume/Data /var ext4 defaults 0 2 /dev/cryptvolume/Application /usr ext4 defaults 0 2 /dev/cryptvolume/Work /home ext4 defaults 0 2 # Partitions /dev/cryptvolume/Library /srv/Library ext4 defaults 0 2