Hi all!
After having problems copying a few of the files from my home directory (EXT3) to an external hard disk (with NTFS),
I ran fsck.ext3 on my home drive.
I did get
Now, would it be safe to choose to 'Fix' ?
Thanks in advance
Mike
After having problems copying a few of the files from my home directory (EXT3) to an external hard disk (with NTFS),
I ran fsck.ext3 on my home drive.
I did get
Code:
host:~ #
host:~ #
host:~ # fsck.ext3 -n -f /dev/sda8
e2fsck 1.42.6 (21-Sep-2012)
Warning! /dev/sda8 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: +15503307 -17508053
Fix? no
Free blocks count wrong for group #473 (23608, counted=23612).
Fix? no
Free blocks count wrong for group #534 (21431, counted=21434).
Fix? no
Free blocks count wrong for group #969 (23841, counted=23834).
Fix? no
Free blocks count wrong (27527017, counted=27801868).
Fix? no
Free inodes count wrong (10308961, counted=10335197).
Fix? no
home123: ********** WARNING: Filesystem still has errors **********
home123: 176799/10485760 files (6.3% non-contiguous), 14402711/41929728 blocks
host:~ #
host:~ #
Thanks in advance
Mike