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)
Wed, Apr 23, 3:30 PM
Unknown Object (File)
Sat, Apr 12, 7:41 AM
Unknown Object (File)
Sun, Mar 30, 9:37 PM
Unknown Object (File)
Fri, Mar 28, 12:45 AM
Unknown Object (File)
Mar 11 2025, 5:26 AM
Unknown Object (File)
Mar 8 2025, 9:36 PM
Unknown Object (File)
Mar 4 2025, 12:48 PM
Unknown Object (File)
Feb 28 2025, 1:34 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

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.