This should probably be on fedora-user, not -devel... but: Once upon a time, Steven A. Falco <[email protected]> said: > I think something must have changed in the way NFS mounts are done. On F42, > I had lines like the following in /etc/fstab, and the mounts happened > properly on boot: > > nas:/volume1/shared /shared nfs4 defaults,soft,noac,bg 0 0
I don't know if it matters, but you don't need the "4" in there, can just use "nfs" as the type. My NFS (v4) mounts are working fine on Fedora 43 with entries like: storage:/backups /srv/backups nfs bg 0 0 -- Chris Adams <[email protected]> -- _______________________________________________ devel 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
