Console file managers typically lack an interface for managing disks out of the box; this utility addresses that issue. It is a logical continuation of the previous solution.
Features:
- viewing partitions and disks;
- monitoring/unmounting selected partitions;
- disk extraction;
- data from udisks2 and fstab;
- thanks to udisks2, many operations do not require root privileges.
The utility is written in Rust, with only udisks2 as an external dependency, and communicates with it via dbus.
- binary file and deb package: https://github.com/SL-RU/mmtui/releases
- Package in AUR: https://aur.archlinux.org/packages/mmtui-bin
Integrations:
- file manager yazi: https://github.com/SL-RU/mount.yazi
- ranger: https://github.com/SL-RU/mmtui?tab=readme-ov-file#ranger-file-manager
Source: linux.org.ru
