Hi my friend
So this mounting method (man mount to go for help) is a part
of NFS.
Let me give an example to you:
/usr/sbin/mount -t nfs <hostname>:/tmp /tmp2
In the sbin directory there you can find the command (if the path's not set).
-t = type for a filesystem (NFS) isn't mounted yet
hostname = name of the server you wants to mount from
/tmp = name of the filesystem you wants to mount
/tmp2 = it's the new mount-point on your local machine
Try it!
Bye, Oliver