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)
Sun, Nov 23, 10:08 PM
Unknown Object (File)
Fri, Nov 21, 3:29 AM
Unknown Object (File)
Fri, Nov 21, 3:27 AM
Unknown Object (File)
Fri, Nov 21, 3:25 AM
Unknown Object (File)
Fri, Nov 21, 3:19 AM
Unknown Object (File)
Fri, Nov 21, 3:18 AM
Unknown Object (File)
Tue, Nov 18, 3:08 AM
Unknown Object (File)
Wed, Nov 12, 2:37 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 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.