Description of problem: New .mount files can't be enabled to boot on startup via systemctl tool. It can be done only with manual ln -s linking to target directory. Version-Release number of selected component (if applicable): systemd-44-21.fc17.x86_64 kernel-3.6.9-2.fc17.x86_64 All packages up to date. How reproducible: Always Steps to Reproduce: 1. Create new .mount file 2. Link it to /etc/systemd/system/ 3. systemctl enable mnt-disk_c.mount Actual results: Failed to issue method call: No such file or directory Expected results: No output Additional info: Other commans work good: status, start... It can be mounted manually systemctl start mnt-disk_c.mount The same bug in F18.
+1 so am I :(
(In reply to comment #0) > Steps to Reproduce: > 1. Create new .mount file > 2. Link it to /etc/systemd/system/ Does it work if the unit file is stored directly in the /etc/systemd/system/ directory, rather than merely symlinked there?
Yes, it work if the unit file is stored directly in the /etc/systemd/system/ directory.
*** This bug has been marked as a duplicate of bug 955379 ***