Fixed it and going to explain what happened in my case for those who land here Move operations don't actually stop when you say stop, they continue in the background Open the command prompt window Graceful stop: Type killall rsync to safely tell all active tasks to end. Forced stop: Type killall -9 rsync if the processes stay stuck. Verify closure: Type ps -ef | grep rsync to make sure no active jobs remain. [1, 2, 3, 4] Then click Reboot