"Nessun file o directory simile" durante la copia dal disco rigido locale sull'unità icloud

2

Sto provando a copiare alcuni file tramite la linea di comando sull'unità icloud

Questo è ciò che ho fatto:

cd '/Users/antkong/Library/Mobile Documents/com~apple~CloudDocs'
cp -r ~/Download .

Poi ho ricevuto molti messaggi di errore "Nessun file o directory". Eccone alcuni:

cp: ./Downloads/python-docs-samples-master/translate: No such file or directory
cp: /Users/antkong/Downloads/python-docs-samples-master/translate: unable to copy extended attributes to ./Downloads/python-docs-samples-master/translate: No such file or directory
cp: ./Downloads/python-docs-samples-master/translate/cloud-client: No such file or directory
cp: /Users/antkong/Downloads/python-docs-samples-master/translate/cloud-client: unable to copy extended attributes to ./Downloads/python-docs-samples-master/translate/cloud-client: No such file or directory
cp: ./Downloads/python-docs-samples-master/translate/cloud-client/quickstart.py: No such file or directory
cp: ./Downloads/python-docs-samples-master/translate/cloud-client/quickstart_test.py: No such file or directory

Ho verificato due volte e sono certo che i file locali esistano.

In console, ho impostato il filtro su "icloud" e vedo questi log:

default 12:07:57.409443 +1100   com.apple.iCloudHelper  MacOS error: -67050
default 12:08:02.507858 +1100   com.apple.iCloudHelper  MacOS error: -67050
default 12:08:07.757674 +1100   com.apple.iCloudHelper  MacOS error: -67050
default 12:08:12.858678 +1100   com.apple.iCloudHelper  MacOS error: -67050
default 12:08:18.105600 +1100   com.apple.iCloudHelper  MacOS error: -67050
default 12:08:23.300585 +1100   com.apple.iCloudHelper  MacOS error: -67050
default 12:08:28.403153 +1100   com.apple.iCloudHelper  MacOS error: -67050
default 12:08:33.548442 +1100   com.apple.iCloudHelper  MacOS error: -67050

Perché la copia è fallita?

    
posta Anthony Kong 13.10.2017 - 03:11
fonte

1 risposta

1

La causa principale del problema è la mancanza di spazio su disco.

Durante la mia operazione di copia, il mio HD locale ha esaurito lo spazio disponibile:

 df -h
Filesystem      Size   Used  Avail Capacity  iused      ifree %iused  Mounted on
/dev/disk1     233Gi  233Gi    0Bi   100%  5751980 4289215299    0%   /
devfs          191Ki  191Ki    0Bi   100%      661          0  100%   /dev
map -hosts       0Bi    0Bi    0Bi   100%        0          0  100%   /net
map auto_home    0Bi    0Bi    0Bi   100%        0          0  100%   /home
/dev/disk2s2   466Gi  420Gi   46Gi    91% 10491127 4284476152    0%   /Volumes/Time Machine

Dopo aver rimosso alcune app da / Application e rieseguito il comando cp , funziona come previsto.

    
risposta data 13.10.2017 - 09:10
fonte

Leggi altre domande sui tag