On Sun 08 May 2022 at 15:46:39 (-0400), Felix Miata wrote: > ghe2001 composed on 2022-05-08 19:13 (UTC): > > > # <file system> <mount point> <type> <options> <dump> <pass> > ... > > Any ideas?? > > The only fstab line where 1 belongs in the pass column is the / filesystem. > The > rest should be 0 or 2. The dump column should be 0 unless you need that > filesystem > dumped. Most configurations don't need dumped.
I don't see any effect of having the extra "1" fields on mounting. BTW I trim off any 0 in the last field, which basically means that a final 0 0 can be omitted, as it's the default. Less cluttered. But I would like to see the output from: $ ls -l /dev/disk/*/301d6d6d-6782-4be3-b979-0cb595ef1a48 If nothing is produced, then try the following: $ ls -lR /dev/disk | grep sde1 Some people might like to obfuscate (or remove) the line that contains the model name and serial number of the disk. Cheers, David.