Share Pastebin
Guest
Public paste!

cdsboy

By: a guest | Mar 17th, 2010 | Syntax: None | Size: 2.75 KB | Hits: 52 | Expires: Never
Copy text to clipboard
  1. cdsboy@fastboy:~$ sudo fdisk -l
  2.  
  3. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  4. 255 heads, 63 sectors/track, 30401 cylinders
  5. Units = cylinders of 16065 * 512 = 8225280 bytes
  6. Disk identifier: 0xf260f69d
  7.  
  8.    Device Boot      Start         End      Blocks   Id  System
  9. /dev/sda1   *           1       29178   234372253+  83  Linux
  10. /dev/sda2           29179       30401     9823747+   5  Extended
  11. /dev/sda5           29179       30401     9823716   82  Linux swap / Solaris
  12.  
  13. Disk /dev/sdb: 250.1 GB, 250059350016 bytes
  14. 255 heads, 63 sectors/track, 30401 cylinders
  15. Units = cylinders of 16065 * 512 = 8225280 bytes
  16. Disk identifier: 0x829cec7f
  17.  
  18.    Device Boot      Start         End      Blocks   Id  System
  19. /dev/sdb1               1       30402   244196352    7  HPFS/NTFS
  20.  
  21. Disk /dev/sdc: 500.1 GB, 500107862016 bytes
  22. 255 heads, 63 sectors/track, 60801 cylinders
  23. Units = cylinders of 16065 * 512 = 8225280 bytes
  24. Disk identifier: 0xd11c6822
  25.  
  26.    Device Boot      Start         End      Blocks   Id  System
  27. /dev/sdc1               1       60802   488383488    7  HPFS/NTFS
  28.  
  29. Disk /dev/sdd: 251.0 GB, 251000193024 bytes
  30. 255 heads, 63 sectors/track, 30515 cylinders
  31. Units = cylinders of 16065 * 512 = 8225280 bytes
  32. Disk identifier: 0x00000000
  33.  
  34. Disk /dev/sdd doesn't contain a valid partition table
  35.  
  36. Disk /dev/sde: 500.1 GB, 500107862016 bytes
  37. 255 heads, 63 sectors/track, 60801 cylinders
  38. Units = cylinders of 16065 * 512 = 8225280 bytes
  39. Disk identifier: 0x6e697373
  40.  
  41. This doesn't look like a partition table
  42. Probably you selected the wrong device.
  43.  
  44.    Device Boot      Start         End      Blocks   Id  System
  45. /dev/sde1   ?      120528      234814   918008208    7  HPFS/NTFS
  46. Partition 1 does not end on cylinder boundary.
  47. /dev/sde2   ?      119381      153271   272218546+  73  Unknown
  48. Partition 2 does not end on cylinder boundary.
  49. /dev/sde3   ?      113202      147075   272087568   2b  Unknown
  50. Partition 3 does not end on cylinder boundary.
  51. /dev/sde4   ?      177064      177067       27487   61  SpeedStor
  52. Partition 4 does not end on cylinder boundary.
  53.  
  54. Partition table entries are not in disk order
  55. cdsboy@fastboy:~$ cat /etc/fstab
  56. # /etc/fstab: static file system information.
  57. #
  58. #  -- This file has been automaticly generated by ntfs-config --
  59. #
  60. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  61.  
  62. proc /proc proc defaults 0 0
  63. # Entry for /dev/sda1 :
  64. UUID=ec8e5d36-604f-47c9-a02a-0a09fa136dc1 / ext4 errors=remount-ro 0 1
  65. # Entry for /dev/sda5 :
  66. UUID=0bac31cc-c30b-4e61-ac18-05abb9406f22 none swap sw 0 0
  67. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
  68. /dev/sdb1 /media/seven ntfs-3g defaults,locale=en_US.UTF-8 0 0
  69. cdsboy@fastboy:~$ sudo mount /dev/sdc1 /media/test/
  70. mount: special device /dev/sdc1 does not exist