motaik

fstab

Jul 9th, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 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=54FC-DF81 /boot/efi vfat umask=0077 0 2
  9. UUID=66910a1e-e15c-4339-bd76-c87ff05e9b3b / btrfs subvol=@,defaults,noatime,space_cache,autodefrag,compress=zstd 0 1
  10. UUID=66910a1e-e15c-4339-bd76-c87ff05e9b3b /home btrfs subvol=@home,defaults,noatime,space_cache,autodefrag,compress=zstd 0 2
  11. UUID=5272787d-e548-43b7-bf96-17ed01e99fdf /mnt/lfs ext4 defaults 1 1
  12.  
  13. # Paste this information at the bottom of the file
  14. /swapfile none swap defaults 0 0
Advertisement
Add Comment
Please, Sign In to add comment