Share Pastebin
Guest
Public paste!

cdsboy

By: a guest | Mar 17th, 2010 | Syntax: Bash | Size: 2.22 KB | Hits: 59 | Expires: Never
Copy text to clipboard
  1. cdsboy@fastboy:~$ sudo fdisk -l
  2. [sudo] password for cdsboy:
  3.  
  4. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  5. 255 heads, 63 sectors/track, 30401 cylinders
  6. Units = cylinders of 16065 * 512 = 8225280 bytes
  7. Disk identifier: 0xf260f69d
  8.  
  9.    Device Boot      Start         End      Blocks   Id  System
  10. /dev/sda1   *           1       29178   234372253+  83  Linux
  11. /dev/sda2           29179       30401     9823747+   5  Extended
  12. /dev/sda5           29179       30401     9823716   82  Linux swap / Solaris
  13.  
  14. Disk /dev/sdb: 250.1 GB, 250059350016 bytes
  15. 255 heads, 63 sectors/track, 30401 cylinders
  16. Units = cylinders of 16065 * 512 = 8225280 bytes
  17. Disk identifier: 0x829cec7f
  18.  
  19.    Device Boot      Start         End      Blocks   Id  System
  20. /dev/sdb1               1       30402   244196352    7  HPFS/NTFS
  21.  
  22. Disk /dev/sdc: 500.1 GB, 500107862016 bytes
  23. 255 heads, 63 sectors/track, 60801 cylinders
  24. Units = cylinders of 16065 * 512 = 8225280 bytes
  25. Disk identifier: 0xd11c6822
  26.  
  27.    Device Boot      Start         End      Blocks   Id  System
  28. /dev/sdc1               1       60802   488383488    7  HPFS/NTFS
  29.  
  30. Disk /dev/sdd: 251.0 GB, 251000193024 bytes
  31. 255 heads, 63 sectors/track, 30515 cylinders
  32. Units = cylinders of 16065 * 512 = 8225280 bytes
  33. Disk identifier: 0x00000000
  34.  
  35. Disk /dev/sdd doesn't contain a valid partition table
  36.  
  37. Disk /dev/sde: 500.1 GB, 500107862016 bytes
  38. 255 heads, 63 sectors/track, 60801 cylinders
  39. Units = cylinders of 16065 * 512 = 8225280 bytes
  40. Disk identifier: 0x6e697373
  41.  
  42. This doesn't look like a partition table
  43. Probably you selected the wrong device.
  44.  
  45.    Device Boot      Start         End      Blocks   Id  System
  46. /dev/sde1   ?      120528      234814   918008208    7  HPFS/NTFS
  47. Partition 1 does not end on cylinder boundary.
  48. /dev/sde2   ?      119381      153271   272218546+  73  Unknown
  49. Partition 2 does not end on cylinder boundary.
  50. /dev/sde3   ?      113202      147075   272087568   2b  Unknown
  51. Partition 3 does not end on cylinder boundary.
  52. /dev/sde4   ?      177064      177067       27487   61  SpeedStor
  53. Partition 4 does not end on cylinder boundary.
  54.  
  55. Partition table entries are not in disk order
  56. cdsboy@fastboy:~$ sudo mount /dev/sdc1 /media/test/
  57. mount: special device /dev/sdc1 does not exist