16-08-2022, 21:56
0
Kod:
janusz@janusz-ESPRIMO-D556:~$ blkid
/dev/sdb2: LABEL="Media" BLOCK_SIZE="512" UUID="01D8A42D06120F00" TYPE="ntfs" PARTUUID="4ad5da9e-7f5f-4d7d-9ddc-df577ac70de9"
/dev/sdb1: LABEL="Dane" BLOCK_SIZE="512" UUID="7E7821057820BDB1" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="a27adcf8-5d04-4800-aa27-4399702834f7"
/dev/sda2: UUID="594f6526-4e8c-4e77-9964-d46013b66130" TYPE="swap" PARTUUID="e35cb56d-7542-4cac-989c-829dce1c0dda"
/dev/sda3: UUID="a05fa8aa-2b02-484a-aa2e-cb60b88ed520" UUID_SUB="1c361b44-223a-4df6-8aac-6a81cd45a5f9" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="0465434f-2368-4d69-ac9a-90d20b385c54"
/dev/sda1: UUID="E0AC-4E34" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="8aa197dd-2695-4dd4-87b8-d59ffab78dcd"
Kod:
janusz@janusz-ESPRIMO-D556:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda3 during installation
UUID=a05fa8aa-2b02-484a-aa2e-cb60b88ed520 / btrfs defaults,subvol=@ 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=E0AC-4E34 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda3 during installation
UUID=a05fa8aa-2b02-484a-aa2e-cb60b88ed520 /home btrfs defaults,subvol=@home 0 2
# swap was on /dev/sda2 during installation
UUID=594f6526-4e8c-4e77-9964-d46013b66130 none swap sw 0 0