Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • You should be able to fix some things by adding option _netdev to the fstab entry, so systemd waits until the network is available. Commented Sep 16, 2022 at 16:17
  • @meuh I've added _netdev, now everything is the same, except now it also mount /media/steve/downloads-remote/Downloads. Before it was only going to /media/steve/downloads-remote, but everything is still the same. 2 folders created, and neither is syncing with remote. Commented Sep 16, 2022 at 16:39
  • man systemd.mount seems to say that many dependencies are automatically determined and create After= in the created Unit. However, you could try explicitly adding option x-systemd.requires-mounts-for=/media/steve/downloads-remote. Also, try looking in the logs, perhaps with sudo systemctl status media-steve-downloads\x2dremote-Downloads.mount or all of them sudo systemctl status '*'.mount. Commented Sep 16, 2022 at 18:52