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應該會看到連線和空間

 

arrow
arrow
    文章標籤
    ubuntu nfs設定 mount
    全站熱搜
    創作者介紹
    創作者 PIPI 的頭像
    PIPI

    PIPI的部落格

    PIPI 發表在 痞客邦 留言(0) 人氣()