1820620 Members
2024 Online
109626 Solutions
New Discussion юеВ

Re: fsck

 
SOLVED
Go to solution
Jeff Hagstrom
Regular Advisor

fsck

fsck what is it and what is it used for?
4 REPLIES 4
Helen French
Honored Contributor
Solution

Re: fsck

Hi,

Check this out:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2c7b50011d20d6118ff40090279cd0f9,00.html

HTH,
Shiju

Life is a promise, fulfill it!
A. Clay Stephenson
Acclaimed Contributor

Re: fsck

Hi:

File system Check or sometimes pronouned 'f-sick'. It is used to check to integrity of filesystems before mounting. Normally, fsck is run automatically at boot if the system detects that a filesystem was not unmounted cleanly. e.g. after a crash.

Man fsck_vxfs or fsck_hfs for details.
If it ain't broke, I can fix that.
Helen French
Honored Contributor
S.K. Chan
Honored Contributor

Re: fsck

Basically it's a filesystem check utility or command if you will. If you have data corruption occur on your disk, it will continue to exist until you fixes it (ie. correct the database data files/index) by running fsck on the filesystem. Fsck will only detect/correct problems with the file system infrastructure, and not the contents of files - meaning data files (raw or file system files) will not be examined nor corrected by fsck.