Mention fsck_ffs -E in tunefs(8). It's non-obvious that one should
use it after enabling TRIM.
Details
Details
- Reviewers
brueffer - Group Reviewers
manpages - Commits
- rS298271: Mention fsck_ffs -E in tunefs(8). It's non-obvious that one should
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3233 Build 3266: arc lint + arc unit
Event Timeline
sbin/tunefs/tunefs.8 | ||
---|---|---|
174 | Hm, what I've did is consistent with how it's spelled in the referenced manual page: See the -E and -t flags of newfs(8), and the -t flag of tunefs(8). Not sure which way is better; not a native english speaker myself :-) |
sbin/tunefs/tunefs.8 | ||
---|---|---|
174 | Or See the .Xr fsck_ffs 8 .Fl E flag. ? |
sbin/tunefs/tunefs.8 | ||
---|---|---|
174 | This works also. The references become increasingly more specific, so the reader does not have to remember the flag name while running man fsck_ffs. |