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.

Mavericks files / directories in finder slow showing up

I have had this problem happen very consistently. When pulling up finder or an application that needs to call on an open file dialog to look for something, the files and subfodlers take a long time to actually show up. If I select a subfolder, the progress wheel will grind in the lower-left corner for 15-30 seconds before the files in that subfolder show up. Selecting another level under that will give me the same delay.


I'm running an 2012 27" iMac, fully loaded with an i7 and max mem.


Anyone else having ths problem? I thought at first it might be a spotlight/index issue with my drive once I initially upgrade, but I have had it now for several days with my computer left on the entire time, so indexing should have been done.


Any ideas on what is causing this is or how to work around it?


Thanks.

Posted on Oct 27, 2013 1:55 PM

Reply
Question marked as Top-ranking reply

Posted on Oct 27, 2013 1:56 PM

Try reindexing Spotlight > Spotlight: How to re-index folders or volumes

187 replies

Dec 30, 2013 1:38 PM in response to zer0ed

I think you're right zer0ed.

I'm going to take a stab at this.

Is this the exact command to enter in Terminal as suggested by Snaggle?


sudo vi /etc/auto_master


In this file comment out /net with # (#/net .....)


sudo automount -vc


I wonder if the "....." after "#/net" is meant to be replaced with something specific, but I wouldn't know what.

Thanks for the clarification.

Dec 30, 2013 2:57 PM in response to igirl1

Maybe my experience could help you.

Read everything before start.

Use at your own risk!


To follow the Snaggletooth workaround

you may edit "auto-master" file following instruction from vim user manual at this link


Below what I did.


open terminal


type: “sudo vi /etc/auto_master”


autenticate with your password


you will see something like this:


#

# Automounter master map

#

+auto_master # Use directory service

/net -hosts -nobrowse,hidefromfinder,nosuid

/home auto_home -nobrowse,hidefromfinder

/Network/Servers -fstab

/- -static

~

~


move the blinking cursor with arrows keys until the start of the following line


"/net......."


Now, if you type the "i" command, Vim will display --INSERT-- at the bottom

of the window. This indicates you are in Insert mode.


type: “#” before “/net” to obtain "#/net ...." to comment the line


now you should see something like this:


#

# Automounter master map

#

+auto_master # Use directory service

#/net -hosts -nobrowse,hidefromfinder,nosuid

/home auto_home -nobrowse,hidefromfinder

/Network/Servers -fstab

/- -static


if ok type esc key to exit from --INSERT-- mode


NOW To exit and save your work, use the "ZZ" command (shift zz). This command writes the file and exits.


IMPORTANTNOTE FROM VI MANUAL:

Unlike many other editors, Vim does not automatically make a backup

file. If you type "ZZ", your changes are committed and there's no

turning back.


exit from terminal


sorry for my english i'm from italy

Jan 2, 2014 9:46 AM in response to Snaggletooth_DE

If commenting out automounting network shares works for you, then it is clear that the issue is a configuation problem of your Mac, not a bug in OS X. Most likely, you are trying to mount a share that is no longer available or taking a long time to respond. What are the contents of /etc/autofs.conf and what share points are you attempting to mount? Are they all actually present and responding over the network promptly?

Try removing all network shares you have configured (including aliases to files on the shares) and see if that resolves your problem.

Jan 2, 2014 10:34 AM in response to Eric Hildum

Eric Hildum wrote:


If commenting out automounting network shares works for you, then it is clear that the issue is a configuation problem of your Mac, not a bug in OS X.


What are the contents of /etc/autofs.conf and what share points are you attempting to mount?

A reasonable diagnosis but it doesn't match my circumstances and perhaps others too. There have never been any network shares attached to this Mac. I do mount some local external volumes ( and later eject them ) for clone backup. It is a standalone Mac.


The live entries in my /etc/autofs.conf are:


AUTOMOUNT_TIMEOUT=3600

AUTOMOUNTD_MNTOPTS=nosuid,nodev

AUTOMOUNTD_NOSUID=TRUE


Thanks for the input Eric.

Jan 2, 2014 1:13 PM in response to kb8wfh

Really don't like being lectured to.


The file at issue hasn't changed for a while. I did not have the problem described in this thread in Lion or Mountain Lion. As soon as I updated to Mavericks, I did have the problem on two different 2011 MacBook Airs. Then, I updated my wife's mid2010 MacBook Air. Same problem again even though her setup is quite different from mine.


The bug relates to how Mavericks is handling the contents of the file--not what's in the file because it didn't change with Mavericks.


Commenting out that line in the file works for now...perfectly.

Jan 3, 2014 6:28 AM in response to brilor

brilor,

Perhaps you'd like to collect and submit the below info that Eric's requested, since I'm back on 10.8.5. Here's Eric's response found elsewhere on this board:

Eric Hildum



Interesting. Are these really clean installs with no migration of any kind? Simply format hard drive and install Mavericks with no migration by Setup Assistant or Migration Assistant, and no network connections active - a pure install on a standalone system? And these are stock Macs with no third party hardware?


If so, then check the Console for any messages which would indicate I/O issues to the hard drive, and Activity Monitor for unusual memory usage (e.g. memory pressure in yellow). Also verify the drive in stand alone mode or booted from the recovery partition.


If there is no hardware issue, and a true clean install really does show an issue, then from the Terminal run

sudo sysdiagnose -t Finder

while duplicating the problem and submit the resulting diagnostic file and a System Report in a bug report to Apple with as complete a description of the symptoms as you can. Note that the resulting diagnostic file will be large, and will take some time to collect.


Eric,

Yes, this issue was indeed happening on a newly formatted system drive with no migration whatsover, just a pure virgin install of Mavericks! Yes, I for one am running on a stock Late 2009 27" iMac 2.66Mhz Quad Core that suffers the symptom.

Mavericks files / directories in finder slow showing up

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