Chinaunix

标题: export it to NFS [打印本页]

作者: KoRiR    时间: 2004-05-20 12:03
标题: export it to NFS
I have a free harddribe in server A. and create the directory work to store thedesign file.
now,I want to export it to NFS, so other machine can mount this directory.

how to do ?
作者: q1208c    时间: 2004-05-20 12:34
标题: export it to NFS
In Linux:

vi /etc/exports

Add the path that you want export, eg:
/ftp/pub 192.168.1.0/24(rw)

save and exit.

Then type exportfs -a if the nfsd started, otherwise, service nfs start.

type man nfs for more help.

Good Luck !!




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2