Skip to content

v1.2

Compare
Choose a tag to compare
@rootifera rootifera released this 15 Jul 17:48
· 8 commits to main since this release
94d5a3b
  • Added functionality to forcefully unmount partitions of specified disks:
    • Implemented a Python script to unmount partitions using lsblk, findmnt, and umount commands.
    • The script now handles cases where no partitions are found or if unmounting fails quietly.
    • Improved error handling and output to only print successful unmounts.
    • Added a feature to print "None Found" if no partitions were unmounted after attempting all specified disks.

What's Changed

New Contributors

Full Changelog: stable...v1.2