I am trying to move my /home
directory following the steps described here in the Ubuntu help wiki.
Everything works fine until I reach the point where I have to move /home
to /old_home
.
When I issue the commands:
cd / && sudo mv /home /old_home && sudo mkdir /home
I get the error message:
mv: cannot move `/home' to `/old_home': Device or resource busy
When I issue the command I am running a terminal and a browser. Should I log out and re-enter as root to issue the command?