Takas Alanı aktif olduğu halde kapatma seçenklerinde Hazırda Beklet seçeneği yok.
sudo blkid
/dev/sda1: LABEL="Sistem (W)" UUID="964C721C4C71F6F9" TYPE="ntfs" PARTUUID="b37fd212-01"
/dev/sda2: LABEL="Wino" UUID="8E38792D38791605" TYPE="ntfs" PARTUUID="b37fd212-02"
/dev/sda5: UUID="50e5caa0-3373-4a6d-94a7-12afb740508e" TYPE="ext4" PARTUUID="b37fd212-05"
/dev/sda6: UUID="cabb759c-b3bd-4a88-9d46-3ffc9706db38" TYPE="swap" PARTUUID="b37fd212-06"
/dev/sdb1: LABEL="DEPO" UUID="045E81AC5E819758" TYPE="ntfs" PARTUUID="0006dd50-01"
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/sda5 during installation
UUID=50e5caa0-3373-4a6d-94a7-12afb740508e / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=cabb759c-b3bd-4a88-9d46-3ffc9706db38 none swap sw 0 0
sudo fdisk -l
Disk /dev/sda: 111,8 GiB, 120034123776 bayt, 234441648 sektör
Birimler: sektör'i 1 * 512 = 512 baytın
Sektör boyutu (montıksal/fiziksel): 512 bayt / 512 bayt
G/Ç boyutu (en düşük/en uygun): 512 bayt / 512 bayt
Disketikeri tipi: dos
Disk belirleyicisi: 0xb37fd212
Aygıt Açılış Başlangıç Son Sektör Boyut ld Türü
/dev/sda1 * 2048 1026047 1024000 500M 7 HPFS/NTFS/exFAT
/dev/sda2 1026048 163743743 162717696 77,6G 7 HPFS/NTFS/exFAT
/dev/sda3 163747838 234440703 70692866 33,7G 5 Ek
/dev/sda5 163747840 226665808 62917969 30G 83 Linux
/dev/sda6 226668544 234440703 7772160 3,7G 82 Linux takas / Solaris
Disk /dev/sdb: 465,8 GiB, 500107862016 bayt, 976773168 sektör
Birimler: sektör'i 1 * 512 = 512 baytın
Sektör boyutu (montıksal/fiziksel): 512 bayt / 4096 bayt
G/Ç boyutu (en düşük/en uygun): 4096 bayt / 4096 bayt
Disketikeri tipi: dos
Disk belirleyicisi: 0x0006dd50
Aygıt Açılış Başlangıç Son Sektör Boyut ld Türü
/dev/sdb1 2048 976771071 976769024 465,8G 7 HPFS/NTFS/exFAT
sudo parted -l
Model: ATA Corsair Force LE (scsi)
Disk /dev/sda: 120GB
Sektör boyutu (mantıksal/fiziksel): 512B/512B
Disk bölümü Tablosu: msdos
Disk Bayrakları:
Numara Başlangıç Son Boyut Tür Dosya sistemi Bayraklar
1 1049kB 525MB 524MB primary ntfs önyükleme
2 525MB 83,8GB 83,3GB primary ntfs
3 83,8GB 120GB 36,2GB extended
5 83,8GB 116GB 32,2GB logical ext4
6 116GB 120GB 3979MB logical linux-swap(v1)
Model: ATA ST500LM012 HN-M5 (scsi)
Disk /dev/sdb: 500GB
Sektör boyutu (mantıksal/fiziksel): 512B/4096B
Disk bölümü Tablosu: msdos
Disk Bayrakları:
Numara Başlangıç Son Boyut Tür Dosya sistemi Bayraklar
1 1049kB 500GB 500GB primary ntfs
sudo blkid
/dev/sda1: LABEL="Sistem (W)" UUID="964C721C4C71F6F9" TYPE="ntfs" PARTUUID="b37fd212-01"
/dev/sda2: LABEL="Wino" UUID="8E38792D38791605" TYPE="ntfs" PARTUUID="b37fd212-02"
/dev/sda5: UUID="50e5caa0-3373-4a6d-94a7-12afb740508e" TYPE="ext4" PARTUUID="b37fd212-05"
/dev/sda6: UUID="cabb759c-b3bd-4a88-9d46-3ffc9706db38" TYPE="swap" PARTUUID="b37fd212-06"
/dev/sdb1: LABEL="DEPO" UUID="045E81AC5E819758" TYPE="ntfs" PARTUUID="0006dd50-01"