Paisquy

FSTAB

Jun 5th, 2021 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a device; this may
  4. # be used with UUID= as a more robust way to name devices that works even if
  5. # disks are added and removed. See fstab(5).
  6. #
  7. # <file system>             <mount point>  <type>  <options>  <dump>  <pass>
  8. UUID=EEED-A489                            /boot/efi      vfat    umask=0077 0 2
  9. /dev/mapper/luks-17e6064a-7dcc-48ac-8fc9-8b92edc37e71 swap           swap    defaults,noatime 0 0
  10. /dev/mapper/luks-27f87873-7d36-4ff8-a236-1e665a899d9e /              ext4    defaults,noatime 0 1
  11. /dev/mapper/luks-c2e4d693-e59c-40fd-8b75-b413379d2219 /home          ext4    defaults,noatime 0 2
  12. tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0
Add Comment
Please, Sign In to add comment