What are the differences between Unix's fsck and Windows' chkdsk?
1 Answer
The internal structure of filesystems is totally different among each other, so different programs are needed for different filesystems. Even on UNIX/Linux systems there is a dedicated filesystem check program for every filesystem implementation (ext*, xfs, jfs, etc.)
Normally the initial command chkdsk/fsck checks the format of the underlying filesystem and then calls the dedicated check program.
- xfs? jfs? are those better descendants of ffs than ext?Kaitlyn Mcmordie– Kaitlyn Mcmordie2011-10-27 17:30:32 +00:00Commented Oct 27, 2011 at 17:30
- 1Different filesystems - but it would be too lengthy here (and the wrong subject) to tell you all about different filesystems and it is all on Wikipedia.ktf– ktf2011-10-28 10:42:52 +00:00Commented Oct 28, 2011 at 10:42
chkdskitself try Super User