Advertisement
Guest User

gdisk -l /dev/sda

a guest
Nov 23rd, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. sudo gdisk -l /dev/sda
  2. GPT fdisk (gdisk) version 0.8.8
  3.  
  4. Partition table scan:
  5. MBR: MBR only
  6. BSD: not present
  7. APM: not present
  8. GPT: not present
  9.  
  10.  
  11. ***************************************************************
  12. Found invalid GPT and valid MBR; converting MBR to GPT format
  13. in memory.
  14. ***************************************************************
  15.  
  16. Disk /dev/sda: 1953525168 sectors, 931.5 GiB
  17. Logical sector size: 512 bytes
  18. Disk identifier (GUID): 13E1284D-1445-4433-9462-F606A61FA65F
  19. Partition table holds up to 128 entries
  20. First usable sector is 34, last usable sector is 1953525134
  21. Partitions will be aligned on 2048-sector boundaries
  22. Total free space is 838920804 sectors (400.0 GiB)
  23.  
  24. Number Start (sector) End (sector) Size Code Name
  25. 1 2048 206847 100.0 MiB 0700 Microsoft basic data
  26. 2 206848 307202047 146.4 GiB 0700 Microsoft basic data
  27. 5 307204096 1114608392 385.0 GiB 0700 Microsoft basic data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement