1837680 Members
4291 Online
110117 Solutions
New Discussion

Re: fsck

 
R.Mahendran_1
Occasional Advisor

fsck

Can any one describe..
How fsck recovers a filesystem,step by step?

I need the internal details of fsck.
2 REPLIES 2
Stefan Farrelly
Honored Contributor

Re: fsck


Its right there in the man page;

man fsck_vxfs
man fsck_hfs
Im from Palmerston North, New Zealand, but somehow ended up in London...
Steven Sim Kok Leong
Honored Contributor

Re: fsck

Hi,

If you really want the "internals" of fsck, only the source code for opensource OSes such as RedHat Linux are available for grabs.

For RedHat Linux, you can get it from:

ftp://ftp.singnet.com.sg/opensource/linux/redhat/linux/7.3/en/os/i386/SRPMS/e2fsprogs-1.27-3.src.rpm

Reading the source code "internals" will give you the picture of exactly how it works.

Hope this helps. Regards.

Steven Sim Kok Leong