You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

one or more items can't be changed because they are in use

I am trying to copy over 1TB of data from a internal hard drive (in a hard drive dock) to a new internal hard drive when I attempt to copy the data I get the message in the topic title.


I was originally trying to do this transfer on Snow leopard and when this problem surfaced decided this was a good time to upgrade to lion and blow away the old system with all the rubbish and start a fresh but as you can tell I am still getting the same error even after formatting the hard drive before installing lion and not doing anything with the system except attempting to transfer the data.


I have copied larger amounts of data than this previously so have no idea what is going wrong.

Posted on May 1, 2012 5:12 AM

Reply
Question marked as Top-ranking reply

Posted on Jul 19, 2012 10:41 AM

I was having trouble copying some files, getting the "One or more items in... can't be changed because they are in use" error. The files were grayed out in the Finder. Did a lot of Googling and found out about Extended file attributes (http://en.wikipedia.org/wiki/Extended_file_attributes) and xattr (http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/ man1/xattr.1.html). Upshot: If you ls a file in Terminal and the permissions list ends with "@", the file has extended attributes. If you ls the file again with the "-l@" flag, you will see the names and values of the extended attributes. In my case, it was the com.apple.FinderInfo attribute that was causing the problem. Deleted the attribute with "xattr -d com.apple.FinderInfo [filename]" on each file and everything was hunky dory. NB: Extended attributes can also store resources or essential metadata, so don't delete them willy nilly. It's always safe to delete com.apple.FinderInfo.


Posting this to my top few hits so others won't have to spend as much time on this as I have.

36 replies

one or more items can't be changed because they are in use

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.