daily pastebin goal
36%
SHARE
TWEET

Untitled

a guest Apr 18th, 2015 5 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. crpl@crpl-H97-HD3:~$ sudo sfdisk -l
  2.  
  3. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  4.  
  5.  
  6. Disk /dev/sda: 243201 cylinders, 255 heads, 63 sectors/track
  7. Warning: The partition table looks like it was made
  8.   for C/H/S=*/256/63 (instead of 243201/255/63).
  9. For this listing I'll assume that geometry.
  10. Units = cylinders of 8257536 bytes, blocks of 1024 bytes, counting from 0
  11.  
  12.    Device Boot Start     End   #cyls    #blocks   Id  System
  13. /dev/sda1          0+ 266305- 266306- 2147483647+  ee  GPT
  14. /dev/sda2          0       -       0          0    0  Empty
  15. /dev/sda3          0       -       0          0    0  Empty
  16. /dev/sda4          0       -       0          0    0  Empty
  17.  
  18. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util sfdisk doesn't support GPT. Use GNU Parted.
  19.  
  20.  
  21. Disk /dev/sdb: 243201 cylinders, 255 heads, 63 sectors/track
  22. Warning: The partition table looks like it was made
  23.   for C/H/S=*/256/63 (instead of 243201/255/63).
  24. For this listing I'll assume that geometry.
  25. Units = cylinders of 8257536 bytes, blocks of 1024 bytes, counting from 0
  26.  
  27.    Device Boot Start     End   #cyls    #blocks   Id  System
  28. /dev/sdb1          0+ 266305- 266306- 2147483647+  ee  GPT
  29. /dev/sdb2          0       -       0          0    0  Empty
  30. /dev/sdb3          0       -       0          0    0  Empty
  31. /dev/sdb4          0       -       0          0    0  Empty
  32.  
  33. WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util sfdisk doesn't support GPT. Use GNU Parted.
  34.  
  35.  
  36. Disk /dev/sdc: 31130 cylinders, 255 heads, 63 sectors/track
  37. Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
  38.  
  39.    Device Boot Start     End   #cyls    #blocks   Id  System
  40. /dev/sdc1          0+  31130-  31131- 250059095+  ee  GPT
  41.                 start: (c,h,s) expected (0,0,2) found (0,0,1)
  42. /dev/sdc2          0       -       0          0    0  Empty
  43. /dev/sdc3          0       -       0          0    0  Empty
  44. /dev/sdc4          0       -       0          0    0  Empty
  45. crpl@crpl-H97-HD3:~$
RAW Paste Data
Top