Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 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. # / was on /dev/nvme0n1p6 during installation
  9. UUID=afc2bbb0-2c9b-4552-952e-eee7a19900aa / ext4 errors=remount-ro 0 1
  10. # /boot/efi was on /dev/nvme0n1p1 during installation
  11. UUID=647A-E095 /boot/efi vfat umask=0077 0 1
  12. # swap was on /dev/sda1 during installation
  13. UUID=d196a624-c1cc-4ae6-9e9e-35373caf5b9e none swap sw 0 0
  14. # /home was on /dev/sda7 during installation
  15. UUID=49ceb008-0684-49f5-849f-41275df30446 /home ext4 defaults 0 2
  16.  
  17. /dev/nvme0n1p1: LABEL="SYSTEM" UUID="647A-E095" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="af990562-015a-4582-b4a3-28153cdb7d9b"
  18. /dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="884900a4-628e-4c5a-9295-04ff099ea02c"
  19. /dev/nvme0n1p3: TYPE="BitLocker" PARTLABEL="Basic data partition" PARTUUID="3ae684a1-eab2-4551-9eb7-5cb43c623029"
  20. /dev/nvme0n1p4: LABEL="WinRE_DRV" UUID="CEF07DF4F07DE35F" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="b095b981-fe37-4e2d-b35a-62a2076d26d2"
  21. /dev/nvme0n1p5: UUID="ad4e0570-a6e2-45ac-9fcf-e371bc65a51e" TYPE="ext4" PARTUUID="6a2224be-ab29-46dc-8c23-4827008d0b0c"
  22. /dev/nvme0n1p6: UUID="afc2bbb0-2c9b-4552-952e-eee7a19900aa" TYPE="ext4" PARTUUID="29fe5912-e52e-4e2b-bdb4-50e75c5865ae"
  23. /dev/sda1: UUID="d196a624-c1cc-4ae6-9e9e-35373caf5b9e" TYPE="swap" PARTUUID="904cf3f5-ac52-4320-8cdb-156b747063c2"
  24. /dev/sda7: LABEL="Home" UUID="49ceb008-0684-49f5-849f-41275df30446" TYPE="ext4" PARTLABEL="Home" PARTUUID="cbdf3abf-29ff-43e0-8bb9-013a8dea7b78"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement