Advertisement
Guest User

Untitled

a guest
Nov 17th, 2020
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. [ido66667@b550aoruselite ~]$ cat /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid' to print the universally unique identifier for a device; this may
  5. # be used with UUID= as a more robust way to name devices that works even if
  6. # disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point> <type> <options> <dump> <pass>
  9. UUID=71B7-0DF3 /boot/efi vfat umask=0077 0 2
  10. UUID=38878b32-c851-404d-b864-6cdf76234eb3 swap swap defaults,noatime 0 2
  11. UUID=46876f57-99f5-476e-ae7b-5cb4a6afb47a / ext4 defaults,noatime 0 1
  12. UUID=1ccb677a-a6c4-4ea8-8da5-3c5767bcc1df /home ext4 defaults,noatime 0 2
  13. [ido66667@b550aoruselite ~]$ blkid
  14. /dev/nvme0n1p1: UUID="71B7-0DF3" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="9a2b732e-6714-fe47-89e1-a965c0126ad4"
  15. /dev/nvme0n1p2: UUID="38878b32-c851-404d-b864-6cdf76234eb3" TYPE="swap" PARTUUID="ae8f8c36-b3bb-2840-a4db-4e61f193d7a3"
  16. /dev/nvme0n1p3: UUID="46876f57-99f5-476e-ae7b-5cb4a6afb47a" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="1525355f-bd86-b346-9e44-165df484240e"
  17. /dev/nvme0n1p4: UUID="1ccb677a-a6c4-4ea8-8da5-3c5767bcc1df" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="a1819797-f1a6-7c45-adbc-e910114c43a3"
  18. /dev/nvme0n1p5: BLOCK_SIZE="512" UUID="C838F7D838F7C40A" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="f0a432a1-0934-4a43-80a9-7c9efa06830b"
  19. [ido66667@b550aoruselite ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement