您好,登錄后才能下訂單哦!
類(lèi)似winodws的網(wǎng)絡(luò)共享功能, Linux系統(tǒng)也提供了多種網(wǎng)絡(luò)文件共享方式,常見(jiàn)的有NFS,Samba,F(xiàn)TP,本文介紹NFS的方式網(wǎng)絡(luò)文件系統(tǒng)安裝與配置 |
nfs在在消息傳遞過(guò)程中依賴(lài)RPC協(xié)議,使用NFS時(shí)用戶端只需要使用mount
命令將遠(yuǎn)程主機(jī)的目錄掛載到本地即可。
例如要把10.10.0.12的/home/test掛載到本地10.10.0.11的/home/test目錄下
[root@localhost ~]# mount 10.10.0.12:/home/test /home/test
NFS 需要安裝nfs-utils*.rpm rpcbind*.rpm
[root@localhost ~]# yum install -y nfs-utils rpcbind ......
[root@localhost ~]# cat /etc/exports /home/test *.*(rw)
[root@localhost ~]# systemctl start rpcbind [root@localhost ~]# systemctl start nfs-server
[root@localhost ~]# mount -t nfs -o rw 10.10.0.12:/home/test /home/test
如此,就可以使用!
本文原創(chuàng)地址: https://www.linuxprobe.com/redhat-nfs-server.html
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。