NFS簡單運用

2021-09-29 08:29:17 字數 859 閱讀 6202

首先準備兩台機器,一台服務的,一台客戶端,然後安裝nfs-utils和rpcbind

yum -y install nfs-utils rpcbind

chkconfig nfs on

chkconfig rpcbind on

設定共享目錄

vi /etc/exports
/usr/local/nginx/html 192.168.11.0/24(rw,sync,no_root_squash)
啟動nfs服務,rpcbind必須在nfs前啟動:

service rpcbind start

service nfs start

檢視本機nfs共享目錄

showmount -e
在客戶端也安裝nfs-utils和rpcbind

yum -y install nfs-utils rpcbind

chkconfig nfs on

chkconfig rpcbind on

然後手動掛載

mount 192.168.11.128:/usr/local/nginx/html  /backup
檢視掛載結果,並測試

tail -1 /etc/mtab

然後可以在共享目錄中建立檔案或目錄進行測試,看看是否可以通用

NFS簡單配置

應用環境 os linux as4 nfs sever 192.168.3.96 hostname rac01 nfs client 192.168.3.97 hostname rac02 檢查系統是否安裝了包nfs utils及portmap,其中protmap軟體包中的portmap服務,為nf...

NFS 簡單配置

新建nfs 配置歡迎來到來到大浪濤天的部落格!1.1 防火牆關閉 etc init.d iptables stop 1.2 selinux關閉 setenforce 0 1.3 確認本機ip root server ifconfig eth1 awk f nr 2 192.168.50.3 root...

GNURADIO簡單運用

本文是關於 rf hacking.所以這個就此不表 還是讓我們來看看關鍵的無線解鎖器吧.通常我們 hacking 乙個無線裝置的第一步就是找到目標的工作頻率.我們可以通過每個無線裝置自帶的fcc id 來查詢無線裝置資料庫 or 我們可以用無線頻譜裝置來查詢.這裡旺財用的是usrp 和 gnurad...