A Linux utility for easy mounting and unmounting of external devices without a password, with features like automated mounting based on device labels and UUIDs.
udevil is a lightweight command line program for Linux operating systems that enables easy mounting and unmounting of external storage devices without requiring admin privileges or passwords. It works by wrapping common Linux utilities like mount
, umount
, and lsblk
to provide a simpler and more user-friendly interface.
Some key features of udevil include:
In summary, udevil simplifies working with external drives, USB devices, CD/DVD discs and more by automating much of the mounting, unmounting and device management that typically requires convoluted linux commands or root privileges. Its simple interface and configuration file enables productivity gains for end users.