İstenen çıktılar aşağıdaki gibidir.
sudo parted -l
Model: ATA SAMSUNG MZMPA016 (scsi)
Disk /dev/sda: 16,0GB
Sektör boyutu (mantıksal/fiziksel): 512B/512B
Disk bölümü Tablosu: gpt
Disk Bayrakları:
Numara Başlangıç Son Boyut Dosya sistemi İsim Bayraklar
Model: ATA ST500LT012-9WS14 (scsi)
Disk /dev/sdb: 500GB
Sektör boyutu (mantıksal/fiziksel): 512B/4096B
Disk bölümü Tablosu: gpt
Disk Bayrakları:
Numara Başlangıç Son Boyut Dosya sistemi İsim Bayraklar
1 1049kB 316MB 315MB fat32 önyükleme, esp
2 316MB 30,3GB 30,0GB ext4
3 30,3GB 35,3GB 5000MB linux-swap(v1)
4 35,3GB 500GB 465GB ext4
Model: Linux aygıt-eşlemleyicisi (crypt) (dm)
Disk /dev/mapper/cryptswap1: 4999MB
Sektör boyutu (mantıksal/fiziksel): 512B/4096B
Disk bölümü Tablosu: loop
Disk Bayrakları:
Numara Başlangıç Son Boyut Dosya sistemi Bayraklar
1 0,00B 4999MB 4999MB linux-swap(v1)
$ lsblk -o NAME,SIZE,TYPE,FSTYPE,MOUNTPOINT,UUID
NAME SIZE TYPE FSTYPE MOUNTPOINT UUID
sda 14,9G disk
sdb 465,8G disk
├─sdb1 300M part vfat /boot/efi AD5D-E782
├─sdb2 28G part ext4 / 187b3d89-40eb-4ea1-b8f8-b2258e2f8eed
├─sdb3 4,7G part swap 0ee1764c-c805-45ae-a97d-8391b3b807d1
│ └─cryptswap1
│ 4,7G crypt swap [SWAP] ea5f2522-90df-4098-8792-18c1c32789ed
└─sdb4 432,9G part ext4 /home 30ea63c9-0670-42fd-8116-3756c00c833e
sr0 1024M rom
1024M rom
alper[member=6497]Peno[/member]:~$ 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/sdb2 during installation
UUID=187b3d89-40eb-4ea1-b8f8-b2258e2f8eed / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=AD5D-E782 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sdb4 during installation
UUID=30ea63c9-0670-42fd-8116-3756c00c833e /home ext4 defaults 0 2
# swap was on /dev/sdb3 during installation
#UUID=0ee1764c-c805-45ae-a97d-8391b3b807d1 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0