A simple GUI application for managing NFS drives on Windows.
- 🔌 Easy mounting of NFS drives through a graphical interface
- ⚙️ Advanced mount settings configuration
- 📊 Real-time drive status and properties monitoring
- 🛡️ Safe unmounting of drives
- Download the latest release
- Enable Windows NFS Client feature if not already enabled
- Run the application
- Clone the repository
- Install requirements:
pip install -r requirements.txt
- Run the application:
python nfs_manager.py
- Open "Control Panel"
- Go to "Programs and Features"
- Click "Turn Windows features on or off"
- Check "Services for NFS" and its sub-components
- Click OK and restart if prompted
- Enter the NFS server address (e.g., 192.168.1.100)
- Enter the share path (e.g., /exports/share1)
- Select a drive letter
- (Optional) Configure mount settings via the ⚙️ button
- Click "Mount"
- 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
Visit our project page for detailed documentation and screenshots.
This project is licensed under the MIT License - see the LICENSE file for details.