Can't move images file
-
Hi guys, today I added 2 TB of storage to my fog server and I’m having some issues. I used chucks you tube video on how to add the hard drive and then when I go to move the /images file to /imagesold so I can create the mount to the new drive as /images I get an message that says I can’t move because device or resource is busy. Can someone point me in the right direction?
-
I’d start by rebooting the fog server. That should clear whatever is locking the directory.
I’ve done this at least 2-3 times with great success so I know it can be done.
-
shut down nfs deamon, something like “sudo stop nfsd” or maybe looking in /etc/init.d/ for an nfsd related script, and calling it with the stop argument.
Once you’re done, remember to turn nfsd back on.