+ Reply
Results 1 to 8 of 8
  1. #1
    iPhone? More like MyPhone
    Join Date
    Jul 2007
    Posts
    282
    Thanks
    22
    Thanked 19 Times in 16 Posts

    Default 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!

  2. #2
    iPhone? More like MyPhone renegaderon's Avatar
    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.

  3. #3
    Green Apple
    Join Date
    Sep 2007
    Posts
    49
    Thanks
    2
    Thanked 2 Times in 2 Posts

    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

  4. #4
    What's Jailbreak?
    Join Date
    Sep 2007
    Posts
    12
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Quote Originally Posted by MOSHO92;
    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!
    You have probably anabled AFP and mounted your iphone on your mac?

    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.

  5. #5
    Retired Moderator Dash-2's Avatar
    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

  6. #6
    iPhone? More like MyPhone
    Join Date
    Jul 2007
    Posts
    282
    Thanks
    22
    Thanked 19 Times in 16 Posts

    kinda like the "thumbs.db" file that windows litters around?

  7. #7
    iPhone? More like MyPhone
    Join Date
    Sep 2007
    Posts
    125
    Thanks
    6
    Thanked 17 Times in 17 Posts

    what about the __MACOSX folders i see sometimes are they junk too?

  8. #8
    What's Jailbreak?
    Join Date
    Apr 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default .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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts