I get the error message in the subject line every time my computer starts. It's running Debian Testing/Jessie 64 bit.
There seems, however, to be nothing wrong. If I run 'systemctl status systemd-remount-fs.service' I get the following:
● systemd-remount-fs.service - Remount Root and Kernel File Systems Loaded: loaded (/lib/systemd/system/systemd-remount-fs.service; static) Active: failed (Result: exit-code) since Wed 2014-12-10 12:23:12 GMT; 6h ago Docs: man:systemd-remount-fs.service(8) http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Process: 292 ExecStart=/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE) Main PID: 292 (code=exited, status=1/FAILURE)
Dec 10 12:23:12 dataman1 systemd-remount-fs[292]: mount: /usr not mounted or bad option Dec 10 12:23:12 dataman1 systemd-remount-fs[292]: In some cases useful info is found in syslog - try Dec 10 12:23:12 dataman1 systemd-remount-fs[292]: dmesg | tail or so. Dec 10 12:23:12 dataman1 systemd-remount-fs[292]: /bin/mount for /usr exited with exit status 32. Dec 10 12:23:12 dataman1 systemd[1]: systemd-remount-fs.service: main process exited, code=exited, status=1/FAILURE Dec 10 12:23:12 dataman1 systemd[1]: Failed to start Remount Root and Kernel File Systems. Dec 10 12:23:12 dataman1 systemd[1]: Unit systemd-remount-fs.service entered failed state.
That seems to indicate a problem with the /usr mount but /usr is mounted and the options in fstab are the same as the /home /usr/local and /var partitions which are 'defaults'. The 'root' partition is mounted r/w.
Does anyone understand this stuff? I don't.