sdbX in Raspbian Jessie Lite - Raspberry Pi Forums
hello,
have sd card formatted in fat. installed raspbian jessie lite dd (as usually).
build kernel raspberry pi , need copy sd card. plugged reader sd card can not find sdbx in / dev directory.
how can solve this?
best regards
have sd card formatted in fat. installed raspbian jessie lite dd (as usually).
build kernel raspberry pi , need copy sd card. plugged reader sd card can not find sdbx in / dev directory.
code: select all
pi@raspberrypi:~ $ lsusb [b]bus 001 device 080: id 058f:6366 alcor micro corp. multi flash reader[/b] bus 001 device 003: id 0424:ec00 standard microsystems corp. smsc9512/9514 fast ethernet adapter bus 001 device 002: id 0424:9514 standard microsystems corp. bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub
code: select all
pi@raspberrypi:~ $ lsblk name maj:min rm size ro type mountpoint mmcblk0 179:0 0 29.7g 0 disk ├─mmcblk0p1 179:1 0 60m 0 part /boot └─mmcblk0p2 179:2 0 29.7g 0 part /
code: select all
[ 1816.056748] usb 1-1-port2: over-current change [ 1816.576291] usb 1-1.5: new high-speed usb device number 80 using dwc_otg [ 1816.679014] usb 1-1.5: new usb device found, idvendor=058f, idproduct=6366 [ 1816.679050] usb 1-1.5: new usb device strings: mfr=1, product=2, serialnumber=3 [ 1816.679068] usb 1-1.5: product: mass storage device [ 1816.679085] usb 1-1.5: manufacturer: generic [ 1816.679101] usb 1-1.5: serialnumber: 058f63666471 [ 1816.682459] usb-storage 1-1.5:1.0: usb mass storage device detected [ 1816.696304] scsi host820: usb-storage 1-1.5:1.0 [ 1817.697769] scsi 820:0:0:0: direct-access multi flash reader 1.00 pq: 0 ansi: 0 [ 1817.706120] sd 820:0:0:0: attached scsi generic sg0 type 0 [ 1817.708822] sd 820:0:0:0: [sda] attached scsi removable disk
how can solve this?
best regards
i'ts "sda" not "sdb"
sd card booting not "sda" "mmcblk0" first usb drive become "sda" , partitions "sda1" , "sda2"
sd card booting not "sda" "mmcblk0"
code: select all
pi@raspberrypi:~ $ mount /dev/mmcblk0p2 on / type ext4 (rw,noatime,data=ordered)
raspberrypi
Comments
Post a Comment