On 22/02/2020 21.05, jdd@dodin.org wrote:
Le 22/02/2020 à 17:42, Carlos E. R. a écrit :
On 22/02/2020 14.51, jdd@dodin.org wrote:
then the better option may be "noauto"
It doesn't mount, but it tests for presence and aborts the boot if missing. Maybe if you also write "0 0" at the end of the line.
that's odd...
No, it has to test for need of fsck. man fstab The sixth field (fs_passno). This field is used by fsck(8) to determine the order in which filesystem checks are done at boot time. The root filesystem should be specified with a fs_passno of 1. Other filesystems should have a fs_passno of 2. Filesystems within a drive will be checked sequentially, but filesystems on different drives will be checked at the same time to utilize parallelism available in the hardware. Defaults to zero (don't fsck) if not present. -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)