Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os_mon - include HAMMER2-FS in df(1) for DragonFly #8704

Merged
merged 1 commit into from
Aug 26, 2024

Commits on Aug 8, 2024

  1. os_mon - include HAMMER2-FS in df(1) for DragonFly

    HAMMER2 is the default file-system on DragonFly.
    
    Running:
    
        /bin/df -k -t ufs,hammer /
    
    results in empty output (on my DragonFly system), while running:
    
        /bin/df -k -t ufs,hammer,hammer2 /
    
    results in:
    
        Filesystem     1K-blocks     Used     Avail Capacity  Mounted on
        dev/da0s1d     697244672 68285248 628959424    10%    /
    mneumann committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e2ef371 View commit details
    Browse the repository at this point in the history