Skip to content

A simple GUI application for managing NFS drives on Windows. Mount, unmount, and monitor NFS shares with an intuitive interface - no command line needed.

License

Notifications You must be signed in to change notification settings

yani-/windows-nfs-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFS Drive Manager

A simple GUI application for Windows to manage NFS drives. Features include:

  • Mount NFS drives
  • Unmount drives
  • View drive properties
  • Real-time status monitoring

Requirements

  • Python 3.x
  • Windows with NFS Client feature enabled

Setup

  1. Install required Python packages:
pip install -r requirements.txt
  1. Enable Windows NFS Client feature:
    • 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

Usage

  1. Run the application:
python nfs_manager.py
  1. To mount an NFS drive:

    • Enter the server address (e.g., 192.168.1.100)
    • Enter the share path (e.g., /exports/share1)
    • Select a drive letter
    • Click "Mount"
  2. To unmount a drive:

    • Select the drive from the list
    • Click "Unmount Selected"
  3. View properties by selecting a drive from the list

About

A simple GUI application for managing NFS drives on Windows. Mount, unmount, and monitor NFS shares with an intuitive interface - no command line needed.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages