Guest User

Untitled

a guest
Aug 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. $ sudo blkid
  2. /dev/mapper/nvme0n1p7_crypt: UUID="94fe7730-b54e-43a6-be1c-ec4c1fcec084" TYPE="ext4"
  3. /dev/nvme0n1p1: LABEL="BOOT" UUID="56A4-3F33" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="b2acdb69-298e-4720-8368-30a86df0d055"
  4. /dev/nvme0n1p4: LABEL="DATA" UUID="160E3B620E3B3A57" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="e05129b9-f57e-48b3-8502-ad7129883615"
  5. /dev/nvme0n1p5: UUID="95aa2c8c-2cd1-4fef-8dc3-c93a896e9f15" TYPE="ext4" PARTUUID="f12911aa-86cc-4d9a-8117-39fd5a31bd8e"
  6. /dev/nvme0n1p7: UUID="20adda12-da97-4c79-af97-cb69a7a4af00" TYPE="crypto_LUKS" PARTUUID="26e3155a-aee1-4185-82d2-a4d41d6cee6c"
  7. /dev/loop0: TYPE="squashfs"
  8. /dev/loop1: TYPE="squashfs"
  9. /dev/loop2: TYPE="squashfs"
  10. /dev/loop3: TYPE="squashfs"
  11. /dev/loop4: TYPE="squashfs"
  12. /dev/loop5: TYPE="squashfs"
  13. /dev/loop6: TYPE="squashfs"
  14. /dev/loop7: TYPE="squashfs"
  15. /dev/loop8: TYPE="squashfs"
  16. /dev/loop9: TYPE="squashfs"
  17. /dev/loop10: TYPE="squashfs"
  18. /dev/loop11: TYPE="squashfs"
  19. /dev/loop12: TYPE="squashfs"
  20. /dev/loop13: TYPE="squashfs"
  21. /dev/loop14: TYPE="squashfs"
  22. /dev/loop15: TYPE="squashfs"
  23. /dev/nvme0n1: PTUUID="71954aea-d40f-480d-ad82-e574d4960a4d" PTTYPE="gpt"
  24. /dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="db7c9553-7b2e-4b8d-acd4-b04a66af3bc2"
  25. /dev/nvme0n1p3: PARTLABEL="Basic data partition" PARTUUID="cc57510d-4af0-4c72-9233-e2acf8b439d6"
  26. /dev/nvme0n1p6: PARTUUID="00d5b8ac-276c-4662-acfc-16f9b3eaa098"
  27.  
  28. $ sudo cat /etc/fstab
  29. # /etc/fstab: static file system information.
  30. #
  31. # Use 'blkid' to print the universally unique identifier for a
  32. # device; this may be used with UUID= as a more robust way to name devices
  33. # that works even if disks are added and removed. See fstab(5).
  34. #
  35. # <file system> <mount point> <type> <options> <dump> <pass>
  36. UUID=94fe7730-b54e-43a6-be1c-ec4c1fcec084 / ext4 errors=remount-ro 0 1
  37. # /boot was on /dev/nvme0n1p5 during installation
  38. UUID=95aa2c8c-2cd1-4fef-8dc3-c93a896e9f15 /boot ext4 defaults 0 2
  39. # /boot/efi was on /dev/nvme0n1p1 during installation
  40. UUID=56A4-3F33 /boot/efi vfat umask=0077 0 1
  41. # /media/DATA was on /dev/nvme0n1p4 during installation
  42. UUID=160E3B620E3B3A57 /media/DATA ntfs defaults,umask=007,gid=46 0 0
  43. #/dev/mapper/nvme0n1p6_crypt none swap sw 0 0
Add Comment
Please, Sign In to add comment