You are not logged in.
My fstab line is
10.0.0.3:/media /home/media nfs4 rsize=8192,wsize=8192,nolock,timeo=14,intr,_netdev,proto=tcp,noauto,x-systemd.automount,x-systemd.device-timeout=20 0 0but systemd-analyze shows
15.063s home-media.mountsystemctl status home-media.mount
home-media.mount - /home/media
Loaded: loaded (/etc/fstab)
Active: active (mounted) since Sun 2013-07-21 09:22:22 MST; 51min ago
Where: /home/media
What: 10.0.0.3:/media
Process: 1037 ExecMount=/bin/mount 10.0.0.3:/media /home/media -t nfs4 -o rsize=8192,wsize=8192,nolock,timeo=14,intr,_netdev,proto=tcp,noauto,x-systemd.automount,x-systemd.device-timeout=20 (code=exited, status=0/SUCCESS)So I am trying to figure out what causes it to mount.
lsof /home/media/shows nothing.
Asus M4A785TD-V ;; Phenom II X4 @ 3.9GHz ;; Ripjaws 12GB DDR3-1600 ;; 128GB Samsung 830 ;; MSI GTX460 v2 w/ blob ;; Arch Linux + KDE 4.x
Offline
try to put noauto first among the options
Offline
or remove the x-systemd.automount ...
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline