Skip to content

Instantly share code, notes, and snippets.

@RoyBellingan
Last active July 18, 2024 14:06
Show Gist options
  • Save RoyBellingan/a75809c60438bd36e1742b96b6283d99 to your computer and use it in GitHub Desktop.
Save RoyBellingan/a75809c60438bd36e1742b96b6283d99 to your computer and use it in GitHub Desktop.
Error.log
df: cannot read table of mounted file systems: No such file or directory
root@CTF01:~# [ 316.480066] EXT4-fs (mmcblk0p1): error count since last fsck: 3
[ 316.486064] EXT4-fs (mmcblk0p1): initial error at time 1720098557: __ext4_get_inode_loc_noinmem:4457: inode 30118: block 2251
[ 316.497395] EXT4-fs (mmcblk0p1): last error at time 1720098620: __ext4_get_inode_loc_noinmem:4457: inode 1139: block 440
*****
[ 3.062384] EXT4-fs (mmcblk0p1): recovery complete
[ 3.067217] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 4.842205] EXT4-fs (mmcblk0p1): Couldn't remount RDWR because of unprocessed orphan inode list. Please umount/remount instead
[ 316.480055] EXT4-fs (mmcblk0p1): error count since last fsck: 3
[ 316.486028] EXT4-fs (mmcblk0p1): initial error at time 1720098557: __ext4_get_inode_loc_noinmem:4457: inode 30118: block 2251
[ 316.497381] EXT4-fs (mmcblk0p1): last error at time 1720098620: __ext4_get_inode_loc_noinmem:4457: inode 1139: block 440
root@CTF01:/etc/systemd/system# fsck.ext4
Usage: fsck.ext4 [-panyrcdfktvDFV] [-b superblock] [-B blocksize]
**********************************
root@iot2050-debian:~# fsck.ext4 /dev/mmcblk0p1 -nf
e2fsck 1.46.2 (28-Feb-2021)
Warning! /dev/mmcblk0p1 is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Block bitmap differences: +(4770853--4770856) -(4882460--4882463)
Fix? no
Free blocks count wrong for group #145 (8997, counted=9001).
Fix? no
Free blocks count wrong for group #149 (32761, counted=32757).
Fix? no
Free blocks count wrong (10575231, counted=10571075).
Fix? no
Free inodes count wrong (7721835, counted=7721820).
Fix? no
Block bitmap differences: Group 145 block bitmap does not match checksum.
IGNORED.
Group 149 block bitmap does not match checksum.
IGNORED.
rootfs: ********** WARNING: Filesystem still has errors **********
rootfs: 69333/7791168 files (0.2% non-contiguous), 5016444/15591675 blocks
***********************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment