directories can't be moved it they already exist on the new location. You probably tried to copy first or recreated the directory
structure.
the easiest way is cp -Rf /path/to/stuff/you/want/to/copy /path/new/location
If that doesn't work then check if you have the right owner/permissions to do the above.
DynaMite
