Le 20/05/2020 à 11:13, François Patte a écrit :
>
>
>
> Message transféré
> Sujet : Re: automatic mount of partitions
> Date : Wed, 20 May 2020 11:08:08 +0200
> De : François Patte
> Organisation : Université Paris Descartes
> Pour : Greg Woods
Message transféré
Sujet : Re: automatic mount of partitions
Date : Wed, 20 May 2020 11:08:08 +0200
De : François Patte
Organisation : Université Paris Descartes
Pour : Greg Woods
Le 19/05/2020 à 18:59, Greg Woods a écrit :
>
>
> On Tue, May 19, 2020 at 10:41 AM
adding ,nofail in fstab will allow the mount to "fail" and continue
the boot, I use it on anything in fstab outside of critical boot up
partitions just so that the machine will not go to single user mode
and will come up on the network such that it can be fixed remotely.
On Tue, May 19, 2020 at 11
Hi.
On Tue, 19 May 2020 18:40:43 +0200 François Patte wrote:
> I have computer A (a desktop) and a computer B (a laptop) and I want to
> automatically mount a partition of A on B when B starts.
> I know that this can be done via autofs,
Not quite: only when you attempt to access the automount
On Tue, May 19, 2020 at 10:41 AM François Patte <
francois.pa...@mi.parisdescartes.fr> wrote:
>
>
> I have computer A (a desktop) and a computer B (a laptop) and I want to
> automatically mount a partition of A on B when B starts.
>
I use systemd automounts for this. In /etc/fstab on B, something
Bonjour,
I want to automatically mount a partition from a computer on another
computer of my private network.
I have computer A (a desktop) and a computer B (a laptop) and I want to
automatically mount a partition of A on B when B starts.
I know that this can be done via autofs, but I read somew