NFS 档案外包包,393994156@qq...

FlossDoc,自由中文?源知??
如要??本文,?烈建?使用英文??:
[] NFS ?介
如果您想分享一些?案???上的
系?, 就是最??的方法。
[] 速成:分享一?目? (?料?)
?段是?初?者和不耐?的人可以快速地使用 NFS 分享一?目????上其他 GNU/Linux 或 Unix 系?。我?假?伺服器 nfsserver (IP 地址? 192.168.13.5)要分享目? /var/nfs ? 192.168.13.0 - 192.168.13.255 ??上所有??使用。
[] 配置 NFS 伺服器
第一步您?然是要在您的 NFS 伺服器 nfsserver 安?需要的?件。
如果您是使用 ,您需要在命令模式或?端?打以下命令安?需要的套件 (packages):
su -c 'apt-get install nfs-kernel-server'
管理??打以下命令:
sudo apt-get install nfs-kernel-server
// 管理??打以下命令:
su -c 'yum install nfs-utils portmap'
接著就是告? NFS 伺服器您打算分享那些?案和不同??有什??限等,您需要把?些?料?在
中。本例是要分享目? /var/nfs ? 192.168.13.0 - 192.168.13.255 ??上所有??使用,所要?在
加入以下一行:
192.168.13.0/24(ro)
上面的例子是? 192.168.13.0/24 ??所有??只有?? /var/nfs 的?力。如果您想他?可以更改或?除 /var/nfs 中的?案,?用 rw 取代 ro,如下:
192.168.13.0/24(rw)
完成後就要?? NFS 伺服器,Debian 或 Ubuntu 使用者?打:
/etc/init.d/portmap start
/etc/init.d/nfs-common start
/etc/init.d/nfs-kernel-server start
Ubuntu 中??的 portmap 启动参数是 -i 127.0.0.1,需要改为服务器***的IP,或者直接把文件中的相应行注释掉。
RedHat/Fedora/CentOS 使用者?打:
service portmap start
service nfs start
??後,您再在客?端可以打「showmount -e 伺服器地址」?查伺服器的配置是否正常以及客?端和伺服器的??有不有??:
showmount -e 192.168.13.5
[] 配置 NFS 客?端
接著是?您的其他???接 NFS 伺服器 nfsserver 分享出?的目? /var/nfs。同?每? NFS 客?端都需要安?有??件。
如果您是使用 ,您需要在命令模式或?端?打以下命令安?需要的套件 (packages):
su -c 'apt-get install nfs-common'
Ubuntu 使用者要打:
sudo apt-get install nfs-common
RedHat/Fedora/CentOS 使用者?打:
su -c 'yum install portmap'
安?後???有??件。
/etc/init.d/portmap start
/etc/init.d/nfs-common start
您可以打「showmount -e 伺服器地址」?查伺服器的配置是否正常。
showmount -e 192.168.13.5
?在您可以用「mount -t nfs 伺服器地址:目? ???」?接有?目?
mount -t nfs 192.168.13.15:/var/nfs /mnt
[] 伺服器端
[] 安?套件
如果您是使用 Debian 或 Ubuntu,您需要安?以下套件:
nfs-common
nfs-kernel-server
即是以系?管理? root 的身份打以下命令安?需要的套件 (packages):
apt-get install nfs-kernel-server
用 APT 安? nfs-kernel-server ?自?安? nfs-common 和 portmap
Fedora/RHEL/CentOS 管理??需要以下套件:
即是以?身成系?管理? root 打:
yum install nfs-utils portmap
[] 配置分享目?
接著就是告? NFS 伺服器您打算分享那些?案和不同??有什??限等,您需要把?些?料?在
[] ?? NFS 伺服器
NFS 伺服器需要以下列 daemon:
nfsd 或 rpc.nfsd
mountd 或 rpc.mountd
完成後就要?? NFS 伺服器,Debian 或 Ubuntu 使用者?打:
/etc/init.d/portmap start
/etc/init.d/nfs-common start
/etc/init.d/nfs-kernel-server start
Ubuntu 中??的 portmap 启动参数是 -i 127.0.0.1,需要改为服务器***的IP,或者直接把文件中的相应行注释掉。
RedHat/Fedora/CentOS 使用者?打:
service portmap start
service nfs start'
[] 重新?入更??的配置
exportfs -ra
[] 安?套件
Debian/Ubuntu 需要安? nfs-common 和 portmap。即是打:
apt-get install nfs-common
RedHat/Fedora/CentOS 使用者?安? portmap。即是打:
yum install portmap
安?後???有??件。
/etc/init.d/portmap start
/etc/init.d/nfs-common start
[] ???端目?
?在您可以用「mount -t nfs 伺服器地址:目? ???」?接有?目?
mount -t nfs 192.168.13.15:/var/nfs /mnt
[] ?查配置
您再在客?端可以打「showmount -e 伺服器地址」?查伺服器的配置是否正常以及客?端和伺服器的??有不有??:
showmount -e 192.168.13.5
Personal tools
最后更改12:59 日.
本页面已经被浏览32,907次。Hong Kong Linux User Group
FlossDoc,自由中文?源知??
如要??本文,?烈建?使用英文??:
[] NFS ?介
如果您想分享一些?案???上的
系?, 就是最??的方法。
[] 速成:分享一?目? (?料?)
?段是?初?者和不耐?的人可以快速地使用 NFS 分享一?目????上其他 GNU/Linux 或 Unix 系?。我?假?伺服器 nfsserver (IP 地址? 192.168.13.5)要分享目? /var/nfs ? 192.168.13.0 - 192.168.13.255 ??上所有??使用。
[] 配置 NFS 伺服器
第一步您?然是要在您的 NFS 伺服器 nfsserver 安?需要的?件。
如果您是使用 ,您需要在命令模式或?端?打以下命令安?需要的套件 (packages):
su -c 'apt-get install nfs-kernel-server'
管理??打以下命令:
sudo apt-get install nfs-kernel-server
// 管理??打以下命令:
su -c 'yum install nfs-utils portmap'
接著就是告? NFS 伺服器您打算分享那些?案和不同??有什??限等,您需要把?些?料?在
中。本例是要分享目? /var/nfs ? 192.168.13.0 - 192.168.13.255 ??上所有??使用,所要?在
加入以下一行:
192.168.13.0/24(ro)
上面的例子是? 192.168.13.0/24 ??所有??只有?? /var/nfs 的?力。如果您想他?可以更改或?除 /var/nfs 中的?案,?用 rw 取代 ro,如下:
192.168.13.0/24(rw)
完成後就要?? NFS 伺服器,Debian 或 Ubuntu 使用者?打:
/etc/init.d/portmap start
/etc/init.d/nfs-common start
/etc/init.d/nfs-kernel-server start
Ubuntu 中??的 portmap 启动参数是 -i 127.0.0.1,需要改为服务器***的IP,或者直接把文件中的相应行注释掉。
RedHat/Fedora/CentOS 使用者?打:
service portmap start
service nfs start
??後,您再在客?端可以打「showmount -e 伺服器地址」?查伺服器的配置是否正常以及客?端和伺服器的??有不有??:
showmount -e 192.168.13.5
[] 配置 NFS 客?端
接著是?您的其他???接 NFS 伺服器 nfsserver 分享出?的目? /var/nfs。同?每? NFS 客?端都需要安?有??件。
如果您是使用 ,您需要在命令模式或?端?打以下命令安?需要的套件 (packages):
su -c 'apt-get install nfs-common'
Ubuntu 使用者要打:
sudo apt-get install nfs-common
RedHat/Fedora/CentOS 使用者?打:
su -c 'yum install portmap'
安?後???有??件。
/etc/init.d/portmap start
/etc/init.d/nfs-common start
您可以打「showmount -e 伺服器地址」?查伺服器的配置是否正常。
showmount -e 192.168.13.5
?在您可以用「mount -t nfs 伺服器地址:目? ???」?接有?目?
mount -t nfs 192.168.13.15:/var/nfs /mnt
[] 伺服器端
[] 安?套件
如果您是使用 Debian 或 Ubuntu,您需要安?以下套件:
nfs-common
nfs-kernel-server
即是以系?管理? root 的身份打以下命令安?需要的套件 (packages):
apt-get install nfs-kernel-server
用 APT 安? nfs-kernel-server ?自?安? nfs-common 和 portmap
Fedora/RHEL/CentOS 管理??需要以下套件:
即是以?身成系?管理? root 打:
yum install nfs-utils portmap
[] 配置分享目?
接著就是告? NFS 伺服器您打算分享那些?案和不同??有什??限等,您需要把?些?料?在
[] ?? NFS 伺服器
NFS 伺服器需要以下列 daemon:
nfsd 或 rpc.nfsd
mountd 或 rpc.mountd
完成後就要?? NFS 伺服器,Debian 或 Ubuntu 使用者?打:
/etc/init.d/portmap start
/etc/init.d/nfs-common start
/etc/init.d/nfs-kernel-server start
Ubuntu 中??的 portmap 启动参数是 -i 127.0.0.1,需要改为服务器***的IP,或者直接把文件中的相应行注释掉。
RedHat/Fedora/CentOS 使用者?打:
service portmap start
service nfs start'
[] 重新?入更??的配置
exportfs -ra
[] 安?套件
Debian/Ubuntu 需要安? nfs-common 和 portmap。即是打:
apt-get install nfs-common
RedHat/Fedora/CentOS 使用者?安? portmap。即是打:
yum install portmap
安?後???有??件。
/etc/init.d/portmap start
/etc/init.d/nfs-common start
[] ???端目?
?在您可以用「mount -t nfs 伺服器地址:目? ???」?接有?目?
mount -t nfs 192.168.13.15:/var/nfs /mnt
[] ?查配置
您再在客?端可以打「showmount -e 伺服器地址」?查伺服器的配置是否正常以及客?端和伺服器的??有不有??:
showmount -e 192.168.13.5
Personal tools
最后更改12:59 日.
本页面已经被浏览32,909次。

参考资料

 

随机推荐