Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ~$ sudo fdisk -l
  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: 1000.2 GB, 1000204886016 bytes
  7. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  8. Units = sectors of 1 * 512 = 512 bytes
  9. Sector size (logical/physical): 512 bytes / 4096 bytes
  10. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  11. Disk identifier: 0x4ecc625d
  12.  
  13. Device Boot Start End Blocks Id System
  14. /dev/sda1 1 1953525167 976762583+ ee GPT
  15. Partition 1 does not start on physical sector boundary.
  16.  
  17. Disk /dev/sdb: 31.4 GB, 31440502784 bytes
  18. 64 heads, 32 sectors/track, 29984 cylinders, total 61407232 sectors
  19. Units = sectors of 1 * 512 = 512 bytes
  20. Sector size (logical/physical): 512 bytes / 512 bytes
  21. I/O size (minimum/optimal): 512 bytes / 512 bytes
  22. Disk identifier: 0x73696d20
  23.  
  24. This doesn't look like a partition table
  25. Probably you selected the wrong device.
  26.  
  27. Device Boot Start End Blocks Id System
  28. /dev/sdb1 ? 1919230059 6204919772 2142844857 a OS/2 Boot Manager
  29. /dev/sdb2 ? 544829025 1089655755 272413365+ 65 Novell Netware 386
  30. /dev/sdb3 ? 168653938 168653938 0 65 Novell Netware 386
  31. /dev/sdb4 2885681152 2885734080 26464+ 0 Empty
  32.  
  33. Partition table entries are not in disk order
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement