daily pastebin goal
2%
SHARE
TWEET

Untitled

a guest Aug 17th, 2010 118 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jacob@jacob-laptop:~$ for Q in sd{j..b}{8..1} sd{j..b} ;do sudo mount /dev/$Q /mnt ;done
  2. mount: special device /dev/sdj8 does not exist
  3. mount: special device /dev/sdj7 does not exist
  4. mount: special device /dev/sdj6 does not exist
  5. mount: special device /dev/sdj5 does not exist
  6. mount: special device /dev/sdj4 does not exist
  7. mount: special device /dev/sdj3 does not exist
  8. mount: special device /dev/sdj2 does not exist
  9. mount: special device /dev/sdj1 does not exist
  10. mount: special device /dev/sdi8 does not exist
  11. mount: special device /dev/sdi7 does not exist
  12. mount: special device /dev/sdi6 does not exist
  13. mount: special device /dev/sdi5 does not exist
  14. mount: special device /dev/sdi4 does not exist
  15. mount: special device /dev/sdi3 does not exist
  16. mount: special device /dev/sdi2 does not exist
  17. mount: special device /dev/sdi1 does not exist
  18. mount: special device /dev/sdh8 does not exist
  19. mount: special device /dev/sdh7 does not exist
  20. mount: special device /dev/sdh6 does not exist
  21. mount: special device /dev/sdh5 does not exist
  22. mount: special device /dev/sdh4 does not exist
  23. mount: special device /dev/sdh3 does not exist
  24. mount: special device /dev/sdh2 does not exist
  25. mount: special device /dev/sdh1 does not exist
  26. mount: special device /dev/sdg8 does not exist
  27. mount: special device /dev/sdg7 does not exist
  28. mount: special device /dev/sdg6 does not exist
  29. mount: special device /dev/sdg5 does not exist
  30. mount: special device /dev/sdg4 does not exist
  31. mount: special device /dev/sdg3 does not exist
  32. mount: special device /dev/sdg2 does not exist
  33. mount: special device /dev/sdg1 does not exist
  34. mount: special device /dev/sdf8 does not exist
  35. mount: special device /dev/sdf7 does not exist
  36. mount: special device /dev/sdf6 does not exist
  37. mount: special device /dev/sdf5 does not exist
  38. mount: special device /dev/sdf4 does not exist
  39. mount: special device /dev/sdf3 does not exist
  40. mount: special device /dev/sdf2 does not exist
  41. mount: special device /dev/sdf1 does not exist
  42. mount: special device /dev/sde8 does not exist
  43. mount: special device /dev/sde7 does not exist
  44. mount: special device /dev/sde6 does not exist
  45. mount: special device /dev/sde5 does not exist
  46. mount: special device /dev/sde4 does not exist
  47. mount: special device /dev/sde3 does not exist
  48. mount: special device /dev/sde2 does not exist
  49. mount: special device /dev/sde1 does not exist
  50. mount: special device /dev/sdd8 does not exist
  51. mount: special device /dev/sdd7 does not exist
  52. mount: special device /dev/sdd6 does not exist
  53. mount: special device /dev/sdd5 does not exist
  54. mount: special device /dev/sdd4 does not exist
  55. mount: special device /dev/sdd3 does not exist
  56. mount: special device /dev/sdd2 does not exist
  57. mount: special device /dev/sdd1 does not exist
  58. mount: special device /dev/sdc8 does not exist
  59. mount: special device /dev/sdc7 does not exist
  60. mount: special device /dev/sdc6 does not exist
  61. mount: special device /dev/sdc5 does not exist
  62. mount: special device /dev/sdc4 does not exist
  63. mount: special device /dev/sdc3 does not exist
  64. mount: special device /dev/sdc2 does not exist
  65. mount: special device /dev/sdc1 does not exist
  66. mount: special device /dev/sdb8 does not exist
  67. mount: special device /dev/sdb7 does not exist
  68. mount: special device /dev/sdb6 does not exist
  69. mount: special device /dev/sdb5 does not exist
  70. mount: special device /dev/sdb4 does not exist
  71. mount: special device /dev/sdb3 does not exist
  72. mount: special device /dev/sdb2 does not exist
  73. Failed to read last sector (976771119): Invalid argument
  74. HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
  75.    or it was not setup correctly (e.g. by not using mdadm --build ...),
  76.    or a wrong device is tried to be mounted,
  77.    or the partition table is corrupt (partition is smaller than NTFS),
  78.    or the NTFS boot sector is corrupt (NTFS size is not valid).
  79. Failed to mount '/dev/sdb1': Invalid argument
  80. The device '/dev/sdb1' doesn't seem to have a valid NTFS.
  81. Maybe the wrong device is used? Or the whole disk instead of a
  82. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  83. mount: special device /dev/sdj does not exist
  84. mount: special device /dev/sdi does not exist
  85. mount: special device /dev/sdh does not exist
  86. mount: special device /dev/sdg does not exist
  87. mount: special device /dev/sdf does not exist
  88. mount: special device /dev/sde does not exist
  89. mount: special device /dev/sdd does not exist
  90. mount: special device /dev/sdc does not exist
  91. mount: you must specify the filesystem type
  92. jacob@jacob-laptop:~$
RAW Paste Data
Top