Bugzilla – Bug 671679
systemd mounts everything (in comparison to sysvinit)
Last modified: 2011-02-15 17:29:01 UTC
Feel free to close this as invalid. I'm reporting this as a difference between sysvinit and systemd (I don't know if this is a bug or feature). With this in fstab: none /test/a proc defaults 0 0 none /test/b sysfs defaults 0 0 none /test/c debugfs defaults 0 0 none /test/d tmpfs defaults 0 0 Systemd mounts all of them, whereas sysvinit (bootfs.localfs) only /test/d.
Looks like a "feature". Adding noauto should leave them alone.
closing. seems like the expected behavior. thanks!