Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1.  
  2. root@ubuntu:/media/ubuntu# partprobe
  3. Warning: /dev/sdb contains GPT signatures, indicating that it has a GPT table. However, it does not have a valid fake msdos partition table, as it should. Perhaps it was corrupted -- possibly by a program that doesn't understand GPT partition tables. Or perhaps you deleted the GPT table, and are now using an msdos partition table. Is this a GPT partition table?
  4. Error: Both the primary and backup GPT tables are corrupt. Try making a fresh table, and using Parted's rescue feature to recover partitions.
  5. root@ubuntu:/media/ubuntu# gdisk /dev/sda -l
  6. GPT fdisk (gdisk) version 0.8.8
  7.  
  8. Partition table scan:
  9. MBR: MBR only
  10. BSD: not present
  11. APM: not present
  12. GPT: not present
  13.  
  14.  
  15. ***************************************************************
  16. Found invalid GPT and valid MBR; converting MBR to GPT format
  17. in memory.
  18. ***************************************************************
  19.  
  20. Disk /dev/sda: 625076912 sectors, 298.1 GiB
  21. Logical sector size: 512 bytes
  22. Disk identifier (GUID): C59CE4D8-20CB-4228-9624-84358CE612F9
  23. Partition table holds up to 128 entries
  24. First usable sector is 34, last usable sector is 625076878
  25. Partitions will be aligned on 2048-sector boundaries
  26. Total free space is 8841837 sectors (4.2 GiB)
  27.  
  28. Number Start (sector) End (sector) Size Code Name
  29. 1 1050624 617285631 293.8 GiB 8300 Linux filesystem
  30. root@ubuntu:/media/ubuntu#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement