QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 694|回复: 2

如何设置NFS安装服务器

[复制链接]
发表于 2003-1-14 14:50:17 | 显示全部楼层 |阅读模式
刚接触LINUX一个星期,别说我笨 我确实不知道该如何设置NFS安装服务器
发表于 2003-1-17 09:55:11 | 显示全部楼层
Create a directory where you will store all the iso images.  For example:
#mkdir /export/redhat-7.3

Copy all 3 iso images into /export/redhat-7.3

As root, add the following line into /etc/exports
/export        *(rw,no_root_squash,async)

Restart NFS server by
#service nfs restart
or
#/etc/rc.d/init.d/nfs restart

Restart portmap by
#service portmap restart

Export the directory by
#exportfs -a

You should now be able to use NFS install.
回复

使用道具 举报

发表于 2003-1-17 16:34:01 | 显示全部楼层
portmap 服务也要启动。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-17 12:49 , Processed in 0.076770 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表