A/UX: How to Determine Which Partitions Are Being Exported


Article Change History
----------------------
08/31/92 - REVIEWED
* For technical accuracy.


How do I find out which partitions are being exported from another system on
the network?

By using the "-e" options with the /usr/etc/showmount command and specifying a
hostname, you can get a list of the partitions that are being exported from
another system on the network.

For example, to get a list of exported directories from the system "macaux,"
enter the line:

showmount -e macaux

The output could look like this:

export list for macaux:
/s1 everyone
/ everyone

This output tells us that the "/" and "/s1" directories from the system
"macaux" are being exported to everyone.


Published Date: Feb 18, 2012