Sun Jun 24 14:27:43 CDT 2007

Been working with setting up nfs mounts on the network.
I do it with Total Commander on my XP box without any problems.
To mount XP box shares on the OpenBSD box, I do the following:

sudo mount -t nfs xpbox:useracctdocs /home/useracct/mntxpbox

Plain & simple mount, defaults to udp.

sudo mount_nfs -T xpbox:useracctdocs /home/useracct/mntxpbox

The -T is for tcp instead of udp. useracctdocs is just a network
share name example. Share names for windows shares work fine instead
of having to type in the whole path. On the OpenBSD box, I have to
use the path instead. There's probably a way to alias share names,
but I don't know how at this point. If you read this and want to
educate me on that, send it to:

dancer68 at sdf dot lonestar dot org

Strange notation obviously to keep the damned spiders & spammers
at bay.