Ran redhat-config-nfs from ssh command line.
For reference, check out the Linux
NFS-HOWTO on The
Linux Documentation Project website.
On Casper, the file server, we added to /etc/exports the following
line:
/home/net/ 192.168.1.1/255.255.255.0(rw,sync)
Note: we used redhat-config-nfs to do this.
Then, on the Linux client, we added the following line to /etc/fstab:
192.168.1.23:/home/net /home/casper nfs rsize=8192,wsize=8192,nosuid,soft 0 0
But, I can't write files with my "neilj" login. I created a new
login and made sure the user ID matched on both machines.
No comments:
Post a Comment