Page MenuHomeFreeBSD

Make fsck_y_enable use -R
ClosedPublic

Authored by trasz on Jul 5 2017, 1:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 18, 4:44 AM
Unknown Object (File)
Thu, Apr 16, 11:37 PM
Unknown Object (File)
Thu, Apr 16, 7:43 PM
Unknown Object (File)
Thu, Apr 16, 12:08 PM
Unknown Object (File)
Tue, Apr 14, 3:09 AM
Unknown Object (File)
Mar 20 2026, 10:11 AM
Unknown Object (File)
Mar 19 2026, 9:26 PM
Unknown Object (File)
Mar 17 2026, 6:01 AM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 10324
Build 10738: arc lint + arc unit

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.