Advertisement
Guest User

fstab

a guest
Nov 1st, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 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=538E-74EA /efi vfat defaults,noatime 0 2
  9. UUID=99000711-fde5-41d2-80d0-2b6c8d8f4c13 swap swap defaults 0 0
  10. UUID=7a5a29af-2989-4f46-85ee-fb849f541468 / ext4 defaults,noatime 0 1
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement