When I mount a DiskShare server from a UNIX machine, what is the syntax for the shared directory?
A. Use the syntax that is reported from the showmount command. For example, for DiskShare server “mercury”: # /etc/showmount -e mercury export list for mercury: /C/TEMP (everyone) /D/nfstest (everyone) Use mount syntax # /etc/mount -f NFS mercury:/c/temp /mnt or # /etc/mount -t nfs mercury:/c/temp /mnt depending on the UNIX operating system.