Advertisement
Guest User

Untitled

a guest
Mar 1st, 2012
804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. $ sudo parted -l
  2. Warning: /dev/sda contains GPT signatures, indicating that it has a GPT table.
  3. However, it does not have a valid fake msdos partition table, as it should.
  4. Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
  5. partition tables. Or perhaps you deleted the GPT table, and are now using an
  6. msdos partition table. Is this a GPT partition table?
  7. Yes/No? y
  8. Model: ATA TOSHIBA MK7559GS (scsi)
  9. Disk /dev/sda: 750GB
  10. Sector size (logical/physical): 512B/4096B
  11. Partition Table: gpt
  12.  
  13. Number Start End Size File system Name Flags
  14.  
  15.  
  16. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  17. Error: Can't have a partition outside the disk!
  18.  
  19. ubuntu@ubuntu:~$ sudo parted -l
  20. Warning: /dev/sda contains GPT signatures, indicating that it has a GPT table.
  21. However, it does not have a valid fake msdos partition table, as it should.
  22. Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
  23. partition tables. Or perhaps you deleted the GPT table, and are now using an
  24. msdos partition table. Is this a GPT partition table?
  25. Yes/No? n
  26.  
  27. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  28. Error: Can't have a partition outside the disk!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement