Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. cat /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid' to print the universally unique identifier for a
  5. # device; this may be used with UUID= as a more robust way to name devices
  6. # that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point> <type> <options> <dump> <pass>
  9. # / was on /dev/nvme0n1p3 during installation
  10. UUID=f625464c-1e7b-417f-a0ba-94f83cfcd019 / ext4 errors=remount-ro 0 1
  11. # /boot/efi was on /dev/nvme0n1p1 during installation
  12. UUID=9A76-D74C /boot/efi vfat umask=0077 0 1
  13. /swapfile none swap sw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement