1826421 Members
3235 Online
109692 Solutions
New Discussion

FSCK

 
SOLVED
Go to solution
Rich Rossini_1
Occasional Contributor

FSCK

Hi all, can fsck repair corrupt data in a file system?
5 REPLIES 5
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: FSCK

Rich,

nope, fsck can repair a corrupt filesytem or corrupt blocks on the disk.

Robert-Jan
A. Clay Stephenson
Acclaimed Contributor

Re: FSCK

No. Fsck can repair corrupt metadata assocaited with a filesystem. You need to better phrase your question so that it's more narrowly defined.
If it ain't broke, I can fix that.
baiju_3
Esteemed Contributor

Re: FSCK

fsck will fix the file system inconsistancy ,It can not repair any data blocks , if blocks are are corrupted the files will be move to lost+found directory , and you may have to move it back from there . But there is no gurantee that it will rpair/recover data.

ths,
bl.
Good things Just Got better (Plz,not stolen from advertisement -:) )
Marvin Strong
Honored Contributor

Re: FSCK

fsck doesn't repair data, as stated by the others above. Chances are if you have corrupt data you need to do a restore.

Rich Rossini_1
Occasional Contributor

Re: FSCK

Tahks all