scsi19 : usb-storage 1-1.2:1.0
scsi 19:0:0:0: CD-ROM ZCOption HSUPA Modem PQ: 0 ANSI: 2
scsi 19:0:0:0: Attached scsi generic sg2 type 5
scsi 19:0:0:1: Direct-Access SD HSUPA Modem PQ: 0 ANSI: 2
sd 19:0:0:1: Attached scsi generic sg3 type 0
sd 19:0:0:1: [sdc] Attached SCSI removable disk
我如何才能访问 sg2 上的 SD 卡?
答案1
这会将 SD 卡挂载到 /tmp/sdcard。您可能需要传入 -t 选项,以使用卡上的文件系统名称进行挂载。使用“man mount”了解更多信息。
mkdir /tmp/sdcard
mount /dev/sdc /tmp/sdcard
答案2
问题在于将 SD 卡插入了错误的插槽 :/。抱歉,我问问题的方式很业余,我没有复制有关 sg2 不是块设备的错误消息。