MacOS에서 폴더 복사가 잘못되었던 문제.

2643 단어 macos복사cp

MacOS끼리



1.



MacOS의 파인더에서 폴더의 복제를 여러 번 해도 도중에 멈춰 버렸습니다.
멈추는 것만으로, 경고를 내주지 못하고, 무엇이 뭔지 몰랐습니다.

terminal 시작

cp 명령으로 폴더를 복사하면,
두 개의 파일이 존재하지 않는다는 경고를 내고,
복제가 완료되었습니다.

bash
cp -r /Users/administrator/ .
cp: /Users/administrator//.config/configstore: unable to copy extended attributes to ./.config/configstore: Permission denied
cp: /Users/administrator//.config/configstore: Permission denied
cp: /Users/administrator//Library/Saved Application State/com.microsoft.Outlook.savedState: No such file or directory
cp: /Users/administrator//Library/IdentityServices: unable to copy extended attributes to ./Library/IdentityServices: Operation not permitted
cp: /Users/administrator//Library/IdentityServices: Operation not permitted
cp: /Users/administrator//Library/WebKit/com.apple.finder/WebsiteData/IndexedDB/v0: directory causes a cycle
cp: /Users/administrator//Library/Developer/Xcode/GPUToolsAgent.sock: Operation not supported on socket

2



cp 명령이 좀처럼 끝나지 않을 때,
어디를 현재 복제 중인지 찾는 방법.

bash
$ ls -al
...
drwxr-xr-x@  147 administrator  staff        4998  3 31 11:22 AB
-rw-r--r--@    1 administrator  staff      109545  3 31 11:24 C.docx
drwxr-xr-x@ 1203 administrator  staff       40902  3 31 11:37 Downloads
drwxr-xr-x@   29 administrator  staff         986  3 31 11:25 Instagram_files
...
$ cd Downloads
$ ls -al
...
drwxr-xr-x@    5 administrator  staff       170  3 31 11:31 org
drwxr-xr-x@    5 administrator  staff       170  3 31 11:27 pb
drwxr-xr-x@   93 administrator  staff      3162  3 31 11:28 prob


계속 최신 폴더 안을 찾아 간다.

3



복사 도중에 허락 확인 화면에서 멈출 수 있다.

기타



llvm
그놈

두 폴더가 너무 많았고 복사가 끝날 것 같지 않았습니다.

둘 다 중간에 폴더를 삭제했습니다.

휴지통을 비우지만 10,000 파일 정도 2 시간이 걸렸다.



자세한 내용은 순차적으로 게재합니다.

WindowsHDD에서



Windows의 예비 HDD로부터 폴더마다 복제하려고 하면 도중에 좀처럼 움직이지 않는다.

terminal 시작

cp 명령으로 폴더를 복사하면,
$ cp -r /Volumes/Untitled .
cp: /Volumes/Untitled/Backup/Users/administrator/AppData/Local/Microsoft/Windows/UsrClass.dat.LOG2: Operation not permitted
cp: /Volumes/Untitled/Backup/Users/administrator/ntuser.dat.LOG2: Operation not permitted
cp: /Volumes/Untitled/Backup/Users/Default/AppData/Local/Microsoft/Windows/UsrClass.dat.LOG2: Operation not permitted
...

좋은 웹페이지 즐겨찾기