FileZilla에서 실수로 폴더를 다른 폴더에 끌어서 놓습니다.
~/big_folder
~/some_other_folder
이동 된 폴더는 매우 큰 폴더입니다. 수십만 개의 파일 (node_modules, 작은 이미지 파일, 많은 폴더)이 포함되어 있습니다.
이상한 점은 마우스를 놓은 후 움직입니다. "big_folder"폴더가 "some_other_folder"로 이동되었습니다.
~/some_other_folder/big_folder
(전혀 없다 big_folder
하여 ~/
이동 한 후)
그런 다음 실수를 알고 뒤로 이동하려고하지만 FileZilla와 터미널에서 모두 실패합니다.
그런 다음 cp -r
파일에 액세스하는 서버 측 코드가 있기 때문에 파일을 다시 복사 해야 합니다.~/big_folder
그리고 기다릴 때까지 영원히 필요합니다 ...
어떻게해야합니까?
BTW, FileZilla의 출력은 다음과 같습니다 (이전이 실패한 것입니다).
Status: Renaming '/root/big_folder' to '/root/some_other_folder/big_folder'
Status: /root/big_folder -> /root/some_other_folder/big_folder
Status: Renaming '/root/some_other_folder/big_folder' to '/root/big_folder'
Command: mv "big_folder" "/root/big_folder"
Error: mv /root/some_other_folder/big_folder /root/big_folder: received failure with description 'Failure'
mv /root/some_other_folder/big_folder /root/big_folder
. 어떤 오류 메시지가 나타 납니까?
cp -al
mv vs cp
질문은 해결되었지만 폴더가 한 방향으로 즉시 다른 방향으로는 움직일 수 없었던 이유를 듣고 싶습니다.
received failure with description 'Failure'
.