Advertisement
Guest User

partitioning

a guest
Jan 5th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1.  
  2. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  3.  
  4.  
  5. Disk /dev/sda: 24.0 GB, 24015495168 bytes
  6. 256 heads, 63 sectors/track, 2908 cylinders, total 46905264 sectors
  7. Units = sectors of 1 * 512 = 512 bytes
  8. Sector size (logical/physical): 512 bytes / 512 bytes
  9. I/O size (minimum/optimal): 512 bytes / 512 bytes
  10. Disk identifier: 0x1cd4b00f
  11.  
  12. Device Boot Start End Blocks Id System
  13. /dev/sda1 1 4294967295 2147483647+ ee GPT
  14.  
  15. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
  16.  
  17.  
  18. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  19. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  20. Units = sectors of 1 * 512 = 512 bytes
  21. Sector size (logical/physical): 512 bytes / 4096 bytes
  22. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  23. Disk identifier: 0x1cd4b070
  24.  
  25. Device Boot Start End Blocks Id System
  26. /dev/sdb1 1 976773167 488386583+ ee GPT
  27. Partition 1 does not start on physical sector boundary.
  28.  
  29. Disk /dev/sdc: 32.0 GB, 32015679488 bytes
  30. 64 heads, 32 sectors/track, 30532 cylinders, total 62530624 sectors
  31. Units = sectors of 1 * 512 = 512 bytes
  32. Sector size (logical/physical): 512 bytes / 512 bytes
  33. I/O size (minimum/optimal): 512 bytes / 512 bytes
  34. Disk identifier: 0x20ac7dda
  35.  
  36. This doesn't look like a partition table
  37. Probably you selected the wrong device.
  38.  
  39. Device Boot Start End Blocks Id System
  40. /dev/sdc1 ? 3224498923 3657370039 216435558+ 7 HPFS/NTFS/exFAT
  41. /dev/sdc2 ? 3272020941 5225480974 976730017 16 Hidden FAT16
  42. /dev/sdc3 ? 0 0 0 6f Unknown
  43. /dev/sdc4 50200576 974536369 462167897 0 Empty
  44.  
  45. Partition table entries are not in disk order
  46. david@david-Lenovo-IdeaPad-U310-Touch:~$ ^C
  47. david@david-Lenovo-IdeaPad-U310-Touch:~$ sudo sfdisk -l
  48.  
  49. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  50.  
  51.  
  52. Disk /dev/sda: 2919 cylinders, 255 heads, 63 sectors/track
  53. Warning: The partition table looks like it was made
  54. for C/H/S=*/256/63 (instead of 2919/255/63).
  55. For this listing I'll assume that geometry.
  56. Units = cylinders of 8257536 bytes, blocks of 1024 bytes, counting from 0
  57.  
  58. Device Boot Start End #cyls #blocks Id System
  59. /dev/sda1 0+ 266305- 266306- 2147483647+ ee GPT
  60. /dev/sda2 0 - 0 0 0 Empty
  61. /dev/sda3 0 - 0 0 0 Empty
  62. /dev/sda4 0 - 0 0 0 Empty
  63.  
  64. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util sfdisk doesn't support GPT. Use GNU Parted.
  65.  
  66.  
  67. Disk /dev/sdb: 60801 cylinders, 255 heads, 63 sectors/track
  68. Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
  69.  
  70. Device Boot Start End #cyls #blocks Id System
  71. /dev/sdb1 0+ 60801- 60802- 488386583+ ee GPT
  72. start: (c,h,s) expected (0,0,2) found (0,0,1)
  73. /dev/sdb2 0 - 0 0 0 Empty
  74. /dev/sdb3 0 - 0 0 0 Empty
  75. /dev/sdb4 0 - 0 0 0 Empty
  76.  
  77. Disk /dev/sdc: 30532 cylinders, 64 heads, 32 sectors/track
  78. Units = cylinders of 1048576 bytes, blocks of 1024 bytes, counting from 0
  79.  
  80. Device Boot Start End #cyls #blocks Id System
  81. /dev/sdc1 ? 1574462+ 1785825- 211363- 216435558+ 7 HPFS/NTFS/exFAT
  82. start: (c,h,s) expected (1023,63,32) found (187,180,14)
  83. end: (c,h,s) expected (1023,63,32) found (784,0,13)
  84. /dev/sdc2 ? 1597666+ 2551504- 953838- 976730017 16 Hidden FAT16
  85. start: (c,h,s) expected (1023,63,32) found (906,235,61)
  86. end: (c,h,s) expected (1023,63,32) found (262,116,59)
  87. /dev/sdc3 ? 0 - 0 0 6f Unknown
  88. /dev/sdc4 24512 475847- 451336- 462167897 0 Empty
  89. start: (c,h,s) expected (1023,63,32) found (0,0,0)
  90. end: (c,h,s) expected (1023,63,32) found (0,0,0)
  91. david@david-Lenovo-IdeaPad-U310-Touch:~$ sudo sfdisk -l
  92.  
  93. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  94.  
  95.  
  96. Disk /dev/sda: 2919 cylinders, 255 heads, 63 sectors/track
  97. Warning: The partition table looks like it was made
  98. for C/H/S=*/256/63 (instead of 2919/255/63).
  99. For this listing I'll assume that geometry.
  100. Units = cylinders of 8257536 bytes, blocks of 1024 bytes, counting from 0
  101.  
  102. Device Boot Start End #cyls #blocks Id System
  103. /dev/sda1 0+ 266305- 266306- 2147483647+ ee GPT
  104. /dev/sda2 0 - 0 0 0 Empty
  105. /dev/sda3 0 - 0 0 0 Empty
  106. /dev/sda4 0 - 0 0 0 Empty
  107.  
  108. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util sfdisk doesn't support GPT. Use GNU Parted.
  109.  
  110.  
  111. Disk /dev/sdb: 60801 cylinders, 255 heads, 63 sectors/track
  112. Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
  113.  
  114. Device Boot Start End #cyls #blocks Id System
  115. /dev/sdb1 0+ 60801- 60802- 488386583+ ee GPT
  116. start: (c,h,s) expected (0,0,2) found (0,0,1)
  117. /dev/sdb2 0 - 0 0 0 Empty
  118. /dev/sdb3 0 - 0 0 0 Empty
  119. /dev/sdb4 0 - 0 0 0 Empty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement