Failed unmounting slash usr after moving slash usr

I (in summary) moved /usr to a different partition and put an entry into fstab to mount it. However when I boot the system I get “Failed unmounting /usr”. After printing this a few times it says Stopped File System Check on /dev/sda4. So I guess it is trying to do a file check of /usr. Why is it not able to do this? It can do one of the root file system presumably because it is using a ram disk during boot. At first I put a 2 in the fsck option in fstab but then later changed it to 1 but it made no difference.

I am using tumbleweed.

Did you rebuild initrd after it?

And when you want other people, like your fellow users here, make any conclusions or suggestions, at least give them information! Show that /etc/fstab entry. Better show the whole /etc/fstab.

No I hadn’t, but I have now. I am still getting failures however. Also I changed /dev/sda4 to a UUID but that didn’t make any difference either, not that I was expecting it to do, but it was worth a try.

OK here is fstab:

UUID=54e8a3f1-70b0-4b38-8113-9c3c9a1224b8 swap                 swap       defaults              0 0
UUID=b3c20bd7-eba1-4521-a62e-37fd44f86e75 /                    ext4       acl,user_xattr        1 1
UUID=a317e546-d1c8-4527-ab52-3a560a3b75a4 /home                ext4       defaults              1 2
UUID=f7006ce1-1a76-4474-bede-dd65fb4de2f0 /usr                 ext4       defaults              1 2


And here are the lines from boot.log:


  OK  ] Mounted Huge Pages File System.
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
  OK  ] Started Remount Root and Kernel File Systems.
         Starting Load/Save Random Seed...
         Starting Flush Journal to Persistent Storage...
         Starting udev Coldplug all Devices...
         Starting Create Static Device Nodes in /dev...
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
         Unmounting /usr...
[FAILED] Failed unmounting /usr.
  OK  ] Stopped File System Check on /dev/disk/by-uuid/f7006ce1-1a76-4474-bede-dd65fb4de2f0.
  OK  ] Started Load/Save Random Seed.

Please boot with “systemd.log_level=debug” added to and “quiet” removed from kernel command line and upload full output of “journalctl -b” to http://susepaste.org/.

I have tried many times to paste this, but there doesn’t seem to be anything in the resulting opensuse paste url. When I download it from susepaste it says zero bytes.

http://susepaste.org/64093248

It is empty.

I think the file was just too big, although I did not see any error to that effect. So I have compressed it with gzip, and then uuencoded it.

http://paste.opensuse.org/59002996

You should be able to uudecode it, and then gunzip it.

Looks very much like https://bugzilla.suse.com/show_bug.cgi?id=980324

Ok thanks for your replies. I will monitor that bug.