ibo@ibo ~ $ 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/sda4 during installation
UUID=4b9b8d0d-c78c-4cc5-a8df-520a4dcad4cd / ext4 errors=remount-ro 0 1
# swap was on /dev/sda3 during installation
UUID=3b517b76-f416-44c3-97e6-c9f28180ac84 none swap sw 0 0
/dev/disk/by-uuid/B41AD1EA1AD1AA1E /mnt/B41AD1EA1AD1AA1E auto nosuid,nodev,nofail,x-gvfs-show 0 0
ibo@ibo ~ $
Mesajlar Birleştirildi.
ibo@ibo ~ $ sudo lsblk
[sudo] password for ibo:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465,8G 0 disk
├─sda4 8:4 0 287,8G 0 part /
├─sda2 8:2 0 167,9G 0 part
├─sda5 8:5 0 4,9G 0 part
├─sda3 8:3 0 5,2G 0 part
└─sda1 8:1 0 1K 0 part
ibo@ibo ~ $