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)
Mar 7 2024, 1:07 PM
Unknown Object (File)
Mar 7 2024, 11:58 AM
Unknown Object (File)
Feb 26 2024, 12:45 PM
Unknown Object (File)
Feb 9 2024, 12:05 PM
Unknown Object (File)
Jan 5 2024, 4:34 PM
Unknown Object (File)
Dec 20 2023, 4:48 AM
Unknown Object (File)
Dec 19 2023, 4:40 PM
Unknown Object (File)
Oct 28 2023, 12:47 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.