System Grab Bag

View all TLDR pages from Windows (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.