michaelsanford
Translator, Web Developer
I have a LaCie 60GB external FW drive.
I wanted to back up my ~/* to it, because I am soon to upgrade to 10.2 (yay!)
Now, I couldn't access all the files by copying them with the Finder, I got all sorts of stupid "One or more of the files you selected can not be accessed at this time, continue?" -type-errors. So I copied them in the terminal with:
[gwailo:~]% sudo cp -r * /volumes/hermes/
BUT for some reason after the files had all copied, the permissions of some of the folders (Movies, Pictures, and Desktop) had changed to root. That is, the owner had changed.
I fixed it with [localhost:/volumes/hermes/gwailo] root# chown -R gwailo:staff *
My question, what would have caused all this automatic, unprovoked chown-ing at copy?
I wanted to back up my ~/* to it, because I am soon to upgrade to 10.2 (yay!)
Now, I couldn't access all the files by copying them with the Finder, I got all sorts of stupid "One or more of the files you selected can not be accessed at this time, continue?" -type-errors. So I copied them in the terminal with:
[gwailo:~]% sudo cp -r * /volumes/hermes/
BUT for some reason after the files had all copied, the permissions of some of the folders (Movies, Pictures, and Desktop) had changed to root. That is, the owner had changed.
I fixed it with [localhost:/volumes/hermes/gwailo] root# chown -R gwailo:staff *
My question, what would have caused all this automatic, unprovoked chown-ing at copy?