Page MenuHomeFreeBSD

handbook: Clean up the bits on ext2
ClosedPublic

Authored by trasz on Jan 19 2022, 2:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 11:39 PM
Unknown Object (File)
Dec 8 2024, 1:14 PM
Unknown Object (File)
Nov 6 2024, 5:20 AM
Unknown Object (File)
Oct 2 2024, 11:31 PM
Unknown Object (File)
Oct 2 2024, 8:23 PM
Unknown Object (File)
Oct 2 2024, 1:50 AM
Unknown Object (File)
Sep 29 2024, 5:14 AM
Unknown Object (File)
Sep 29 2024, 4:17 AM
Subscribers

Details

Summary

Remove information that's no longer relevant, and one step
(module loading) which happens automatically during mount.

Sponsored By: EPSRC

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 43984
Build 40872: arc lint + arc unit

Event Timeline

trasz requested review of this revision.Jan 19 2022, 2:28 PM
trasz created this revision.
debdrup added inline comments.
documentation/content/en/books/handbook/filesystems/_index.adoc
108

Isn't kldload and/or sysrc kld_list+="ext2fs"still required?

documentation/content/en/books/handbook/filesystems/_index.adoc
108

Not really, the mount(8) utility does that automatically.

debdrup added inline comments.
documentation/content/en/books/handbook/filesystems/_index.adoc
108

Not really, the mount(8) utility does that automatically.

Good to go then.

This revision is now accepted and ready to land.Jan 19 2022, 6:38 PM
This revision was automatically updated to reflect the committed changes.