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

Can't copy folder to hard drive. Why?

I can't copy a folder from an external drive to the hard drive!

A message comes up: "The operation can't be completed because an item with the

name ".DS_Store" already exists."

What does this mean and what do I have to in order to be able copy the folder?

Have been using Macs for many years and have never come across this issue before.

Thanks,

iHope

Mac Pro, OS X Mountain Lion (10.8.4), 3.2 Ghz Quad-Core Intel Xeon

Posted on Dec 28, 2013 9:31 AM

Reply
Question marked as Best reply

Posted on Dec 28, 2013 2:06 PM

Is this a known bug? Is there a fix?

A Mac unable to do something as basic as make a copy a folder?

Really??

iHope

18 replies

Dec 28, 2013 2:33 PM in response to iHope

Looks like Wikipedia discusses this file:


http://en.wikipedia.org/wiki/.DS_Store


Perhaps you are logged in as a regular user and some permissions on that file are preventing you from over writing it. Maybe a different account has full permissions over the existing .DS_Store file.


You could try creating a new Top level Folder and copy into this new folder.


Or you could log into an Administrator account and using the Terminal App delete the .DS_Store file at the comand prompt.


You could also try deleting the .DS_Store file from the Folder on the external drive,

using the Terminal App would be the easiest

to delete a file that is invisible to the Finder App.


example:


prompt> cd /Volumes/System/Drop/


prompt> ls -al .DS_Store

-rw-r--r--@ 1 user wheel 12292 Dec 27 16:12 .DS_Store


prompt> rm .DS_Store

Dec 28, 2013 3:02 PM in response to Camino fan 2010

Hello Camino fan 2010,

I'm the Administrator. And I'm aware ".DS_Store" files exist invisibly in every folder. They can be made visible. If you delete one the System will automatically recreate it. I don't think that's the issue.


I've just done a bit more research and discovered others are having the same problem, for example here's someone using OS X Mavericks (10.9)

https://discussions.apple.com/thread/5524683

TheMusicRogue

Nov 4, 2013 9:30 AM

Why is this even an issue!!! Everytime I try to copy anything and paste it to another drive I get this .DS_store error and it stops copying/pasting leaving me unsure of what has actually made it to the drive. I have tried unhiding files to delete the .dS_store crap but it doesn't work either.

Is there a solution to this? It is by far the stupidest thing ever!

iMac (27-inch Mid 2011), OS X Mavericks (10.9)


So far none of the experts on this list have offered an answer. Why is that?


iHope

Dec 28, 2013 5:36 PM in response to nbar

nbar,

Where can Finder preferences be set to show all hidden files?

And even if all the ".DS_Store" files could be seen I don't think it would help because

the message says:"The operation can't be completed because an item with the

name ".DS_Store" already exists."

As soon as you delete it the System creates another one.

Do you understand the problem?

iHope

Dec 30, 2013 8:35 PM in response to iHope

How to Delete All DS_Store Files from a Mac

  1. Launch Terminal, found in /Applications/Utilities/
  2. Type the following command exactly:
  3. sudo find / -name ".DS_Store" -depth -exec rm {} \;
  4. Enter the administrator password when asked – it won’t be visible when typing which is standard for the command line
  5. Let the command run, it will find all instances of .DS_Store and delete them

Dec 31, 2013 3:43 PM in response to iHope

Yes, I understand the problem. And as I suspected, finder preferences are set to show all hidden files (that is what the "Tinker Tool" function does, which you mentioned in the other thread). These files are like placement markers for the file system and are automatically generated. They are not meant to be seen/noticed by the user. If you change whatever Tinker Tool preference back to its default state, you will notice that this 'bug' dissapears.

Jan 1, 2014 1:53 AM in response to iHope

Btw, I've reported the bug formally to Apple, but even that was a problem! The space provided is severely limited. I did my best but was unable to describe the issue adequately. The word limit meant the important message: "The operation can't be completed because an item with the name ".DS_Store" already exists" couldn't be included.


iHope

Can't copy folder to hard drive. Why?

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