作者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/cn.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