Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@host:/# fdisk -l -u -c /dev/sda
- WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
- Disk /dev/sda: 599.9 GB, 599932844032 bytes
- 255 heads, 63 sectors/track, 72937 cylinders, total 1171743836 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 262144 bytes / 524288 bytes
- Disk identifier: 0x6111cea2
- Device Boot Start End Blocks Id System
- /dev/sda1 1 1171743835 585871917+ ee GPT
- Partition 1 does not start on physical sector boundary.
- root@host:/# fdisk -l /dev/sda1 2>/dev/null| head -n 2 | tail -n 1
- Disk /dev/sda1: 209 MB, 209190912 bytes
- root@host:/# fdisk -l /dev/sda2 2>/dev/null| head -n 2 | tail -n 1
- Disk /dev/sda2: 299.8 GB, 299756421120 bytes
Advertisement
Add Comment
Please, Sign In to add comment