I built this because I was tired of using the command line to mount NFS drives on Windows. Key features: - Simple GUI for mounting/unmounting NFS drives - Advanced mount settings (UID/GID mapping, transfer sizes, timeouts) - Real-time drive status and storage monitoring - Detailed drive properties view - Built with Python/tkinter, packaged as a single executable The app is particularly useful if you: - Work with Linux/Unix servers from Windows - Need to mount NFS shares frequently - Prefer GUI over command line It's open source, MIT License, and you can download the executable directly without installing Python: https://github.com/yani-/windows-nfs-manager/releases/latest Screenshots and more info: https://yani-.github.io/windows-nfs-manager/ Looking for feedback, especially on: - Mount settings that would be useful to add - Performance with large NFS shares - UI/UX improvements |