Re: [systemd-devel] automount behavior with multiple IPS

2021-01-24 Thread Mantas Mikulėnas
On Sun, Jan 24, 2021, 20:58 Weatherby,Gerard wrote: > When systemd-automount queries an NFS server with multiple IPs, does it > try all of the them (the default behavior of the similar autofs package) or > just use one, or something else? > Systemd does not have any special handling for NFS – it

[systemd-devel] automount behavior with multiple IPS

2021-01-24 Thread Weatherby,Gerard
When systemd-automount queries an NFS server with multiple IPs, does it try all of the them (the default behavior of the similar autofs package) or just use one, or something else? -- Gerard Weatherby | Application Architect NMRbox | Department of Molecular Biology and Biophysics | UConn Health

Re: [systemd-devel] Automount behavior

2013-07-16 Thread Mickaël THOMAS
Here are some details. fstab line : LABEL=Data/dataext4nofail,auto01 journalctl -b | grep Data : Jul 17 04:24:21 mickael-laptop systemd[1]: Expecting device dev-disk-by\x2dlabel-Data.device... Jul 17 04:25:51 mickael-laptop systemd[1]: Job dev-disk-by\x2dlabel-Data

Re: [systemd-devel] Automount behavior

2013-07-16 Thread Lennart Poettering
On Sun, 16.06.13 22:32, Mickaël THOMAS ([email protected]) wrote: > > I've also found another issue regarding this (it's a small issue but still...) > > Using "nofail" (and implied "auto") works as expected but if the > device is not there at boot time, systemd will try to mount it anyway > and

Re: [systemd-devel] Automount behavior

2013-06-16 Thread Mickaël THOMAS
I've also found another issue regarding this (it's a small issue but still...) Using "nofail" (and implied "auto") works as expected but if the device is not there at boot time, systemd will try to mount it anyway and fail after a certain timeout. Problem is, if I happen to shutdown my machine bef

Re: [systemd-devel] Automount behavior

2013-06-10 Thread Lennart Poettering
On Sun, 09.06.13 19:59, Mickaël THOMAS ([email protected]) wrote: > Hi, > > I was trying to achieve automatic mounting of my external hard drive > whenever it's plugged in. > > I first tried the x-systemd.automount option in /etc/fstab but that > led to problems when the disk is not plugged (KD

[systemd-devel] Automount behavior

2013-06-09 Thread Mickaël THOMAS
Hi, I was trying to achieve automatic mounting of my external hard drive whenever it's plugged in. I first tried the x-systemd.automount option in /etc/fstab but that led to problems when the disk is not plugged (KDE/GTK file dialogs hang indefinitely because they wait for the disk to be mounted)