https://github.com/yani-/windows-nfs-manager
A simple GUI application for managing NFS drives on Windows. Mount, unmount, and monitor NFS shares with an intuitive interface - no command line needed.
https://github.com/yani-/windows-nfs-manager
file-system gui mount-manager network-file-system nfs nfs-client python storage-management system-tools tkinter windows windows-application
Last synced: 12 days ago
JSON representation
A simple GUI application for managing NFS drives on Windows. Mount, unmount, and monitor NFS shares with an intuitive interface - no command line needed.
- Host: GitHub
- URL: https://github.com/yani-/windows-nfs-manager
- Owner: yani-
- License: mit
- Created: 2025-01-11T06:18:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-11T15:07:41.000Z (over 1 year ago)
- Last Synced: 2025-03-02T19:16:45.269Z (over 1 year ago)
- Topics: file-system, gui, mount-manager, network-file-system, nfs, nfs-client, python, storage-management, system-tools, tkinter, windows, windows-application
- Language: Python
- Homepage: https://yani-.github.io/windows-nfs-manager/
- Size: 498 KB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows NFS Manager
A simple GUI application for managing NFS drives on Windows.

## Features
- 🔌 Easy mounting of NFS drives through a graphical interface
- ⚙️ Advanced mount settings configuration
- 📊 Real-time drive status and properties monitoring
- 🛡️ Safe unmounting of drives
## Quick Start
### Option 1: Download Executable
1. Download the [latest release](https://github.com/yani-/windows-nfs-manager/releases/latest)
2. Enable Windows NFS Client feature if not already enabled
3. Run the application
### Option 2: Build from Source
1. Clone the repository
2. Install requirements:
```bash
pip install -r requirements.txt
```
3. Run the application:
```bash
python nfs_manager.py
```
## Setup Windows NFS Client
1. Open "Control Panel"
2. Go to "Programs and Features"
3. Click "Turn Windows features on or off"
4. Check "Services for NFS" and its sub-components
5. Click OK and restart if prompted
## Usage
1. Enter the NFS server address (e.g., 192.168.1.100)
2. Enter the share path (e.g., /exports/share1)
3. Select a drive letter
4. (Optional) Configure mount settings via the ⚙️ button
5. Click "Mount"
## Mount Settings
- User/Group IDs: Match with NFS server permissions
- Transfer Sizes: Larger = better performance (if stable)
- Timeout: Lower = faster reconnect on issues
- File Access: 755 = standard read/write/execute
- Soft Mount: Recommended for better reliability
## More Information
Visit our [project page](https://yani-.github.io/windows-nfs-manager/) for detailed documentation and screenshots.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.