|
想要使用99派作为一个简易nas,通过usb转sata实现大容量储存
usb上口可以正常识别并挂载硬盘,但usb下口却不行,或许与下口不支持USB-OTG有关?是否存在解决方法使下口也能正常使用?
日志
[ 665.425765] usb 2-1: new high-speed USB device number 3 using ehci-platform
[ 665.690116] usb 2-1: no of_node; not parsing pinctrl DT
[ 665.691374] usb-storage 2-1:1.0: no of_node; not parsing pinctrl DT
[ 845.679077] usb 2-1: USB disconnect, device number 3
[ 848.153770] usb 1-1: new high-speed USB device number 2 using dwc2
[ 848.374116] usb 1-1: no of_node; not parsing pinctrl DT
[ 848.375248] usb-storage 1-1:1.0: no of_node; not parsing pinctrl DT
[ 848.375299] usb 1-1: The driver for the USB controller dwc2_hsotg does not support scatter-gather which is
[ 848.387195] usb 1-1: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[ 848.399069] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 848.432205] usb-storage 1-1:1.0: Quirks match for vid 152d pid 0578: 1000000
[ 848.441098] scsi host0: usb-storage 1-1:1.0
[ 848.460135] usb usb1-port1: device 1-1 not suspended yet
[ 849.474396] scsi 0:0:0:0: Direct-Access JMicron Generic 0215 PQ: 0 ANSI: 6
[ 849.494052] sd 0:0:0:0: no of_node; not parsing pinctrl DT
[ 849.496911] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 851.939051] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 851.948563] sd 0:0:0:0: [sda] Write Protect is off
[ 851.954443] sd 0:0:0:0: [sda] Mode Sense: 47 00 00 08
[ 851.958823] sd 0:0:0:0: [sda] Disabling FUA
[ 851.963996] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 852.066585] sda: sda1 sda2
[ 852.081083] sd 0:0:0:0: [sda] Attached SCSI disk
[ 906.401631] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
此处操作是:先插入下口,再拔出,后插入上口并挂载
|
|