本次實驗的環(huán)境是redhat 7.0系統(tǒng)
nfs服務(wù)可以將遠程linux服務(wù)器上的文件共享資源掛載到本地linux主機上,本地的linux主機可以基于TCP/IP協(xié)議,像使用本地目錄文件一樣去操作遠程共享的目錄文件。
[root@localhost Desktop]# yum install nfs-utils -y
# 關(guān)閉iptables
[root@localhost Desktop]# iptables -F
[root@localhost Desktop]# system^C
[root@localhost Desktop]# service iptables save
iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]
[root@localhost Desktop]# mkdir /nfsdir
# 確保共享目錄有權(quán)限,其他人可以讀寫
[root@localhost Desktop]# chmod -Rf 777 /nfsdir
主配置文件/etc/exports
格式:共享目錄的路徑 允許訪問的nfs客戶端IP(共享權(quán)限參數(shù)),nfs客戶端IP和權(quán)限之間沒有空格。
權(quán)限的參數(shù):
參數(shù) | 作用 |
---|---|
ro | 只讀 |
rw | 讀寫 |
root_squash | 當nfs客戶端以root管理員訪問時,映射為nfs服務(wù)器的匿名用戶 |
no_root_squash | 芳nfs客戶端以root管理員訪問時,映射為nfs服務(wù)器的root管理員 |
all_saquash | 無論nfs客戶端使用什么賬戶訪問,均映射為nfs服務(wù)器的匿名用戶 |
sync | 同時將數(shù)據(jù)寫入到內(nèi)存與硬盤中,保證數(shù)據(jù)不丟 |
async | 優(yōu)先將數(shù)據(jù)保存到內(nèi)存,然后再寫入硬盤;這樣效率高,但有可丟失數(shù)據(jù) |
[root@localhost Desktop]# vim /etc/exports
/nfsdir 192.168.137.*(rw,sync,root_squash)
# 啟動RPC,nfs需要使用RPC服務(wù)
[root@localhost Desktop]# systemctl restart rpcbind.service
[root@localhost Desktop]# systemctl enable rpcbind.service
# 啟動nfs
[root@localhost Desktop]# systemctl restart nfs-server
[root@localhost Desktop]# systemctl enable nfs-server
ln -s '/usr/lib/systemd/system/nfs-server.service' '/etc/systemd/system/nfs.target.wants/nfs-server.service'
[root@localhost ~]# yum install nfs-utils -y
showmount 命令的參數(shù)
參數(shù) | 作用 |
---|---|
-e | 顯示nfs服務(wù)器的共享列表 |
-a | 顯示本機掛載的fns資源 |
[root@localhost ~]# showmount -e 192.168.137.10
Export list for 192.168.137.10:
/nfsdir 192.168.137.*
[root@localhost ~]# mkdir /nfsdir
[root@localhost ~]# mount -t nfs 192.168.137.10:/nfsdir /nfsdir
[root@localhost ~]# df -Th
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/rhel-root xfs 18G 3.0G 15G 17% /
devtmpfs devtmpfs 985M 0 985M 0% /dev
tmpfs tmpfs 994M 140K 994M 1% /dev/shm
tmpfs tmpfs 994M 8.9M 986M 1% /run
tmpfs tmpfs 994M 0 994M 0% /sys/fs/cgroup
/dev/sda1 xfs 497M 112M 385M 23% /boot
/dev/sr0 iso9660 3.5G 3.5G 0 100% /media/cdrom
192.168.137.10:/nfsdir nfs4 18G 3.0G 15G 17% /nfsdir
測試成功
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。
本文題目:nfs網(wǎng)絡(luò)文件系統(tǒng)--學(xué)習(xí)筆記-創(chuàng)新互聯(lián)
文章地址:http://aaarwkj.com/article40/cojhho.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供小程序開發(fā)、網(wǎng)站策劃、外貿(mào)建站、定制網(wǎng)站、微信公眾號、靜態(tài)網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)