Advertisement
Guest User

Untitled

a guest
Feb 24th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. PARTUUID=8bad27e2-14b2-4ff5-99d1-9bd855306a72 /boot/efi vfat umask=0077 0 0
  9. PARTUUID=e75f6ede-1741-4dd7-b1d7-5814c8cf798c /recovery vfat umask=0077 0 0
  10. /dev/mapper/cryptswap none swap defaults 0 0
  11. UUID=dcb25733-233b-4d5d-b9ee-70c7b4021580 / ext4 noatime,errors=remount-ro 0 1
  12. /dev/disk/by-uuid/0f6c80d9-a284-4586-92bf-87c536afb165 /media/michael/Games auto nosuid,nodev,nofail,x-gvfs-show 0 0
  13. /dev/disk/by-uuid/1a04f209-63c8-43da-b1e9-1ea8bc7d0aed /media/michael/4tb\040HDD auto nosuid,nodev,nofail,x-gvfs-show 0 0
  14. /dev/disk/by-uuid/a5891e18-649e-4ddf-9de4-398b0b537a46 /media/michael/1tb\040Sata\040SSD auto nosuid,nodev,nofail,x-gvfs-show 0 0
  15. /dev/disk/by-uuid/6a10254b-780f-407d-901e-619e3abe00d2 /media/michael/Main\040Files auto nosuid,nodev,nofail,x-gvfs-show 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement