nsaunders

gdisk MBR

Jun 1st, 2025
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. root@mordor:~#
  2. root@mordor:~# sudo gdisk -l /dev/sdb
  3. GPT fdisk (gdisk) version 1.0.8
  4.  
  5. Warning! Read error 5; strange behavior now likely!
  6. Partition table scan:
  7. MBR: MBR only
  8. BSD: not present
  9. APM: not present
  10. GPT: not present
  11.  
  12.  
  13. ***************************************************************
  14. Found invalid GPT and valid MBR; converting MBR to GPT format
  15. in memory.
  16. ***************************************************************
  17.  
  18. Disk /dev/sdb: 4096000000 sectors, 15.3 TiB
  19. Model: SSD
  20. Sector size (logical/physical): 4096/4096 bytes
  21. Disk identifier (GUID): D66BDBF4-299F-423F-A31B-A3BB0B27EBC7
  22. Partition table holds up to 128 entries
  23. Main partition table begins at sector 2 and ends at sector 5
  24. First usable sector is 6, last usable sector is 4095999994
  25. Partitions will be aligned on 256-sector boundaries
  26. Total free space is 4095999989 sectors (15.3 TiB)
  27.  
  28. Number Start (sector) End (sector) Size Code Name
  29. root@mordor:~#
  30.  
Advertisement
Add Comment
Please, Sign In to add comment