fs-check checks filesystem sizes to see if they are getting too full. It uses a configuration file that specifies the filesystems to check, email contacts, trigger thresholds (percentage or amount used/unused), and a report program to run.
fs-check checks filesystem sizes to see if they are getting too full. It uses a configuration file that specifies the filesystems to check, email contacts, trigger thresholds (percentage or amount used/unused), and a report program to run.
To install fs-check, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fs-check
To see what files were installed by fs-check, run:
port contents fs-check
To later upgrade fs-check, run:
sudo port selfupdate && sudo port upgrade fs-check
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.