On Tue, Feb 21, 2017 at 04:15:23PM +0100, Alexander Skwar wrote: > Hm, on Ubuntu 16.04: > > $ sudo systemctl enable tmp.mount > Failed to execute operation: No such file or directory
Apparently a differnet issues caused it to be slightly changed. You now need: cp /usr/share/systemd/tmp.mount /etc/systemd/system/tmp.mount systemctl enable tmp.mount That does work. > And all the wikis and howtos that I can find, say that > /etc/fstab is to be modified on Ubuntu. That was before systemd. -- Len Sorensen

