showmount: add page
This commit is contained in:

committed by
Agniva De Sarker

parent
9b884a5be6
commit
7618553956
20
pages/windows/showmount.md
Normal file
20
pages/windows/showmount.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# showmount
|
||||||
|
|
||||||
|
> Display information about NFS filesystems on Windows Server.
|
||||||
|
> More information: <https://docs.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}}`
|
Reference in New Issue
Block a user