Hello! I’m getting problems with working with the USB NVME drive on my Rock5B.
The drive is Kingspec 1TB installed inside the RTL9210B-CG USB3.1 case.
The Rock5B is running from the attached to it’s m.2 port NVME drive.
After creating the partitions and filesystems on it, it stops to be recognized by the system.
My purpose is to move current rootfs to that drive and replace the currently working NVME drive with that one.
The logs from dmesg:
[69784.492254] usb 2-1: new high-speed USB device number 8 using ehci-platform
[69784.645477] usb 2-1: New USB device found, idVendor=0bda, idProduct=9210, bcdDevice=20.01
[69784.645485] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[69784.645491] usb 2-1: Product: RTL9210B-CG
[69784.645495] usb 2-1: Manufacturer: Realtek
[69784.645499] usb 2-1: SerialNumber: 012345679039
[69784.648923] usb-storage 2-1:1.0: USB Mass Storage device detected
[69784.649551] scsi host0: usb-storage 2-1:1.0
[69785.660919] scsi 0:0:0:0: Direct-Access Realtek RTL9210B-CG 1.00 PQ: 0 ANSI: 6
[69785.669330] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
[69785.669343] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
[69785.669349] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[69785.669361] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
[69785.669366] sd 0:0:0:0: [sda] 0-byte physical blocks
[69785.671367] sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
[69785.673422] sd 0:0:0:0: [sda] Asking for cache data failed
[69785.673429] sd 0:0:0:0: [sda] Assuming drive cache: write through
[69785.702434] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
[69785.702444] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
[69785.702450] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
[69785.707012] sd 0:0:0:0: [sda] Attached SCSI removable disk
[69946.920014] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
[69946.920030] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
[69946.920036] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Googled this issue and found that this can be a power problem.
How can I overcome this?
P.S.: I’m using an insane non-PD 10A 13V power source (shared with other consumers ofc, but I guess I have about 6 amps available for Rock5B)