Advertisement
dandv

Untitled

Dec 6th, 2019
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.76 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. /dev/mapper/ubuntu--vg-root /               ext4    errors=remount-ro 0       1
  10. # /boot was on /dev/nvme0n1p2 during installation
  11. UUID=ecc3e1d0-7a07-4adc-9d96-aef404c691b6 /boot           ext4    defaults        0       2
  12. # /boot/efi was on /dev/nvme0n1p1 during installation
  13. UUID=EE2B-6611  /boot/efi       vfat    umask=0077      0       1
  14. /dev/mapper/ubuntu--vg-swap_1 none            swap    sw              0       0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement