auto,rw,_netdev,mountproto=tcp,comment=systemd.automount

This commit is contained in:
Benoît S. 2017-01-12 17:48:06 +01:00
parent e6a2102bda
commit 6915af8730

View file

@ -29,7 +29,7 @@ En Wheezy pour conserver les UID/GID il faut spécifier un domaine similaire sur
* Dans le fichier _/etc/fstab_ : * Dans le fichier _/etc/fstab_ :
~~~ ~~~
192.0.2.10:/srv/nfs /srv/nfs nfs rw 0 0 192.0.2.10:/srv/nfs /srv/nfs nfs auto,rw,_netdev,mountproto=tcp,comment=systemd.automount 0 0
~~~ ~~~
~~~ ~~~