[root@ryzen6gig pulec]# blkid /dev/nvme0n1p3: LABEL="nvme_ext4" UUID="1182a931-85be-4669-9a9c-d03c7e07fb95" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="c3004428-cc6a-4ec4-84ba-0e01fdfa3e3d" /dev/nvme0n1p1: PARTLABEL="BIOS boot partition" PARTUUID="efe3121d-c043-411d-acc3-b479dc30432c" /dev/nvme0n1p2: UUID="3D0B-F4C2" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="Linux filesystem" PARTUUID="76cf35dd-1418-46b5-b24a-f7ecfffb9719" /dev/sdd1: LABEL="K_SA400S37960G_2" UUID="81d68c0b-b75c-42a6-a800-3da3413e6337" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="304f7d0d-f93b-480f-80f6-64f563ffe9eb" /dev/sdb1: LABEL="K_SA400S37960G_1" UUID="f8a218f2-d619-4111-97bc-2b212e6bcf99" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="911d6181-8fb6-4907-a72f-954bd6608269" /dev/sdc1: LABEL="samsung8601TB" UUID="617d5030-dd6b-4173-8813-89548720f08d" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="fcc89125-f0d0-4ea6-9ec2-9ec97593c962" /dev/nvme1n1p1: LABEL="TS512GMTE220SPCI" UUID="844166f6-373a-43d8-9293-33b3b41df4c8" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="TS512GMTE220S_ON_PCI-E_extender" PARTUUID="cac802c7-c3c1-434d-8b9c-ed8bf6390c56" /dev/sda1: LABEL="ssd_kingston_a40" UUID="fa6f547d-774c-4851-a4a7-f3c99cd1bb77" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="940e26b2-bb9d-4ac1-a7a8-dfaa547cf4d9" [root@ryzen6gig pulec]# genfstab / -Up # UUID=1182a931-85be-4669-9a9c-d03c7e07fb95 LABEL=nvme_ext4 /dev/nvme0n1p3 / ext4 rw,relatime 0 1 # UUID=844166f6-373a-43d8-9293-33b3b41df4c8 LABEL=TS512GMTE220SPCI /dev/nvme1n1p1 /run/media/pulec/TS512GMTE220SPCI ext4 rw,nosuid,nodev,relatime,errors=remount-ro 0 2 portal /run/user/1000/doc fuse.portal rw,nosuid,nodev,user_id=1000,group_id=1000 0 0 # UUID=f8a218f2-d619-4111-97bc-2b212e6bcf99 LABEL=K_SA400S37960G_1 /dev/sdb1 /run/media/pulec/K_SA400S37960G_1 ext4 rw,nosuid,nodev,relatime,errors=remount-ro 0 2 # UUID=fa6f547d-774c-4851-a4a7-f3c99cd1bb77 LABEL=ssd_kingston_a40 /dev/sda1 /run/media/pulec/ssd_kingston_a40 ext4 rw,nosuid,nodev,relatime,errors=remount-ro 0 2 # UUID=617d5030-dd6b-4173-8813-89548720f08d LABEL=samsung8601TB /dev/sdc1 /run/media/pulec/samsung8601TB ext4 rw,nosuid,nodev,relatime,errors=remount-ro 0 2 # UUID=81d68c0b-b75c-42a6-a800-3da3413e6337 LABEL=K_SA400S37960G_2 /dev/sdd1 /run/media/pulec/K_SA400S37960G_2 ext4 rw,nosuid,nodev,relatime,errors=remount-ro 0 2 # UUID=3D0B-F4C2 /dev/nvme0n1p2 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 /swapfile none swap defaults 0 0 [root@ryzen6gig pulec]#