After a read/write error occurs on the SSD with Jetson Nano, the SSD device cannot be detected after reboot.
Jetson 模组
Jetson Nano
Jetson 软件
JetPack Linux 32.7.6
Problem Description:
Physical Connection: Nano USB port → USB adapter card → SSD
Timeline:
‘t0: Normal → t1: R/W error → t2: reboot → t3: SSD not detected → t4: reboot → t5: SSD not detected → t6: power cycle → SSD detected normally’
t0: SSD read/write normal
t1: SSD read/write error
Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.396528] usb 1-2: reset high-speed USB device number 2 using tegra-xusb Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.456204] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x00 Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.456286] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 15 01 01 00 00 00 08 00 Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.456337] blk_update_request: I/O error, dev sda, sector 352387328 Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.463656] EXT4-fs error (device sda): ext4_find_entry:1455: inode #11010049: comm python3: reading directory lblock 0 Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.474733] EXT4-fs (sda): previous I/O error to superblock detected
t2: System reboot
t3: SSD not detected after system boot
t4: Reboot again
t5: SSD still not detected
Attached Log 1:
现象2-1 读写报错_软重启未报错未识别ssd.log (194.2 KB)
The above log covers the kernel logs from t1 to t5.
t6: Power cycle (power off, then power on again) → SSD is detected normally
Attached Log 2:
现象2-2 断电才能重启识别ssd.log (92.9 KB)
The above log covers the kernel log at t6.
问题描述
物理连接:Nano USB接口 → USB 转接卡 → SSD卡
—————————————————————————————————————————————————————> time
t0:正常 t1:读写报错 t2:reboot t3:ssd无法识别 t4:reboot t5:ssd无法识别 t6:断电ssd正常识别
t0: SSD读写正常
t1: SSD读写报错
Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.396528] usb 1-2: reset high-speed USB device number 2 using tegra-xusb
Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.456204] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x00
Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.456286] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 15 01 01 00 00 00 08 00
Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.456337] blk_update_request: I/O error, dev sda, sector 352387328
Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.463656] EXT4-fs error (device sda): ext4_find_entry:1455: inode #11010049: comm python3: reading directory lblock 0
Mar 23 18:26:50 tegra-ubuntu kernel: [7544453.474733] EXT4-fs (sda): previous I/O error to superblock detected
t2: reboot系统
t3: 系统启动后无法识别ssd
t4: reboot
t5: 仍无法识别ssd
现象2-1 读写报错_软重启未报错未识别ssd.log (194.2 KB)
以上是t1~ t5的内核日志
t6:断电,再重新上电,可以正常识别ssd
现象2-2 断电才能重启识别ssd.log (92.9 KB)
以上是t6的内核日志。