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
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
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
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
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
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
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)