Search
i need to disable the fsck. Does anybody knows how to?
Thanks;
Larry
why do you need to disable it? Do you know that's scary? Especially if there's a power interruption, fsck if the only way you can guarantee data reliability. But if you still insist on disabling it, run this command: tune2fs -i 0 /dev/hdxx
Re: fsck
why do you need to disable it? Do you know that's scary? Especially if there's a power interruption, fsck if the only way you can guarantee data reliability. But if you still insist on disabling it, run this command: tune2fs -i 0 /dev/hdxx