Advertisement
Guest User

beaglebone sd card reader problem, dmesg

a guest
Dec 3rd, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. root@beaglebone:~# df
  2. Filesystem 1K-blocks Used Available Use% Mounted on
  3. rootfs 1738184 1144112 504108 70% /
  4. /dev/root 1738184 1144112 504108 70% /
  5. devtmpfs 255280 0 255280 0% /dev
  6. tmpfs 255408 4 255404 1% /dev/shm
  7. tmpfs 255408 236 255172 1% /run
  8. tmpfs 255408 0 255408 0% /sys/fs/cgroup
  9. tmpfs 255408 8 255400 1% /tmp
  10. /dev/mmcblk0p1 71133 55238 15895 78% /media/BEAGLEBONE
  11. root@beaglebone:~# dmesg | grep -i sda
  12. [ 33.027070] sd 0:0:0:0: [sda] READ CAPACITY failed
  13. [ 33.027085] sd 0:0:0:0: [sda]
  14. [ 33.027105] sd 0:0:0:0: [sda] Sense not available.
  15. [ 33.027174] sd 0:0:0:0: [sda] Write Protect is off
  16. [ 33.027189] sd 0:0:0:0: [sda] Mode Sense: 00 01 10 00
  17. [ 33.027248] sd 0:0:0:0: [sda] Asking for cache data failed
  18. [ 33.033007] sd 0:0:0:0: [sda] Assuming drive cache: write through
  19. [ 33.040175] sd 0:0:0:0: [sda] Attached SCSI removable disk
  20. [ 89.025221] sd 2:0:0:0: [sda] READ CAPACITY failed
  21. [ 89.025242] sd 2:0:0:0: [sda]
  22. [ 89.025263] sd 2:0:0:0: [sda] Sense not available.
  23. [ 89.025339] sd 2:0:0:0: [sda] Write Protect is on
  24. [ 89.025354] sd 2:0:0:0: [sda] Mode Sense: c0 ff a5 c0
  25. [ 89.025415] sd 2:0:0:0: [sda] No Caching mode page present
  26. [ 89.031233] sd 2:0:0:0: [sda] Assuming drive cache: write through
  27. [ 89.045333] sd 2:0:0:0: [sda] Attached SCSI removable disk
  28. [ 122.033056] sd 3:0:0:0: [sda] READ CAPACITY failed
  29. [ 122.033079] sd 3:0:0:0: [sda]
  30. [ 122.033101] sd 3:0:0:0: [sda] Sense not available.
  31. [ 122.033185] sd 3:0:0:0: [sda] Write Protect is on
  32. [ 122.033200] sd 3:0:0:0: [sda] Mode Sense: 2f 00 96 c0
  33. [ 122.033271] sd 3:0:0:0: [sda] Asking for cache data failed
  34. [ 122.039062] sd 3:0:0:0: [sda] Assuming drive cache: write through
  35. [ 122.046486] sd 3:0:0:0: [sda] Attached SCSI removable disk
  36. [ 155.034997] sd 4:0:0:0: [sda] READ CAPACITY failed
  37. [ 155.035019] sd 4:0:0:0: [sda]
  38. [ 155.035041] sd 4:0:0:0: [sda] Sense not available.
  39. [ 155.035111] sd 4:0:0:0: [sda] Write Protect is off
  40. [ 155.035125] sd 4:0:0:0: [sda] Mode Sense: 00 00 00 00
  41. [ 155.035185] sd 4:0:0:0: [sda] Asking for cache data failed
  42. [ 155.040949] sd 4:0:0:0: [sda] Assuming drive cache: write through
  43. [ 155.053165] sd 4:0:0:0: [sda] Attached SCSI removable disk
  44. root@beaglebone:~# mount /dev/sda/ /sdcard
  45. mount: special device /dev/sda/ does not exist
  46. root@beaglebone:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement