Advertisement
Guest User

ubuntuuu

a guest
Dec 9th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. r3m@laptop:~$ lsblk
  2. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
  3. sda 8:0 0 298.1G 0 disk
  4. ├─sda1 8:1 0 15.7G 0 part /
  5. ├─sda3 8:3 0 274.5G 0 part
  6. └─sda5 8:5 0 7.9G 0 part [SWAP]
  7. sdb 8:16 1 7.5G 0 disk
  8. └─sdb1 8:17 1 7.5G 0 part /media/r3m/Windows USB
  9. r3m@laptop:~$ sudo gdisk /dev/sdc
  10. GPT fdisk (gdisk) version 1.0.1
  11.  
  12. Problem opening /dev/sdc for reading! Error is 2.
  13. The specified file does not exist!
  14. r3m@laptop:~$ sudo gdisk /dev/sdb1
  15. GPT fdisk (gdisk) version 1.0.1
  16.  
  17. Partition table scan:
  18. MBR: MBR only
  19. BSD: not present
  20. APM: not present
  21. GPT: not present
  22.  
  23.  
  24. ***************************************************************
  25. Found invalid GPT and valid MBR; converting MBR to GPT format
  26. in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by
  27. typing 'q' if you don't want to convert your MBR partitions
  28. to GPT format!
  29. ***************************************************************
  30.  
  31. Exact type match not found for type code 7000; assigning type code for
  32. 'Linux filesystem'
  33. Exact type match not found for type code 4300; assigning type code for
  34. 'Linux filesystem'
  35. Exact type match not found for type code 7200; assigning type code for
  36. 'Linux filesystem'
  37.  
  38. Warning! Secondary partition table overlaps the last partition by
  39. 3756196120 blocks!
  40. You will need to delete this partition or resize it in another utility.
  41.  
  42. Command (? for help):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement