logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Showmount - Control NFS Mounts | Online Free DevTools by Hexmos

Control NFS mounts with Showmount. Display shared resources and manage network file systems on Windows. Free online tool, no registration required.

showmount

Display information about NFS filesystems on Windows Server. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/showmount.

  • Display all exported filesystems:

showmount -e

  • Display all NFS clients and their mounted directories:

showmount -a

  • Display all NFS mounted directories:

showmount -d

  • Display all exported filesystems for a remote server:

showmount -e {{server_address}}

See Also