apt install nfs-common 安裝nfs 套件
root@server:/# showmount -e 192.168.120.141 查看目標伺服器nfs路徑狀態
Export list for 192.168.120.141:
/vol/LV_0/share02 *
/vol/LV_0/share01 *
/home *
root@server:/#
mkdir /nas_space 建立ubuntu一個資料夾
mount 192.168.120.141:/vol/LV_0/share01 /nas_space 掛載NAS路徑到ubuntu上一步建立的資料夾路徑上
mount -t nfs 192.168.120.141:/vol/LV_0/share01 /nas_space 如果上述動作步行可以試試看這行(不同版本指令有點不太一樣)
df -ha應該會看到連線和空間
文章標籤
全站熱搜
留言列表