09-01-2023, 12:48
0
Kod:
tomasz@tomasz-O416:~$ sudo cat /etc/fstab
[sudo] hasło użytkownika tomasz:
# /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/sdb2 during installation
UUID=eca90209-b989-4ed5-9f2d-366f39e53450 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=8AD3-9311 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda1 during installation
UUID=52fe3fc1-2f0f-4198-a3e3-7f67d1ada504 /home ext4 defaults 0 2
/swapfile none swap sw 0 0
tomasz@tomasz-O416:~$