Untitled

From Forensic Macaw, 4 Years ago, written in Plain Text, viewed 2 times.
URL https://paste.blessuren.de/view/659ab864 Embed
Download Paste or View Raw
  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. /dev/mapper/vgxubuntu-root /               ext4    errors=remount-ro 0       1
  9. # /boot was on /dev/nvme0n1p2 during installation
  10. UUID=3a6382d7-cfda-4e5a-983f-840d7610530f /boot           ext4    defaults        0       2
  11. # /boot/efi was on /dev/nvme0n1p1 during installation
  12. UUID=39D5-E6D8  /boot/efi       vfat    umask=0077      0       1
  13. /dev/mapper/vgxubuntu-swap_1 none            swap    sw              0       0
  14.  

Reply to "Untitled"

Here you can reply to the paste above