Advertisement
Guest User

Untitled

a guest
Feb 10th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sudo gdisk -l /dev/sdc
  2. GPT fdisk (gdisk) version 0.8.1
  3.  
  4. Caution: invalid backup GPT header, but valid main header; regenerating
  5. backup header from main header.
  6.  
  7. Warning! Main and backup partition tables differ! Use the 'c' and 'e' options
  8. on the recovery & transformation menu to examine the two tables.
  9.  
  10. Warning! One or more CRCs don't match. You should repair the disk!
  11.  
  12. Partition table scan:
  13. MBR: protective
  14. BSD: not present
  15. APM: not present
  16. GPT: damaged
  17.  
  18. ****************************************************************************
  19. Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
  20. verification and recovery are STRONGLY recommended.
  21. ****************************************************************************
  22.  
  23. Warning! Secondary partition table overlaps the last partition by
  24. 4294966385 blocks!
  25. You will need to delete this partition or resize it in another utility.
  26. Disk /dev/sdc: 1565565872 sectors, 746.5 GiB
  27. Logical sector size: 512 bytes
  28. Disk identifier (GUID): C3326FFA-5472-4CE9-8725-1D4769FCBE0F
  29. Partition table holds up to 128 entries
  30. First usable sector is 34, last usable sector is 1565565838
  31. Partitions will be aligned on 2048-sector boundaries
  32. Total free space is 2014 sectors (1007.0 KiB)
  33.  
  34. Number Start (sector) End (sector) Size Code Name
  35. 1 2048 5860532223 2.7 TiB 0700 Basic data partition
  36.  
  37. ---------------------------------------------------------------------------------------------
  38. sudo fdisk -l /dev/sdc
  39.  
  40. WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.
  41.  
  42.  
  43. Disk /dev/sdc: 801.6 GB, 801569726464 bytes
  44. 256 heads, 63 sectors/track, 97071 cylinders, total 1565565872 sectors
  45. Units = sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 512 bytes
  47. I/O size (minimum/optimal): 512 bytes / 512 bytes
  48. Disk identifier: 0xc8014eb6
  49.  
  50. Device Boot Start End Blocks Id System
  51. /dev/sdc1 1 4294967295 2147483647+ ee GPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement