Guest User

Untitled

a guest
Dec 21st, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. $ sudo fdisk -l
  2. [sudo] password for sed:
  3.  
  4. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  5.  
  6.  
  7. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  8. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  9. Units = sectors of 1 * 512 = 512 bytes
  10. Sector size (logical/physical): 512 bytes / 512 bytes
  11. I/O size (minimum/optimal): 512 bytes / 512 bytes
  12. Disk identifier: 0x00000000
  13.  
  14. Device Boot Start End Blocks Id System
  15. /dev/sda1 1 625142447 312571223+ ee GPT
  16.  
  17. Disk /dev/sdb: 32.5 GB, 32451330048 bytes
  18. 64 heads, 32 sectors/track, 30948 cylinders, total 63381504 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: 0x6f20736b
  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 ? 778135908 1919645538 570754815+ 72 Unknown
  29. /dev/sdb2 ? 168689522 2104717761 968014120 65 Novell Netware 386
  30. /dev/sdb3 ? 1869881465 3805909656 968014096 79 Unknown
  31. /dev/sdb4 ? 2885681152 2885736650 27749+ d Unknown
  32.  
  33. Partition table entries are not in disk order
Advertisement
Add Comment
Please, Sign In to add comment