Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo fdisk -l
  2.  
  3. Disk /dev/sda: 360.1 GB, 360080695296 bytes
  4. 255 heads, 63 sectors/track, 43777 cylinders
  5. Units = cylinders of 16065 * 512 = 8225280 bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disk identifier: 0x00082d70
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 1 12748 102398278+ 7 HPFS/NTFS
  12. /dev/sda2 12749 25602 103249755 7 HPFS/NTFS
  13. /dev/sda3 25603 42557 136191037+ 83 Linux
  14. /dev/sda4 42558 43778 9798657 5 Extended
  15. Partition 4 does not end on cylinder boundary.
  16. /dev/sda5 42558 43778 9798656 82 Linux swap / Solaris
  17.  
  18. Disk /dev/sdc: 250.1 GB, 250059350016 bytes
  19. 255 heads, 63 sectors/track, 30401 cylinders
  20. Units = cylinders of 16065 * 512 = 8225280 bytes
  21. Sector size (logical/physical): 512 bytes / 512 bytes
  22. I/O size (minimum/optimal): 512 bytes / 512 bytes
  23. Disk identifier: 0x2550254f
  24.  
  25. Device Boot Start End Blocks Id System
  26. /dev/sdc1 * 1 12748 102398278+ 7 HPFS/NTFS
  27. /dev/sdc2 12749 30400 141789690 f W95 Ext'd (LBA)
  28. /dev/sdc5 12749 30400 141789658+ 7 HPFS/NTFS
  29.  
  30. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  31. 255 heads, 63 sectors/track, 60801 cylinders
  32. Units = cylinders of 16065 * 512 = 8225280 bytes
  33. Sector size (logical/physical): 512 bytes / 512 bytes
  34. I/O size (minimum/optimal): 512 bytes / 512 bytes
  35. Disk identifier: 0x0006d7be
  36.  
  37. Device Boot Start End Blocks Id System
  38. /dev/sdb1 * 1 622 4996183+ 83 Linux
  39. /dev/sdb2 623 653 249007+ 83 Linux
  40. /dev/sdb3 654 684 249007+ 83 Linux
  41. /dev/sdb4 685 60801 482889772 5 Extended
  42. /dev/sdb5 685 1680 8000338+ 82 Linux swap / Solaris
  43. /dev/sdb6 1681 2925 10000431 83 Linux
  44. /dev/sdb7 2926 60801 464888938+ 83 Linux
  45.  
  46. Disk /dev/sdd: 2019 MB, 2019557376 bytes
  47. 63 heads, 62 sectors/track, 1009 cylinders
  48. Units = cylinders of 3906 * 512 = 1999872 bytes
  49. Sector size (logical/physical): 512 bytes / 512 bytes
  50. I/O size (minimum/optimal): 512 bytes / 512 bytes
  51. Disk identifier: 0xbb0eb409
  52.  
  53. This doesn't look like a partition table
  54. Probably you selected the wrong device.
  55.  
  56. Device Boot Start End Blocks Id System
  57. /dev/sdd1 ? 882596 1360489 933323145+ 66 Unknown
  58. Partition 1 has different physical/logical beginnings (non-Linux?):
  59. phys=(1010, 16, 43) logical=(882595, 62, 13)
  60. Partition 1 has different physical/logical endings:
  61. phys=(906, 97, 3) logical=(260906, 1, 23)
  62. Partition 1 does not end on cylinder boundary.
  63. /dev/sdd2 ? 1 1 0 72 Unknown
  64. Partition 2 has different physical/logical beginnings (non-Linux?):
  65. phys=(101, 116, 32) logical=(0, 41, 32)
  66. Partition 2 has different physical/logical endings:
  67. phys=(370, 114, 47) logical=(0, 41, 31)
  68. Partition 2 does not end on cylinder boundary.
  69.  
  70. Partition table entries are not in disk order
  71. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement