💾 Archived View for freeshell.de › tldr › quotacheck.gmi captured on 2023-04-20 at 00:25:13. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Scan a filesystem for disk usage; create, check and repair quota files.
It is best to run quota check with quotas turned off to prevent damage or loss to quota files.
sudo quotacheck --all
sudo quotacheck --force {mountpoint}
sudo quotacheck --debug {mountpoint}
sudo quotacheck --verbose {mountpoint}
sudo quotacheck --user {user} {mountpoint}
sudo quotacheck --group {group} {mountpoint}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).