Re: automatic mount of partitions [SOLVED]

2020-05-20 Thread François Patte
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

automatic mount of partitions

2020-05-20 Thread François Patte
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

Re: automatic mount of partitions

2020-05-19 Thread Roger Heflin
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

Re: automatic mount of partitions

2020-05-19 Thread Francis . Montagnac
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

Re: automatic mount of partitions

2020-05-19 Thread Greg Woods
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

automatic mount of partitions

2020-05-19 Thread François Patte
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