On Sun 08 May 2022 at 22:00:23 (+0000), ghe2001 wrote: > On Sunday, May 8th, 2022 at 3:51 PM, David Christensen > <dpchr...@holgerdanske.com> wrote: > > > My bad -- default options is spelled 'defaults'. > > > > UUID=301d6d6d-6782-4be3-b979-0cb595ef1a48 /backupDisk ext4 defaults 0 0 > > Well, damned if it didn't work. And I had all of my non-root fstab entries > with singular defaults too.
My proof reading of the options was obviously worse than your pasting of the UUID (I thought you might have accidentally chosen to use the PARTUUID). But I get the same failure from "default" whether I use /dev/sdX, UUID, or LABEL. And lest systemd is involved, I followed all my fstab changes with: # systemctl daemon-reload. So I don't know where your: /dev/sde1 /backupDisk ext4 default 0 0 came from. Cheers, David.