Slow file open and save across airport network

Hello -
I just purchased an Airport Extreme base station and am having some problems. I could not seem to find an answer to this issue in the archives.
I have a small architecture firm and have 3 computers networked together (iBook G4, mac-mini, and Powermac G5). The G5 is our file server. A typical CAD file size is on the order of 10 mb. Since going wireless with the Airport Extreme, opening these files has become painfully slow - 2 minutes for a 11 mb file, for example.
All computers have a strong airport signal (four bars), and internet connection on all machines is fast.
Security: WPA2
Robustness: ON
Thanks for any help you may have to offer.

(I posted this elsewhere, hope this helps you as you did not have any responses. )
Big horrible slowdowns in file transfer over wireless have me pulling my (remaining) hair out.
I had given my Apple Airport base station (b) to my brother in Pakistan after I found a Belkin (g) at Staples for free (after rebates) and have been using it for a while. Not a pretty box but the price is beautiful and it works OK.
My real use for it is for my eMac and a couple of older PowerBooks I keep downstaors as a "music studio" for my music and podcast recording (and transferring upstairs to my server folder over wireless) and web browsing.
All worked OK as I would transfer the files to my PowerBook upstairs (connected Ethernet to a router connected to the wireless router or sometimes directly via Airport connection if laptop was not at my desk). Both configurations worked fine (only limitation being my eMac's (b) speed older Airport speed).
Since 10.4.5 (as that is the last "change" I can see made on my system overall, I have discpovered I cannot even transfer a 3.5 MB file from the eMac to ANY of the other machines. After reading several threads here it seems several people have noticed the HORRIBLE SLOWDOWN if not complete death of Airport usability for file transfer. People are being made to go around changing router settings, channel IDs etc.
That sounds like typical tech support bunk to me. After all, if the channel ID on the wireless router is a problem why is my web browing going on at normal speed but a 120 MB file transfer just told me it will take 2023642128 hours. No, I am not kidding. That is the time it would take to get man to Mars. Someone else was told to hook up the machines over Ethernet. Sure, that works for machines in the same room - and is a bearable temporary solution in that case - but not in an upstairs/downstairs situation. Burning CD-Rs to transfer 120 MB files every time is also not a good way to show off Apple technology.
So, in my humble opinion, some recent update from Apple just broke something in Airport networking or Appleshare. (Much like I have found out that DiskWarrior, a hard disk repair utility will crash after completing a current task unless you downgrade QuickTime from 7.0.4 or something to a lower version. Go figure.)
I love Apple, getting friends to switch all the time, but annoyed at these bugs that basically render standard applications unusable. So far I have not been able to figure out what the problem is.
I already deleted all the network port configurations on the eMac except wireless. Activity Monitor shows 0.1 to 11 kbps speed (yes, that is 0.1 to 11 Kbps not Mbps). No other apps are running, Tried connecting to different machines. All machines can transfer data at high speed except over Airport/wireless.
Hope you can suggest a solution when you find one.
Imran

Similar Messages

  • Files in all programs slow to open and save with Snow Leopard

    Installed Snow Leopard, now all files in all programs super slow to open and save - Photoshop, Illustrator, Quark -- all now at least 4-5X slower to open files and save -- here's what I've tried so far:
    repaired permissions
    emptied font cache - restarted up in safe mode
    re installed Snow Leopard
    renamed old preferences and restarted to create new prefs
    I'm hating Snow Leopard -- eeesh -- this is no upgrade, just a big waste of time and money, any ideas?

    See:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    Macintosh OS X Routine Maintenance
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X, and
    Myths of required versus not required maintenance for Mac OS X for information.

  • My files open and save two times

    Hi All,
    See my below script, when I run this script in my InDesign files within folders containing subfolders it open and save my folder files twice and subfolder files once.
    Could anybody please help me out why my folder files open and save twice. Subfolder code is working fine.
    Thanks,
    Mon
    See my below js code below.
    //my script starts
    var myFilePath = Folder.selectDialog("Please choose InDesign file folder");
    myFilePath = new Folder ([myFilePath]);
    myFilePathContents = myFilePath.getFiles("*.indd");
    mySubFolders(myFilePath);
    var myDocument = app.documents[0];
    for (var j = 0; myFilePathContents.length > j; j++) {
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
    var myDocument = app.open(myFilePathContents[j]);
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    var myDoc = myDocument.layers.item(0);
    myDoc.printable=false
    app.activeDocument.close(SaveOptions.yes);
    mySubFolders(myFilePath);
    function mySubFolders(theFolder) {
    var myFileList = theFolder.getFiles();
    for (var i = 0; i < myFileList.length; i++) {
    var myFile = myFileList[i];
    if (myFile instanceof Folder){
    mySubFolders(myFile);
    else if (myFile instanceof File && myFile.name.match(/\.indd$/i)) {
    myFilePathContents.push(myFile);
    //my Script end

    folder
    ├── a.indd
    ├── b.indd
    └── subfolder
        ├── c.indd
        └── d.indd
    Hi, I run your code to folder like above,it open documents such as
    "a.indd, b.indd, a.indd, b.indd, c.indd, d.indd"
    a and b open twice.
    so fix code
    myFilePath = new Folder (myFilePath); // remove bracket for 'myFilePath'
    myFilePathContents = new Array(); // remove getting .indd, they are added later in mySubFolders()
    mySubFolders(myFilePath); // remove 2nd mySubFolders(), why run twice?
    and then, run code and documents will open like
    "a.indd, b.indd, c.indd, d.indd"
    mg

  • Word 2013 shows full UNC path instead of local "Documents" folder on file Open and Save

    Normally Word (and Excel) by default will show the user's local "Documents" folder when opening or saving a file. That is what we want. However, after using Windows Server Folder Redirection to redirect the Documents folder to the network (Windows
    Server 2012R2), Word now shows the full UNC path to the network share.
    Instead of seeing:
    "MyPC  Documents"
    users see
    \\sever1\redirect$\username\documents
    Folder redirection is supposed to be transparent to the user. Virtually all our other applications, including Office 2003, respect this convention and continue to show "Documents". As you can see, Word even exposes a hidden share.
    Even if we go to File / Options / Save and browse to the local Documents folder as the place Word should open and save files from, Word immediately removes the path you have browsed to, and replaces it with the UNC path.
    Is there a way to suppress this behavior? Thanx!
    Dana

    Hi,
    Based on my understanding, you only want others to see some part of path name, rather than full UNC path name. It is right?
    It seems that we can’t implement your requirement. When we open a file from “My Pictures”, it shows “My picture” instead of showing the full path “C:\Users\User\Pictures”. “My Picture” is set as a library in Windows, so it hides
    full path by design. We can't set \\sever1\redirect$\username\documents as a library.
    As a workaround, you can upload these files to OneDrive and share link to others.
    If I have anything misunderstood, don't hesitate to tell me.
    Regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Unable to open and save across mount point

    Why do these forums appear so neglected?
    Here's is my on-going question/problem:
    General input/output error while accessing /home/MyDir/mountedDir/SomeDire/TheFileName
    I experience a "feature" wherein I cannot open and save documents across an NFS mount point from a Linux client.
    This is an error rcv'd on Linux, GNOME 2.8.*, 2.6.10-gentoo-r6
    The mount is accomplished via an entry in the fstab as shown:
    server-hostname:/export/mydir /home/mydir/mountdir nfs tcp,user,rw,rsize=32768 0 0
    server-hostname is a Solaris OS.

    Sounds like you are missing some of the required plugins - possibly an updater failed, or someone moved/deleted the wrong directory.
    Yes, you'll need to reinstall to restore the missing plugins.

  • Illustrator CC very slow to open and save large format files

    I work in a print shop that prints biggish stuff. I will frequently have files that postscript to close to a GB or more. Working on simple vector art with a few images in CC is not too much of a problem, but I still notice CC is slower than CS 6. The big problem is when I get a few 200mb PDF's, or files with layers of transparent PSD files in them etc, big busy files, then AI CC really bogs down, or frequently crashes altogether. CS 6 is MUCH better. I don't have the font issues, AI CC works fine with simple files. Saving & opening these big files is such a problem, I just save them back to CS 6, but that causes problems too, I do not want to, nor should I have to have 2 versions open at the same time. I always try to optimize the files as best possible, but it is tough sometimes as they R supplied by the customer, and the time it takes. We save to a Windows Server 2008 R2 box over gigabit network, which I know is not best practice, but no choice with the sheer volume of files. Would B insane to try to keep track & copy them back & forth, and it was never a big issue with CS 6. I am the first victim in our office, but the other 3 Mac Pro's will B switching over to CC this week, and I know the operators will B crying.
    Anyone else out there having the same large file problems?
    THX
    Mac Pro 2.4GHZ 12 core 32GB 1TB
    Mac OS X 10.7.5

    I'm not sure Adobe would like this, but it seems to be working for us on Mac OSX 10.9.3 and Illustrator CC 2014
    Go to your user Library > Preferences folder and open com.adobe.mediabrowser.plist using TextEdit.
    Select all the text and delete it.
    Save the file
    Get Info and lock the file.
    I also removed the com.adobe.mediabrowser.plist.lockfile from the Preferences folder.
    So far doing this really improves performance in Illustrator CC 2014. Opening and saving files happens at a reasonable rate; however there is a down side. Preferences no longer save. Changes made to pallettes, etc. have to be redone everytime Illustrator is opened.
    Other posts mention having Verdana and Trebuchet installed. I didn't find this to help at all.

  • Shared file from computer with Windows 7 slow to open and save on computer with Windows 8.1

    I have three computers in homegroup. They can see each other and sharing files is not a problem. Main computer, where I have all my data on uses Windows 7 Home premium, and Office 2007. Both other computers use latest version Windows 8.1, Office 2010. I
    use these two computers to access files on main computer (word, excel). I have problems, because when I try to open word and excel files on these two other computers, files open very slow (green bar is showing, although word has no text inside), and also saves
    very slow - empty word file takes 1 minute for saving.
    One of computers with 8.1 had 8 before updating and I managed to solve this problem with running this protocol (smb.bat) - this solved the problem, although I do not really understand why:
    sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
    sc config mrxsmb20 start= disabled
    So it seems it is really something to do with the version of windows since the same computer had windows 8 and this protocol and worked well, but when updated to 8.1 it works slowly (I tried this protocol, but it is not working)
    Please see if there is any solution (updated protocol?) because I really cannot wait for word file to open 1 minute.
    Thank you for help!

    Hi,
    First, You can leave the homegroup and join again to see the result.
    To leave a homegroup:
    1.Open HomeGroup by typing homegroup in the search box, and then clicking HomeGroup.
    2.Click Leave the homegroup.
    3.Click Leave the homegroup, and then click Finish.
    You can also join the homegroup in the way accordingly.
    Besides, this happens after a upgrade to Windows 8.1, this also might be caused by service conflict, I suggest to perform a clean boot to solve this:
    1.Swipe in from the right edge of the screen, and then tap Search. Or, if you are using a mouse, point to the lower-right corner of the screen, and then click Search.
    2.Type msconfig in the search box, and then tap or click msconfig.
    3.On the Services tab of the System Configuration dialog box, tap or click to select the Hide all Microsoft services check box, and then tap or click Disable all.
    4.On the Startup tab of the System Configuration dialog box, tap or click Open Task Manager.
    5.On the Startup tab in Task Manager, for each startup item, select the item and then click Disable.
    Details as the article below:
    http://support.microsoft.com/kb/929135
    Regards
    Wade Liu
    TechNet Community Support

  • Slow to open and save files

    My Macbook Pro with Mac OS X 10.7.4 has been real slow lately in opening files, saving documents, opening webpages.  Any suggestions on ways to speed things up?  I often have MS Excel and Word and Outlook open so not sure if that is the problem.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box. Don't use the Safari-only Guest login created by Find My Mac.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in Mac OS X 10.7 or later, then you can’t enable the Guest account. The Guest login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled under Mac OS X 10.7 or later, or if a firmware password is set, you can’t boot in safe mode.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Documents with Smart Objects - Very slow to open and Save - CS6 Photoshop

    When opening and saving documents with smart objects photoshop freezes the adobe PS loader (circle dots) is replaced and the system loader (multi colored wheel of death) spins for 30 seconds or more.
    What I've tried so far based off looking at various posts.
    Photoshop Preferenes
    Save in Background off
    Maximise PSD and PSB file compatability never
    Cache Tile Size: 128k
    Advanced Graphic Processor Settings: Basic & Normal
    Layer Panel options: No Thumbnail
    Observations and workthroughs to date
    The file size and amount of smart objects effects the file expotentially i.e. The more smart objects you have the worse it gets
    These files worked perfectly in PS CS5
    It also happens on files natively created in PS CS6
    The CPU is maxing out at 100% while PS loads
    Closing or opening suitcase has no effect.
    System:
    iMac 27-inch, Mid 2011
    Processor  3.4 GHz Intel Core i7
    Memory  16 GB 1333 MHz DDR3
    Graphics  AMD Radeon HD 6970M 1024 MB
    Mac OS X Lion 10.7.5 (11G63)
    Suitcase 4
    Anyone got any ideas? This is making me go nuts!

    A solution!
    It turns out the problem in my case was in fact Suitcase. Previously, I'd tried turning it off, but that didn't fix the problem, so this time, I uninstalled it completely and the problem disappeared. I then began re-adding it (installed 15.0.1, upgraded it, etc.) and the problem resurfaced with the addition of the Photoshop-specific plugin. Deleting that plugin solved the problem. So it seems that "disabling" Suitcase by stopping the TypeCore doesn't seem to actually disable all of the tentacles it sticks into your system.
    You can find the plugin here: Applications / Adobe Photoshop CS6 / Plug-ins / Automate / ExtensisFontManagementPSCS6.plugin
    (After a restart, I also had to delete the font cache, as described here http://helpx.adobe.com/photoshop/kb/troubleshoot-fonts-photoshop-cs5.html but your mileage may vary.)
    Alternately, if you don't want to delete the plugin, disabling it from within Photoshop seems to work as well. To do that, go to File > Automate > Extensis, click Preferences..., then deselect Enable Suitcase Fusion 4 Auto-Activation.
    Fortunately, the plugin doesn't seem necessary at all to use the the core functionality of Suitcase (enabling and disabling fonts) in Photoshop. I didn't even know what these app-specific plugins did until researching this problem, and I still don't quite understand the point of them. I guess they allow you to let the apps for which they're installed do a little bit more of their own management (enable a font via Suitcase that isn't enabled system-wide), but that seems like more control than I need--if I'm enabling a font, I want all my software to be able to use it.
    Anyway, the problem seems to be completely solved on my system now, though I just did all this, so more testing over the next few days is required. I'll post here if any issues crop up. I'm interested in hearing if this solves it for anyone else as well.

  • Illustrator CS4 Slow to open and save

    Hi
    For the past couple of weeks, I've been having big problems working in Illustrator.  Opening and saving files are the main issues, sometimes I can work within the program without problems, but at other times, other windows, such as Safari or Bridge are active instead of Illustrator.
    When opening a file, it generally takes a couple of minutes, first nothing happens, and then the wheel of doom appears.
    The files are not large - I have tried opening a blank file and saving a simple square, and still have the same issues.
    The computer spec is
    Mac OS X
    Version 10.6.8
    Processor 3.06 GHz Intel Core 2 Duo
    Memory 8 GB
    Capacity on Hard drive 500 GB, used 73.5 GB
    I use a nas box to store my work, but am not working directly from this.
    I have tried fixing disk permissions
    Secure emptying trash
    Running Onyx
    Software update
    Having fewer programs open
    Deleting Illustrator preferences
    Rebooting in safe mode
    Identifying fonts with error in fontbook and removing them
    Other programs seem to work OK.
    I'm not sure what else to try, and help would be very much appreciated, thank you.

    I'm not sure Adobe would like this, but it seems to be working for us on Mac OSX 10.9.3 and Illustrator CC 2014
    Go to your user Library > Preferences folder and open com.adobe.mediabrowser.plist using TextEdit.
    Select all the text and delete it.
    Save the file
    Get Info and lock the file.
    I also removed the com.adobe.mediabrowser.plist.lockfile from the Preferences folder.
    So far doing this really improves performance in Illustrator CC 2014. Opening and saving files happens at a reasonable rate; however there is a down side. Preferences no longer save. Changes made to pallettes, etc. have to be redone everytime Illustrator is opened.
    Other posts mention having Verdana and Trebuchet installed. I didn't find this to help at all.

  • How to add My Documents to Open and Save as

    Hi,
    How can I add My Documents to the list of places under File ->"Open" and "Save as" in Office 2013 applications?
    Users in my organization are truly frustrated by having to click on "Computer" and then choosing the "My Documents" folder every time they need to access their My Documents.  Any suggestions?
    Thanks!
    -sul.

    Can you make a screen capture, or diagram showing exactly what you want to do?  I just can't picture it.
    If what you want to do is place it directly under the Open command in the File menu it would not be easy.  The only slight possibility I can think of would be to create custom ribbon XML code to modify the "Backstage Pane".  I
    How do I change Backstage(File) view in Excel 2010
    Customize the Office User Interface in Office 2010
    http://technet.microsoft.com/en-us/library/ff468686.aspx
    Updated: September 9, 2010
    This article lists resources that will help you customize the Microsoft Office Fluent user interface (UI) in Microsoft Office 2010 applications.
    Microsoft introduced the ribbon extensibility model in the 2007 Microsoft Office system as part of the Office Fluent UI. This was a new way to customize the user interface and create custom tabs and groups that
    were specific to users’ needs. Office 2010 extends the span of the UI extensibility platform by providing support for customization of the new Microsoft Office Backstage view.
    Customize the Backstage view
    In Office 2010, the Microsoft Office button is replaced by the
    File tab. The File tab brings you to the Backstage view. The Backstage view is customizable and lets organizations customize the UI to suit their needs.
    For information about how to use and customize the Backstage view, see the following resources:
    Introduction to the Office 2010 Backstage View for Developers (http://go.microsoft.com/fwlink/?LinkId=182189
     http://msdn.microsoft.com/en-us/library/ee691833%28v=office.14%29.aspx
    Customizing the Office 2010 Backstage View for Developers (http://go.microsoft.com/fwlink/?LinkId=184245
    Change the Ribbon in Excel 2007 or Excel 2010
    http://www.rondebruin.nl/ribbon.htm
    Ron de Bruin (last updated 6-Oct-2010
    <snip >
    More RibbonX examples
    You can download 8 Excel files here with basic RibbonX examples for Excel 2007 and Excel 2010.
    Download Example Excel files Last Updated : 27-June-2010
    Add custom group in built-in tab.xlsm
    Add menu and buttons to Backstage or Office Button.xlsm
    </snip>
    I haven't seen any documentation about customizing the 2013 backstage.

  • CS5 slow to get the 'open' and 'save' dialog box over networked computer.

    I have been having this problem since the suite was installed, but recently has gotten much slower. Any time I click open or save it takes 8-10 seconds just for the dialog box to come up.  CS1 was lightening fast - I know that was ages ago, but I can't help compare the two.  I have the same problem with InDesign and Illustrator. The suite is running on a Windows 7 machine through a home network, accessing files from an XP machine as well as a Buffalo Linkstation.  Once the dialog box comes up, and I double click, the file is pretty quick to appear.  I have researched online and I believe the problem to be somewhere in the network or the settings.  The network is quick, Windows Explorer has no delay in opening or finding files, nor do other programs outside of Creative Suite. I did an experiment to narrow down the problem - I closed Photoshop, unplugged the network cable, and reopened the program.  AMAZING - it was SO FAST to open the dialog box for both opening and saving files!  I then closed Photoshop again, plugged the network cable back in, and opened Photoshop.  It was back to the slow opening of the dialog box.  Everything else in the programs runs fine - no delay when performing operations in any of the Creative Suite - it has to do with the network and how CS is looking for the files.  Can anyone help me, I am so frustrated - this is adding unnecessary time to everything I do and I dread opening and saving any files!!

    Once again - thank you!
    We used to have a network storage device attached to our home network, but it crashed and we replaced it with another model.  A while back I had added it as an item to display in the places bar.  When we removed it from the network, the link on the left side disapeared, so I forgot all about it.  When I read your posting it jogged my memory.  I searched the subject to remember how I had made the change and found this posting from Adobe Community: http://forums.adobe.com/thread/795196 (its in #6).  I found the original storage device in the places bar, removed it and replaced it with the new device.  I opened Photoshop and Acrobat and both open and save dialog boxes appear as they should - the problem has been resolved!  THANK YOU!

  • Slow open and save with psb files Photoshop CC

    Here is my system info:
    Mac Pro Early 2009
    Processor  2.66 GHz Quad-Core Intel Xeon
    Memory  32 GB 1066 MHz DDR3 ECC
    Graphics  ATI Radeon HD 5770 1024 MB
    Software  OS X 10.8.4 (12E55)
    Running Photoshop off an SSD 220GB as my bootdisk , and then my scratches are two 1TB Western Digi Caviar Blacks, both at about 60% full, running Big and flat in PS CC prefs,
    Running Photoshop CC 14.0.0
    I'm having very slow open and save times for psb files ranging in size from 2GB to 6GB - slow meaning 5-6 mins
    Does anyone have any suggestions to improve this time?

    I've noticed the same thing with .tif files. It's taking a good minitue or more to save a 15 meg .tif. Very annoying. I opened PS4 and converted the same .jpg to a .tif and saved it in the same location and it took about 4 seconds. Something is totally jacked with saving files in CC.
    Checked the compression settings and the are the same in both. Not a big fan of CC everything is slower. I pay monthly now to work slower?!? May have to go back to CS4.

  • Open and Save dialogs are painfully slow. Is there a solution?

    Open and Save dialogs are painfully slow. Is there a solution?

    I pulled this part out of one of the topics Barney-15E linked to. It absolutely works! The glacially slow Finder response has been driving me batty in Mavericks. Each time I restarted, it would take forever to list the startup drive when I opened it. Open and Save dialogues were also painfully slow to respond. Now they all snap open and list instantly. I used TextWrangler to comment out the line in the file auto_master, then ran the automount command in Terminal.
    Working workaround:
    Use the following statements in Terminal.
    sudo vi /etc/auto_master
    In this file comment out /net with #  (#/net .....)
    sudo automount -vc
    Fixed.
    Confirmed here too both for Preview.app Open file sluggishness and Finder window population. Thanks Snaggletooh_DE!
    Couple of notes:
    (1) Some folks may be more comfortable using a GUI editor like TextWrangler instead of vi
         a) in the Finder use the GO menu and select Go to Folder
         b) type  '/etc' ( without single quotes ) in the Go to folder dialog box and press the Go button
         c) Right ( Control  ) click the auto_master file in the resulting Finder window. Select "Open with...." and use TextWrangler ( your choice )
         d) Comment out the line by inserting a '#' ( pound sign ) as noted in Snaggletooth_DE's instructions
         e) Save the file  ( probably need to authenticate with your admin password  )
         f) Do the 'sudo automount -vc' per Snaggletooth_DE's instructions. Will need to authenticate again.
    (2) Notice Snaggletooth_DE described this as a "workaround" because it bypasses an Apple bug. Presumably most people have not changed their auto_master file and it worked fine in Mountain Lion and prior. In other words: If you haven't done so already, please continue to submit feedback and bug reports to Apple for this issue.
    Kudos to Snaggletooth_DE for figuring out code is trying to look at network ( NFS ) volumes that maybe don't exist.

  • Open and Save Dialogs Slow to Open and Populate

    In all of my apps, the Open and Save dialogs have become very slow to open and populate since installing Snow Leopard, when the machine is connected to a Windows server. Disconnecting from the server solves the problem; reconnecting causes it to reappear.
    This only happens on some of my machines, and not others
    Any thoughts on what this could be. The delay is significant (about 10 seconds in all).

    Roy,
    I've got the same problem. I've been charting the slowness, i.e. the time until the app responds and opens the save dialog box, and most apps hover around 2 minutes of waiting.
    My home network consists of a belkin n+ router (running only with the N radio, and WPA2 security), one ethernet-connected powerbook with a USB-connected hard disk (640GB+), and my MBP connecting by wireless. The USB HD is used as a Time Machine backup disk, and the backups are extremely slow, on the order of 2 GB's per hour at most.
    That said, I called up Apple Tech Support and they had me flash my PRAM, restart the machine, and Reset Safari (since that was the app I called about). These efforts, unfortunately, did not fix the issue.
    I will be passing on the fact that Tech Support's efforts did not solve the problem--maybe they'll get back to me on the issue. If so, I'll post it here.

Maybe you are looking for

  • Error while trying to search in advanced table with hide/show region

    Hi I have search region and a results table with a hide.show in it.I did a search initially and got the results.I clicked on the hide/show region to see the details. I put another search criteria in the search region and tried to do a search. I am ge

  • Error in udev change of net interface name wlan0 to wlp3s0

    My quite fresh installation of Arch has started having the following problem: the udev rename of my wireless interface from wlan0 to wlp3s0 suddenly stopped working! In journalctl, I find the following error line: Jan 09 16:23:43 mole systemd-udevd[1

  • Itunes doesnt recognise ipod

    can anybody please help me ive read most articles about this topic but nothing seems to work my ipods battery died and i got sent a replacement one and i installed the software again but i have not been able to load the new on onto itunes. when i con

  • Validatedata.js Errors

    Has anyone implemented validatedata.js with system 11. I am having issues with it, its sometime giving me errors and sometime the web page for the forms doesn't even refresh. I tried opening planning with IE7, IE6 and even Mozella. I did clear up the

  • Cookies won't persist

    Hi, am assuming this is a simple problem, but Safari 4 Beta's cookies on one of my Macs won't persist from session to session. Having to re-log in to Amazon and Flickr and various news sites is getting tiresome. As far as I can tell, there isn't a pr