0
Kod:
m@mintcomputer:~$ sudo blkid
[sudo] hasło użytkownika m:
/dev/sda: LABEL="TOSHIBA" UUID="84d2b84e-04b6-4085-b905-82aa4caeb2e4" TYPE="ext4"
/dev/sdb: LABEL="WD Green" UUID="c58fad39-6d60-430b-89f0-0353fdd082fe" TYPE="ext4"
/dev/sdc1: UUID="2904-7833" TYPE="vfat" PARTUUID="c5abf292-0658-460f-a0b2-c11131d1f0cd"
/dev/sdc2: UUID="32f00e81-93a3-42a5-87b1-9da034eaf44c" TYPE="ext4" PARTUUID="44052379-1c72-4420-b313-768406a50bc2"
/dev/sdc3: UUID="073c0310-ef4d-4a7d-b8ff-eb3357824c2f" TYPE="ext4" PARTUUID="e5e97db9-fe9e-46d0-8657-d08a0bd1f68f"
Kod:
m@mintcomputer:~$ 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/sdc2 during installation
UUID=32f00e81-93a3-42a5-87b1-9da034eaf44c / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdc1 during installation
UUID=2904-7833 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sdc3 during installation
UUID=073c0310-ef4d-4a7d-b8ff-eb3357824c2f /home ext4 defaults 0 2
# swap was on /dev/sdb8 during installation
UUID=3963fc1b-f82a-4ad1-abe0-e9aac55254c9 none swap sw 0 0