Skip to content

Instantly share code, notes, and snippets.

Created February 13, 2013 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0cf322ed5d86d0570295 to your computer and use it in GitHub Desktop.
Save anonymous/0cf322ed5d86d0570295 to your computer and use it in GitHub Desktop.
root@OpenWrt:~# dmesg | grep sda
[ 2883.840000] sd 0:0:0:0: [sda] 30281728 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 2883.850000] sd 0:0:0:0: [sda] Write Protect is off
[ 2883.850000] sd 0:0:0:0: [sda] Mode Sense: 0b 00 00 08
[ 2883.850000] sd 0:0:0:0: [sda] No Caching mode page present
[ 2883.860000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 2883.870000] sd 0:0:0:0: [sda] No Caching mode page present
[ 2883.870000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 2883.880000] sda: sda1 sda2 < sda5 sda6 >
[ 2883.900000] sd 0:0:0:0: [sda] No Caching mode page present
[ 2883.900000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 2883.910000] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 2885.610000] EXT4-fs (sda5): couldn't mount as ext3 due to feature incompatibilities
[ 2885.620000] EXT4-fs (sda5): couldn't mount as ext2 due to feature incompatibilities
[ 2886.290000] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 3372.930000] Buffer I/O error on device sda5, logical block 1034
[ 3372.930000] lost page write due to I/O error on sda5
[ 3372.940000] JBD2: I/O error detected when updating journal superblock for sda5-8.
[ 3471.140000] sd 1:0:0:0: [sda] 30281728 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 3471.150000] sd 1:0:0:0: [sda] Write Protect is off
[ 3471.160000] sd 1:0:0:0: [sda] Mode Sense: 0b 00 00 08
[ 3471.160000] sd 1:0:0:0: [sda] No Caching mode page present
[ 3471.160000] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 3471.170000] sd 1:0:0:0: [sda] No Caching mode page present
[ 3471.180000] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 3471.190000] sda: sda1 sda2 < sda5 sda6 >
[ 3471.200000] sd 1:0:0:0: [sda] No Caching mode page present
[ 3471.200000] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 3471.210000] sd 1:0:0:0: [sda] Attached SCSI removable disk
[ 3472.930000] EXT4-fs (sda5): couldn't mount as ext3 due to feature incompatibilities
[ 3472.940000] EXT4-fs (sda5): couldn't mount as ext2 due to feature incompatibilities
[ 3473.350000] EXT4-fs (sda5): recovery complete
[ 3473.400000] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment