On Sun, 28 Aug 2022 22:44:46 -0700 Adam Williamson <[email protected]> wrote:
> systemd doesn't exactly *do* the mounting, it just...farms it out. > > Those errors look almost like it's literally trying to mount the > device `/uuid=a4377658-7454-45ed-aaf2-355f80cc9e9a` , which obviously > isn't going to work... uuid=f9cf797e-5e90-4fa0-921a-33fac09c1960 /mnt/to_archive ext4 defaults,nofail 0 0 > > Can you show your /etc/fstab or the systemd mount units (whichever > you're using) for these mounts? Can you mount the devices manually > with e.g. mount /dev/real/path/to/target /mnt/to_archive or whatever? mount /dev/sda6 mtn/to_archive works. But, I haven't changed the layout of the fstab, and it worked prior to this. Could this failure have to do with the failure in the dracut services (documented in another mail) during startup? _______________________________________________ test mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
