In an attempt to throw the authorities off his trail,
(E-Mail Removed) transmitted:
> Hello,
> I have installed Allegro NFSd (NFS sever for windows) on win-98
> system(192.168.4.71). I am using the default config file(nfs.cfg) with
>
> (*exports* (("/c" "c:/")
> ("/d" "d:/")))
> (*hosts-allow* ("192.168.4.72"))
>
> I want to mount c:\ drive from linux system(192.168.4.72). Which
> command i should use?.
Something like
# mkdir /mnt/c /mnt/d
# mount 192.168.4.71:/c -t nfs /mnt/c
# mount 192.168.4.71:/d -t nfs /mnt/d
--
"cbbrowne","@","cbbrowne.com"
http://www.ntlug.org/~cbbrowne/lisp.html
Windows NT: The Mister Hankey of operating systems