作者raynoz (Raynoz)
看板Linux
標題[問題] fstab設定NFS開機自動掛載問題
時間Fri Oct 14 11:13:34 2022
是這樣的
我想要設定自動掛載
而手動掛載的指令是
mount -t nfs -o mountvers=3 10.1.1.100:/test /test
這樣要寫到fstab裡面該怎麼寫呢
主要是參數部分-o 跟mountvers=3 不知道怎寫
跪求大大教學...
以下是我的寫法 但驗證過後是不會自動mount的 也感覺不是這樣寫...
10.1.1.100:/test /test nfs -o,mountvers=3 0 0
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 211.75.6.134 (臺灣)
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Linux/M.1665717216.A.5AA.html
1F:推 mirc: 10.1.1.100:/test /test nfs vers=3,proto=tcp,noatime 0 0 10/14 12:09
2F:推 s9209122222: shorturl.at/adfr5 10/14 12:26
4F:→ s9209122222: 我之前直接用它那段有效 10/14 12:27
5F:→ tomsawyer: 如果你的網路環境比較差 要加_netdev 不然會出錯 10/14 12:29
6F:→ raynoz: 感謝兩位大大 我試試看 10/14 13:25
7F:推 kentyeh: 用autofs掛載比較好,不會一直連線nfs主機,需要時即刻連, 10/14 14:54
8F:→ kentyeh: 一陣子不用就卸載 10/14 14:54
9F:推 relaughter: 推薦用 systemd 處理,可以指定在網路起來後再 mount 10/15 02:49
10F:推 s9209122222: 話說不能直接用檔案管理員連就好了嗎? 10/15 11:15
11F:推 roccqqck: fstab預設不是systemd開機自動mount? 10/15 12:36
12F:→ tomsawyer: 是沒錯 但是fstab不能指定wanted等需求 10/15 13:58
13F:→ tomsawyer: 生成的unit在var/run/systemd/generator 10/15 13:59
14F:推 TPPCMAN: 寫在 rc.local 也可以 11/16 12:57
15F:推 holishing: 或是 crontab 11/16 21:09
16F:→ holishing: @reboot 11/16 21:09