daily pastebin goal
33%
SHARE
TWEET

Untitled

a guest May 2nd, 2016 66 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. eading package lists... Done
  2. Building dependency tree      
  3. Reading state information... Done
  4. pastebinit is already the newest version.
  5. pastebinit set to manually installed.
  6. 0 upgraded, 0 newly installed, 0 to remove and 506 not upgraded.
  7. root@ubuntu:/media/ubuntu# parted -l
  8. Warning: /dev/sda contains GPT signatures, indicating that it has a GPT table.
  9. However, it does not have a valid fake msdos partition table, as it should.
  10. Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
  11. partition tables.  Or perhaps you deleted the GPT table, and are now using an
  12. msdos partition table.  Is this a GPT partition table?
  13. Yes/No? no                                                                
  14.  
  15. Warning: /dev/sdb contains GPT signatures, indicating that it has a GPT table.
  16. However, it does not have a valid fake msdos partition table, as it should.
  17. Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
  18. partition tables.  Or perhaps you deleted the GPT table, and are now using an
  19. msdos partition table.  Is this a GPT partition table?
  20. Yes/No? no                                                                
  21.  
  22. Model: SanDisk Cruzer Pop (scsi)
  23. Disk /dev/sdc: 8004MB
  24. Sector size (logical/physical): 512B/512B
  25. Partition Table: msdos
  26.  
  27. Number  Start   End     Size    Type     File system  Flags
  28.  1      2529MB  8004MB  5475MB  primary  ext4
  29.  
  30.  
  31. root@ubuntu:/media/ubuntu# parted -l
  32. Warning: /dev/sda contains GPT signatures, indicating that it has a GPT table.
  33. However, it does not have a valid fake msdos partition table, as it should.
  34. Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
  35. partition tables.  Or perhaps you deleted the GPT table, and are now using an
  36. msdos partition table.  Is this a GPT partition table?
  37. Yes/No? y                                                                
  38. Model: HP LOGICAL VOLUME (scsi)
  39. Disk /dev/sda: 320GB
  40. Sector size (logical/physical): 512B/512B
  41. Partition Table: gpt
  42.  
  43. Number  Start   End    Size   File system  Name  Flags
  44.  1      20.5kB  210MB  210MB  fat32              boot
  45.  2      210MB   160GB  160GB                     boot
  46.  
  47.  
  48. Warning: /dev/sdb contains GPT signatures, indicating that it has a GPT table.
  49. However, it does not have a valid fake msdos partition table, as it should.
  50. Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
  51. partition tables.  Or perhaps you deleted the GPT table, and are now using an
  52. msdos partition table.  Is this a GPT partition table?
  53. Yes/No? y                                                                
  54. Error: Both the primary and backup GPT tables are corrupt.  Try making a fresh
  55. table, and using Parted's rescue feature to recover partitions.
  56.  
  57. Model: SanDisk Cruzer Pop (scsi)
  58. Disk /dev/sdc: 8004MB
  59. Sector size (logical/physical): 512B/512B
  60. Partition Table: msdos
  61.  
  62. Number  Start   End     Size    Type     File system  Flags
  63.  1      2529MB  8004MB  5475MB  primary  ext4
  64.  
  65.  
  66. root@ubuntu:/media/ubuntu#
RAW Paste Data
Top