The external hard disk on my Jetson AGX Orin often suddenly shows up with “Input/output error”, then I use the “fdisk -l” command to find out that the external hard disk cannot be detected, and I have to unplug it again to get it to work.
Next, I used the “fdisk -l” command to find out that the external hard disk was not detected, and the “tail -f /var/log/syslog” command to check the logs for errors:
Jan 7 14:48:33 ubuntu kernel: [1788001.876822] EXT4-fs error (device sda1): __ext4_find_entry:1579: inode #2: comm node: reading directory lblock 0
Jan 7 14:48:33 ubuntu kernel: [1788001.888074] EXT4-fs error (device sda1): __ext4_find_entry:1579: inode #2: comm node: reading directory lblock 0
Jan 7 14:48:36 ubuntu kernel: [1788004.628241] EXT4-fs error: 4 callbacks suppressed
Jan 7 14:48:36 ubuntu kernel: [1788004.628254] EXT4-fs error (device sda1): __ext4_find_entry:1579: inode #1048591: comm node: reading directory lblock 0
Jan 7 14:48:36 ubuntu kernel: [1788004.644655] EXT4-fs error (device sda1): __ext4_find_entry:1579: inode #1048591: comm node: reading directory lblock 0
Jan 7 14:48:39 ubuntu kernel: [1788007.591881] EXT4-fs error (device sda1): __ext4_find_entry:1579: inode #2: comm node: reading directory lblock 0
Jan 7 14:48:39 ubuntu kernel: [1788007.603344] EXT4-fs error (device sda1): __ext4_find_entry:1579: inode #2: comm node: reading directory lblock 0
Jan 7 14:48:39 ubuntu kernel: [1788007.618789] EXT4-fs error (device sda1): __ext4_find_entry:1579: inode #2: comm node: reading directory lblock 0
I found that the external hard disk worked fine after I unplugged it again. But after a few days, the same error occurs again!