showmount(8) System Manager's Manual showmount(8)NAME
showmount - Shows remote NFS compatible mounts on a host
SYNOPSIS
showmount [-adeT] [-t nnn] [host]
FLAGS
Lists all mount points in the form: hostname:dirpath. In this form, hostname is the name of a client that has remotely mounted a directory
from an NFS server, and dirpath is the directory that has been mounted. Lists only directories that have been remotely mounted by clients.
Shows host's exports list. Specifies an infinite timeout. The default timeout value is 25 seconds. Specifies a timeout value, in sec-
onds. The default timeout value is 25 seconds.
The default value for host is the current hostname.
DESCRIPTION
The showmount command shows status information about the NFS server on host. By default, it prints the names of all hosts that have NFS
file systems mounted from the server host. See NFS: Network File System Protocol Specification, RFC1094, Appendix A for a detailed
description of the protocol.
NOTES
The mountd daemon running on the server only has an idea of the actual mounts, since the NFS server is stateless. showmount will only dis-
play the information as accurately as the mount daemon reports it.
The default timeout value of 25 seconds can be too brief to read and verify an export list. If you receive timeout messages when using the
showmount -e command, use either the -T or the -t options to increase the timeout value.
FILES
Specifies the command path Contains a table of local file systems mounted by remote NFS clients
RELATED INFORMATION
Commands: mount(8)
Daemons: mountd(8)
Files: mountdtab(4) delim off
showmount(8)
Check Out this Related Man Page
SHOWMOUNT(8) BSD System Manager's Manual SHOWMOUNT(8)NAME
showmount -- show remote NFS mounts on host
SYNOPSIS
showmount [-Ae36] [-a | -d] [host]
DESCRIPTION
showmount shows status information about the NFS server on host. By default it prints the names of all hosts that have NFS file systems
mounted on the host. See NFS: Network File System Protocol Specification, RFC 1094, Appendix A, and NFS: Network File System Version 3
Protocol Specification, Appendix I, for a detailed description of the protocol.
-A Search for NFS servers advertised via Bonjour.
-a List all mount points in the form: host:dirpath
-d List directory paths of mount points instead of hosts.
-e Show the host's exports list.
-3 Use mount protocol Version 3, compatible with NFS Version 3.
-6 Use only IPv6 addresses to contact servers.
SEE ALSO mount(1), mountd(8), nfsd(8), mDNSResponder(8)BUGS
The mount daemon running on the server only has an idea of the actual mounts, since the NFS server is stateless. showmount will only display
the information as accurately as the mount daemon reports it.
HISTORY
The showmount utility first appeared in 4.4BSD.
4th Berkeley Distribution September 26, 2010 4th Berkeley Distribution
I have a machine A NFS mounted on machine B
I am doing a build from machine B on the MFS mounted dir of machine A but I keep getting the following:
NFS server A not responding still trying.
I go to machine A and can log onto machine A and everything seems fine.
How do I go about finding... (6 Replies)
Hi there!
I'm a bit curious on something about Daemons....
Supose you have two processes say A and B, where B is a daemon.
A is totally independent from B.
Is there a way for A to find out B's return code?
Is there a way for A to find out when B ends?
Thanks! (4 Replies)
It is required to trap the signal send to a daemon process before rebooting a unix server. Suppose a script abc.ksh is running in the server as daemon. Before rebooting the server, the unix admin kills all the daemon processes. It is not known to me how admin kills the processes; I mean by which... (9 Replies)
I have 2 hosts (server and client), on the client side I mount remote directory (through NFS). How can I synchronize content of 2 directories (one on the client, and one on the server, mounted to the client)? i.e. when client is connected to the server synchronization process is automatically... (5 Replies)
I need some help in emergency. I want to add some software package from Solaris 10 CD remotely to UNIX Sparc machine. I can remotely access into the machine. Question is: how do I insert Solaris 10 CD in my laptop, then mount to UNIX machine remotely and add software package. Please give me the... (7 Replies)
Hi people!
In my new job i have 5 servers running AIX 5.3.
In the 1st one (BackupSRV) i have a partition (from SAN) mounted on /arquive.
This partition its configured with NFS to be used by the other 4 servers.
In the 3 servers i can mount without any problems.
The 4rd one it gives me an... (8 Replies)
Hi All,
I want to know whether we can timeout the cd command in unix.
If we can how is it implemented?
Suppose cd command hangs can we timeout the command.
Please help (9 Replies)
Hi,
when i give showmount -a command following is the error that i get.
root@server # showmount -a
showmount: server: RPC: Program not registered
Can anyone say the cause for that, and also a solution. (5 Replies)
Hello folks,
I am facing a problem with NFS after doing the HACMP configuration
Issue : The showmount -e pr2serv at pr1serv ,it is only showing 1 mount exported /oracle , instead of showing all 7 as per /etc/exports file.
issue : while mounting /oracle at pr1serv getting permission... (8 Replies)
At work I have two sets of systems, my Primary network and Secondary network. Each consists of 4 servers, 3 of them for doing work (Idaho, Omaha, Juno) and hosting the processes we work on and 1 holds all the home directories (Sword). So Idaho, Omaha and Juno use Sword for home directories (user... (7 Replies)
Hi,
I have root access and user name called prod. but it doesn't matter which user I log in as. But I can't CD to the directory. Can you advise.
dr-xr-xr-x 1 root root 1 Sep 12 15:40 lib
$id
uid=4902(prod) gid=50(develop)
$cd lib
-bash: cd: lib: Permission... (7 Replies)
Hi, I have and IB RS/6000 machine running 32-bit AIX 4.3.3. We have a directory that is NFS mounted to this machine. Whenever I run the "ls" command in this directory, I get the following error: 0653-340 There is not enough memory available now
There was originally 512 MB of... (11 Replies)
Hello World,
We have a software repository server in our environment which we use as an NFS server.
Now this has been going on well before I was hired. Now, I observed many users not unmounting the NFS resources after their use. I ran showmount and it showed 513 current sessions.
:wall: Is... (7 Replies)
Hi,
I am having some NFS directory consistency problems with the below setup on a local (192.) network:
1. Different permissions (chmod) for the same NFS dir are reflected on different clients.
2. (more serious) an NFS dir created on client1 cannot be accessed on client2; this applies to some... (10 Replies)