Thread: What is ".DS_Store"?
-
11-24-2007, 03:59 PM #1
What is ".DS_Store"?
I've noticed that this little ".DS_Store" file pops up in places all over the iPhone file system... Anyone know what it is/does?
Thanks!
-
11-24-2007, 04:02 PM #2iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- Mississippi, Gulf Coast
- Posts
- 218
- Thanks
- 10
- Thanked 30 Times in 25 Posts
Has something to do with mac I delete all from my phone.
-
11-24-2007, 04:07 PM #3
if you had a Mac you would know, but nothing you need to care about. Just go to wiki:
http://en.wikipedia.org/wiki/.DS_Store
-
11-25-2007, 10:25 AM #4You have probably anabled AFP and mounted your iphone on your mac?
Originally Posted by MOSHO92;
The .DS_Store are files the finder creates when you view a folder in the finder to cache the icons and other file information. To delete them all in one shot, ssh to your phone and type:
find / -name .DS_Store -exec rm {} \;
This will clean them from all directories.
-
11-25-2007, 01:59 PM #5Retired Moderator
- Join Date
- Jul 2007
- Location
- Oregon
- Posts
- 2,078
- Thanks
- 79
- Thanked 222 Times in 184 Posts
It's just some junk that Macs leave around.
=D
-
11-25-2007, 04:12 PM #6
kinda like the "thumbs.db" file that windows litters around?
-
11-25-2007, 04:59 PM #7
what about the __MACOSX folders i see sometimes are they junk too?
-
04-10-2009, 08:43 PM #8
.DS_Store files on a Mac
I have the opposite problem. I want my .DS_Store files back!
I had to have a new hard drive installed and my data restored. In the process, the initial "dot" got left behind; this makes thousands of DS_Store files visible. Their purpose is to tell the system your display preferences for particular windows. They are a GOOD thing!
One of you wrote a routine to remove the dot so these files can be read by Windows. That seems to be a huge Google search topic.
How would you write and employ a similar script to peck through your directories and stick the initial dot back ON?
Unfortunately, I'm learning everything on the fly here. How would I get my Mac to run the routine once I found it?
Thanks, Mike



LinkBack URL
About LinkBacks
Reply With Quote