zhao-sun.com

April 9, 2004

Setup NFS

Filed under: Computer — blogadmin @ 10:58 pm


  • on the Linux server machine, edit /etc/exports, adding a line “/vol shanghai(rw) chuangchun(rw)” at the end; and run “/etc/init.d/nfs restart”

  • or on the Linux server machine, following the steps as stated here – NFS Howto

  • on the client machine, (can be a Unix or a Linux system), run “mount (SERVER_IP_ADDRESS):(SHARE_DIRECTORY) (LOCAL_SHARE_DIRECTORY)”; or on the Linux client machine, to mount file systems at boot time, edit /etc/fstab, adding a line “wenji:/opt
    /mnt/shared/opt nfs rw 0 0” at
    the end.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress