2019-10-11 11:39:31 +01:00
|
|
|
# showmount
|
|
|
|
|
|
|
|
> Display information about NFS filesystems on Windows Server.
|
2022-10-04 16:06:23 +01:00
|
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/showmount>.
|
2019-10-11 11:39:31 +01:00
|
|
|
|
|
|
|
- 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}}`
|