Page MenuHomeFreeBSD

dumpfs(8): add option to only print superblock information
ClosedPublic

Authored by rew on Jun 24 2021, 3:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 6:35 PM
Unknown Object (File)
Sun, Apr 7, 2:27 AM
Unknown Object (File)
Fri, Mar 22, 12:40 PM
Unknown Object (File)
Fri, Mar 22, 12:27 PM
Unknown Object (File)
Mar 8 2024, 4:40 AM
Unknown Object (File)
Mar 8 2024, 3:23 AM
Unknown Object (File)
Mar 3 2024, 3:19 AM
Unknown Object (File)
Jan 14 2024, 10:16 AM
Subscribers

Details

Summary

Add an option to dumpfs, -s, that only prints the super block information.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40071
Build 36960: arc lint + arc unit

Event Timeline

rew requested review of this revision.Jun 24 2021, 3:20 AM

This looks good. And I rather like it, since I've wanted something like this in the past.

Strictly speaking, dosb should be a bool, but that's a bigger change because dofreespace, domarshal, and dolabel are not yet bools and should before consistency. And that's well beyond the scope, unless you really wanted to follow up with that. :)

This revision is now accepted and ready to land.Jun 24 2021, 3:31 AM
bcr added a subscriber: bcr.

OK from manpages, too. Thanks for addition this feature.

In D30881#694691, @imp wrote:

Strictly speaking, dosb should be a bool, but that's a bigger change because dofreespace, domarshal, and dolabel are not yet bools and should before consistency. And that's well beyond the scope, unless you really wanted to follow up with that. :)

Would you rather see a follow-up done as part of this review or in a separate one?