On Wed Jun 03 2015 11:46:42 GMT-0600 (MDT) Gustin Johnson <gus...@meganerd.ca> wrote: > For GPT disks use gdisk.
'parted' is another tool. Combine with 'lsblk' to show us your disk layout: [root@leel ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 931.5G 0 disk ├─sda1 8:1 0 600M 0 part ├─sda2 8:2 0 300M 0 part /boot/efi ├─sda3 8:3 0 128M 0 part ├─sda4 8:4 0 426.7G 0 part ├─sda5 8:5 0 15.4G 0 part ├─sda6 8:6 0 500M 0 part /boot └─sda7 8:7 0 487.9G 0 part └─luks-5736c6a6-b7d0-4d7f-9e2f-33901567964c 253:0 0 487.9G 0 crypt ├─fedora-swap 253:1 0 6.9G 0 lvm [SWAP] ├─fedora-root 253:2 0 50G 0 lvm / └─fedora-home 253:3 0 431G 0 lvm /home then run 'parted' against your disk: [root@leel ~]# parted /dev/sda "print" Model: ATA WDC WD10JPVX-22J (scsi) Disk /dev/sda: 1000GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 1 1049kB 630MB 629MB ntfs Basic data partition hidden, diag 2 630MB 945MB 315MB fat32 EFI System Partition boot, esp 3 945MB 1079MB 134MB Microsoft reserved partition msftres 4 1079MB 459GB 458GB ntfs Basic data partition msftdata 6 459GB 460GB 524MB ext4 7 460GB 984GB 524GB 5 984GB 1000GB 16.5GB ntfs Basic data partition hidden, diag and post the output. -- Viorel
signature.asc
Description: OpenPGP digital signature
_______________________________________________ clug-talk mailing list clug-talk@clug.ca http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying