snippetbashTip
showmount — Display information about NFS filesystems on Windows Server. More information: <https://learn.micros
Viewed 0 times
commandshowmountnfscliinformationfilesystemsaboutdisplay
windows
Problem
How to use the
showmount command: Display information about NFS filesystems on Windows Server. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/showmount>.Solution
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 -eDisplay all NFS clients and their mounted directories:
showmount -aDisplay all NFS mounted directories:
showmount -dDisplay all exported filesystems for a remote server:
showmount -e {{server_address}}Code Snippets
Display all exported filesystems
showmount -eDisplay all NFS clients and their mounted directories
showmount -aDisplay all NFS mounted directories
showmount -dDisplay all exported filesystems for a remote server
showmount -e {{server_address}}Context
tldr-pages: windows/showmount
Revisions (0)
No revisions yet.