Oct 22 21:00:00 debian kernel: mmc0: host does not support reading read-only switch. assuming write-enable. Oct 22 21:00:00 debian kernel: mmc0: new SD card at address 39da Oct 22 21:00:00 debian kernel: mmcblk0: mmc0:39da SD064 60544KiB Oct 22 21:00:00 debian kernel: mmcblk0: p1 Oct 22 21:00:02 debian kernel: mmc0: card 39da removed Oct 22 21:00:03 debian kernel: mmc0: host does not support reading read-only switch. assuming write-enable. Oct 22 21:00:03 debian kernel: mmc0: new SD card at address 39da Oct 22 21:00:03 debian kernel: mmcblk0: mmc0:39da SD064 60544KiB Oct 22 21:00:03 debian kernel: mmcblk0: p1これは初めて見るパターンだな。
マウントしてみる。
root@debian:~# mkdir /tmp/sd root@debian:~# mount /dev/mmcblk0 /tmp/sd mount: you must specify the filesystem type root@debian:~# mount -t vfat /dev/mmcblk0 /tmp/sd FAT: bogus number of reserved sectors mount: wrong fs type, bad option, bad superblock on /dev/mmcblk0, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so root@debian:~#どうやったらマウントできるの?
root@debian:~# mount /dev/mmcblk0p1 /tmp/sd root@debian:~# ls /tmp/sd Inbox.mst30034936.4052546944 dcim sd_audio sd_pim X01T_Apps private sd_bind sd_voice root@debian:~#マウントできた。
今時の SD は大容量だしNAS にもできけど、、、
スピードが問題かも。
←(前のページ) USB メモリの認識 |
当月のハックの記録 SheevaPlug/玄柴(KURO-SHEEVA)をハックしよう トップ |
(次のページ)→ KURO-RS / PC-OP-RS1 の認識 |