EROFS stands for Enhanced Read-Only File System. It aims to be a generic read-only file system solution for various use cases instead of just focusing on saving storage space without considering runtime performance. This package includes tools to create, check, and extract EROFS images.
EROFS stands for Enhanced Read-Only File System. It aims to be a generic read-only file system solution for various use cases instead of just focusing on saving storage space without considering runtime performance. This package includes tools to create, check, and extract EROFS images.
To install erofs-utils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install erofs-utils
To see what files were installed by erofs-utils, run:
port contents erofs-utils
To later upgrade erofs-utils, run:
sudo port selfupdate && sudo port upgrade erofs-utils
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.