Guest User

Untitled

a guest
Dec 30th, 2013
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. root@host:/# fdisk -l -u -c /dev/sda
  2.  
  3. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  4.  
  5.  
  6. Disk /dev/sda: 599.9 GB, 599932844032 bytes
  7. 255 heads, 63 sectors/track, 72937 cylinders, total 1171743836 sectors
  8. Units = sectors of 1 * 512 = 512 bytes
  9. Sector size (logical/physical): 512 bytes / 512 bytes
  10. I/O size (minimum/optimal): 262144 bytes / 524288 bytes
  11. Disk identifier: 0x6111cea2
  12.  
  13. Device Boot Start End Blocks Id System
  14. /dev/sda1 1 1171743835 585871917+ ee GPT
  15. Partition 1 does not start on physical sector boundary.
  16.  
  17.  
  18. root@host:/# fdisk -l /dev/sda1 2>/dev/null| head -n 2 | tail -n 1
  19. Disk /dev/sda1: 209 MB, 209190912 bytes
  20.  
  21.  
  22. root@host:/# fdisk -l /dev/sda2 2>/dev/null| head -n 2 | tail -n 1
  23. Disk /dev/sda2: 299.8 GB, 299756421120 bytes
Advertisement
Add Comment
Please, Sign In to add comment