Barry Samuels wrote:
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: [...] 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.
I've not had time to play with systemd yet, but it sounds like something is trying to remount the filesystems when they've already been remounted. The service script should probably notice that and exit with success after doing no action, as far as I can tell.
"man mount" says exit code 32 is "mount failure" which isn't that helpful. Does dmesg contain any useful tips?
Good luck and don't let the error get you down if nothing is wrong!