在NFS服務器建一個目錄,用來存共享文件,提供NFS磁盤空間
站在用戶的角度思考問題,與客戶深入溝通,找到江山網(wǎng)站設計與江山網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗,讓設計與互聯(lián)網(wǎng)技術結合,創(chuàng)造個性化、用戶體驗好的作品,建站類型包括:網(wǎng)站設計、做網(wǎng)站、企業(yè)官網(wǎng)、英文網(wǎng)站、手機端網(wǎng)站、網(wǎng)站推廣、域名注冊、網(wǎng)站空間、企業(yè)郵箱。業(yè)務覆蓋江山地區(qū)。[root@PROD2 ~]# mkdir -p /u01/nfs_shares
[root@PROD2 ~]# ll /u01
總用量 8
drwxr-xr-x 4 oracle oinstall 4096 11月 30 16:18 app
drwxr-xr-x 2 root root 4096 12月 4 18:25 nfs_shares
將該目錄用于NFS共享
[root@PROD2 ~]# vi /etc/exports
[root@PROD2 ~]# cat /etc/exports
/u01/nfs_shares *(rw,sync,no_wdelay,insecure_locks,no_root_squash)
啟動NFS服務(配置信息需要NFS重啟生效)
[root@PROD2 ~]# service nfs status
rpc.svcgssd is stopped
rpc.mountd is stopped
nfsd is stopped
rpc.rquotad is stopped
[root@PROD2 ~]# service nfs start
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS mountd: [ OK ]
Starting NFS daemon: [ OK ]
Starting RPC idmapd: [ OK ]
在使用NFS服務的機器上,創(chuàng)建一個目錄作為掛載點,并掛載共享的目錄
[root@PROD1 ~]# mkdir -p /u01/oradata
[root@PROD1 ~]# mount -t nfs -o rw PROD2:/u01/nfs_shares /u01/oradata/
[root@PROD1 ~]# mount
/dev/sda3 on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda1 on /boot type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
PROD2:/u01/nfs_shares on /u01/oradata type nfs (rw,vers=4,addr=192.168.56.62,clientaddr=192.168.56.61)
其他用戶可以使用這個目錄,只是需要給予相應權限
[root@PROD1 ~]# su - oracle
[oracle@PROD1 ~]$ cd /u01/oradata/
[oracle@PROD1 oradata]$ ll
total 0
[oracle@PROD1 oradata]$ touch haha
touch: cannot touch `haha': Permission denied
[oracle@PROD1 oradata]$ logout
[root@PROD1 ~]# chown oracle:oinstall /u01/oradata
[root@PROD1 ~]# su - oracle
[oracle@PROD1 ~]$ cd /u01/oradata/
[oracle@PROD1 oradata]$ touch haha
[oracle@PROD1 oradata]$ ll
total 0
-rw-r--r-- 1 oracle oinstall 0 Dec 4 18:43 haha
卸載NFS共享目錄以后,會發(fā)現(xiàn)新建的文件不見了
[oracle@PROD1 oradata]$ logout
[root@PROD1 ~]# umount /u01/oradata/
[root@PROD1 ~]# mount
/dev/sda3 on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda1 on /boot type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
[root@PROD1 ~]# ll /u01/oradata/
總用量 0
在NFS服務器上查看,文件在這里出現(xiàn)了
[root@PROD2 ~]# ll /u01/nfs_shares/
總用量 0
-rw-r--r-- 1 oracle oinstall 0 12月 4 18:43 haha
同時,一個神奇的事情發(fā)生,這個目錄的所有者改變了
[root@PROD2 ~]# ll /u01
總用量 8
drwxr-xr-x 4 oracle oinstall 4096 11月 30 16:18 app
drwxr-xr-x 2 oracle oinstall 4096 12月 4 18:43 nfs_shares
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。
網(wǎng)頁名稱:NFS的簡單使用-創(chuàng)新互聯(lián)
URL地址:http://aaarwkj.com/article0/dppcoo.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供定制網(wǎng)站、App開發(fā)、微信小程序、品牌網(wǎng)站制作、企業(yè)建站、網(wǎng)站維護
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容