Page MenuHomeFreeBSD

Make fsck_y_enable use -R
ClosedPublic

Authored by trasz on Jul 5 2017, 1:40 PM.
Tags
None
Referenced Files
F169234584: D11490.diff
Tue, Sep 1, 12:05 AM
F169144345: D11490.id30447.diff
Mon, Aug 31, 2:08 PM
F169068287: D11490.id.diff
Mon, Aug 31, 7:49 AM
Unknown Object (File)
Sun, Aug 30, 12:48 AM
Unknown Object (File)
Sun, Aug 30, 12:20 AM
Unknown Object (File)
Fri, Aug 28, 6:31 PM
Unknown Object (File)
Wed, Aug 26, 3:29 AM
Unknown Object (File)
Tue, Aug 25, 5:20 PM
Subscribers

Details

Summary

Make fsck_y_enable default to passing pass -R to fsck_ffs(8) in addition to -y.
To me the fsck_y_enable means "try as hard as possible", and without -R, it...
well, doesn't.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Handle both "ufs" and "ffs" names.

This seems like a reasonable change. Definitely in keeping with the spirit of -y.

This revision is now accepted and ready to land.Jul 10 2017, 3:24 AM
This revision was automatically updated to reflect the committed changes.