Guest User

Untitled

a guest
May 24th, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 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=9b9a7ac2-4ac4-4ca2-b4de-8b0dac16a559 swap swap defaults,noatime 0 0
  9. UUID=3606-862C /boot/efi vfat umask=0077 0 2
  10. UUID=82db9e79-cc45-444b-a0a4-5daddee19f90 /home ext4 defaults,noatime 0 2
  11. UUID=b0f189a2-5734-42a8-bd85-53e70a2eca3a / ext4 defaults,noatime 0 1
  12. tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
  13.  
Advertisement
Add Comment
Please, Sign In to add comment