USB drives invisible in Finder

I've been having a problem for a few weeks now where my MacBook Pro (running 10.5.2) isn't showing any USB cable connected drives in the Finder. They are clearly there in Disk Utility, and I've been able to run repairs etc, they just aren't visible on the desktop and to some software. Some software runs fine using these drives (Synchronize! X Plus and SuperDuper! for example) but Time Machine won't run at all. There's also a FW drive which has a USB daisy chain to another drive: the FW drive is fine, but no sign of the USB drive on the desktop.
Can anyone help?
Thanks
Clive

Run Repair Disk Permissions in Disk Utility, if you have not done so already.
After that, restart. If things are still the same, you may want to delete your Finder preference file. It is at
<your user directory>/Library/Preferences/com.apple.finder.plist
Restart or just log out and log back in.
If the problem persists, you can try this as a test. Create a new user with Admin privileges using System Preferences Accounts pane. Log out and log in to that new user. Does the new user have the same problem with the USB drives? If yes, there is a problem with the overall system or hardware. If no, the problem is with your usual user account. At least you've narrowed down the cause and we can proceed from there.

Similar Messages

  • Adobe PS CS4 does not "see" my USB Drives in Finder

    For some bizarre reason, PS CS4 is no longer "finding" my USB 2TB drive in the Finder/Devices window on my iMac (nothing is showing in devices).  However, it is seeing my my WD NAS drives, and if I go into Finder on my own, it shows the USB drives.  The WD drives are a 2TB MyBook, and a 3TB MyCloud.  I have had some issues with _those_ drives showing up in Finder but its usually a WD firmware issue... and its usually the older MyBook drive that gives me problems.  Anyway... the aforementioned 2TB USB drive also appears (as it should) on the RHS of my iMac screen.  The drive is working just fine, and I have tried powering off the computer and the USB drive... still doesn't show using Photoshop.  I can search within finder for the file I want, and right-click to open in "Adobe Photoshop" but I'm so used to grabbing, editing, and saving files from within CS4 that I'm baffled that this drive all of a sudden can't be "seen" from within PS CS4.  Previously it had been, so I have to assume its some settings or preferences issue?

    As noted above, I am now able to "see" the missing USB drive(s) in Finder so that seems to be resolved.  However, a few new issues have cropped up:
    1.  Not all my installed fonts are in my font listing, but I'll assume I can easily remedy that by activating them (I hope).  I have the sneaking suspicion I deleted some by mistake.
    2.  Safari seems to have gone weird... the upper section is flashing like crazy when I try to type in a URL, also the sidebars flash when I scroll up or down with mouse.  I've installed Chrome so I have a stable browser for the time being.
    3.  No matter what I seem to do in preferences, every new image I open does so within the same window so I have to manually drag it out to compare images.  How do I fix that permanently?
    4.  When I first opened PS this morning I kept getting some sort of error popup that couldn't complete the request?
    Is it safe now to remove the new user account?
    Mike

  • How to change mount options on an install usb drive ?

    Situation:
    I did create an USB drive with three bootable partitions;
    - one bootable volume named “Install OS X Yosemite”, created with the ‘createinstallmedia’ command
    - one bootable volume named “Install OS X Mavericks”, created with the ‘createinstallmedia’ command
    - one bootable volume named “Install OS X Mountain Lion”, created by restoring the /Install OS X Mountain Lion.app/Contents/Shared Support/InstallESD.dmg image within the 10.8 Installer app
    Everything works fine, and I can select any of the three boot volumes in order to boot and install a computer with 10.8, 10.9 or 10.10.
    Here are my two questions:
    1. When booting with the Startup Manager, I can see the three boot volumes on the USB stick listed as startup options. When the first two are named “Install Yosemite” or “Install Mavericks”, the Mountain Lion one appears as “Mac OSX”. Is there a way to change this value / string ?
    NB: renaming the Mountain Lion volume on the USB drive using the Finder was done, but does not change in the way the volume appears in the Startup Manager
    2. When connecting the USB drive to a running OS X system, all volumes mount well, but the Mountain Lion one automatically opens a Finder window. Is there a way to change this behaviour, having the volume mounted, but preventing this Finder window to automatically open ?
    Read about the 'bless' command, but I am not sure this could solve the issue, as my Install Mountain Lion drive is already bootable and working ...

    I haven't had chance to test but bless looks promising…
    http://apple.stackexchange.com/questions/2350/how-can-i-change-the-title-of-a-bo ot-image
    http://apple.stackexchange.com/questions/19183/how-to-prevent-finder-windows-fro m-automatically-popping-up-when-i-attach-a-disk
    … in more ways than one.

  • How do I get Lightroom to find photos on a USB Drive when the Drive letter changes?

    THis is probably a simple question but I keep getting stuck.  I ha
    ve my catalog and some images on my laptop hard drive, but the majority are on
    an external USB drive.  Sometoimes the drive gets assigned
    E:, F;, or G:, and when it cahnges, the catalog says the phots are missing.  How do I get
    Lightroom to find the photos again?
    Tom Barnwell

    The quick fix is to click on the folder containing the missing files and choose "update Folder Location" then find the folder on the USB drive. The longer term and fix you should apply is to set Windows to always give the USB the same drive letter. You can do this through the XP Disk Management application in Computer Management (Control Panel applet). The following screenshot is for XP, but Vista and Win 7 will something similar which can be accessed via Administrative Tools (see second screenshot).

  • How do I find out about the driver letter of a usb drive by script, given the DeviceID

    Hi all,
    I am wondering if it is possible by script to find out what the drive letter of a usb drive might be.
    I have just inserted my USB stick into a socked and the operating system displays that the drive was recognized and that the drive letter is F:.
    I already know, how USB devices can be listed by WMI script, but how do I extract the drive letter of a USB storage device.
    The DeviceID is known, where do I find the drive letter given the DeviceID ?
    Disk drive
    DeviceID:
    USBSTOR\DISK&VEN_SAMSUNG&PROD_YP-U2&REV_0100\4002FDCCE0E4D094&0
    Service: disk
    Status: OK
    SystemName: MEINER
    Caption: Samsung YP-U2 USB Device
    All help is welcome

    @echo off  
    :: GetLetterOFmyUSBstick.cmd  
    :: Bye Gastone Canali  
    ::DeviceID: USBSTOR\DISK&VEN_SAMSUNG&PROD_YP-U2&REV_0100\4002FDCCE0E4D094&0  
    setlocal EnableDelayedExpansion  
    set PNPDeviceID=4002FDCCE0E4D094 
    set Q='wmic  diskdrive where "interfacetype="USB" and PNPDeviceID like "%%%PNPDeviceID%%%""    assoc /assocclass:Win32_DiskDriveToDiskPartition' 
    echo %Q%  
    for /f "tokens=2,3,4,5 delims=,= " %%a in (%Q%) do (  
      set hd=%%a %%b, %%c %%d  
      call :_LIST_LETTER !hd!)  
    goto :_END  
    :_LIST_LETTER  
    (echo %1 |find  "Disk ") >nul|| goto :_EOF   
    for /f "tokens=3 delims==" %%a in ('WMIC Path Win32_LogicalDiskToPartition  ^|find %1') do set TMP_letter=%%a  
    set Part_letter=%TMP_letter:~1,2%   
    echo %Part_letter% %1  
    goto :_EOF  
    :_END  
    :_EOF  
    ' ' GetLetterOFmyUSBstick.vbs
    strComputer = "." 
    Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")  
    strPnPdevID = "USBSTOR\DISK&VEN_SAMSUNG&PROD_YP-U2&REV_0100\4002FDCCE0E4D094&0" 
    strPnPdevID = Replace(strPnPdevID, "\", "\\")  
    Set colDiskDrives = objWMIService.ExecQuery ("SELECT * FROM Win32_DiskDrive where PNPDeviceID like '"& strPnPdevID &"' ")  
    For Each objDrive In colDiskDrives  
        Wscript.Echo "Physical Disk: " & objDrive.Caption & " -- " & objDrive.DeviceID   
        strDeviceID = Replace(objDrive.DeviceID, "\", "\\")  
        Set colPartitions = objWMIService.ExecQuery _  
            ("ASSOCIATORS OF {Win32_DiskDrive.DeviceID=""" & _  
                strDeviceID & """} WHERE AssocClass = " & _  
                    "Win32_DiskDriveToDiskPartition")  
        For Each objPartition In colPartitions  
            Wscript.Echo "Disk Partition: " & objPartition.DeviceID  
            Set colLogicalDisks = objWMIService.ExecQuery _  
                ("ASSOCIATORS OF {Win32_DiskPartition.DeviceID=""" & _  
                    objPartition.DeviceID & """} WHERE AssocClass = " & _  
                        "Win32_LogicalDiskToPartition")  
            For Each objLogicalDisk In colLogicalDisks  
                Wscript.Echo "Logical Disk: " & objLogicalDisk.DeviceID  
            Next 
            Wscript.Echo  
        Next 
        Wscript.Echo  
    Next 

  • ITunes will not allow me to drag files onto my desktop or a USB drive. The files still come up in finder and I can drag from there but I need entire playlists transferred. It started this when Yosemite went public and I updated out of BETA.

    Songs and Playlists cannot be dragged from the itunes app onto desktop or usb drives.
    Files can be dragged from Finder but only one at a time.
    The issue started when I updated Yosemite out of BETA.
    I am running:
    OS X Yosemite 10.10
    2013 Macbook Pro
    iTunes 12.0.1

    Hey! I had the same problem you did just today when I was trying to get my second iPhone to sync. What you need to do with music or anything extra that you doing you have to creat a second playlist or picture or anything that you would like to use, so that you can add to the second device that you are going to be using. I am not sure if that will help but it helped me out a lot!! Good luck!

  • Finder freezes when copying files to an external USB drive

    I am copying video TS folders from my Mac Pro to a USB 3.0 drive, and Finder keeps freezing up. Oddly, it doesn't always happen, and it doesn't seem to be the amount of data--I've successfully copied 32GB at once, and had Finder crash trying to copy 6GB. Other details: the external drive is brand-new, and set up for OS X, I have repaired the permissions on the Mac's drive and just for kicks did the same on the Seagate USB drive. I was originally copying the files from a folder I had on the desktop, and read here that the desktop being involved in the equation is a Finder-killer, so I moved the files to a different folder. I have done this a lot in the past to a different drive with no problems whatsoever. Lastly, when this happens, all I can do a hard restart. Everything is fine when it starts back up, but after a dozen restarts in a day, I'm about to shoot myself.

    Well, I can tell you this
    Mac's can't use USB 3 so it's dropping to USB 2
    If it's port powered, it could be drawing too much power and the Mac is cutting it off, use a powered USB hub.
    If the external drive is formatted MBR with FAT32 (MSDOS) then that's a issue with over 4GB sized files, you need exFAT or HFS+
    You may nee dot remove all data and Zero Erase the entire drive to map off bad sectors and before each time you copy a huge amount of data (if it hasn't ben done in the last 6 months) this catches new failing sectors.
    Drives, partitions, formatting w/Mac's + PC's

  • Plugging in iPod dismounts USB drive-Finder copy

    I have 3 USB and 8 FireWire drives in addition to 3 internal drive connected to my Mac Pro. I am running OS X 10.5.2 and when I plug in my iPod classic (160 GB), one of my USB drives dismounts. This happened when I was copying a large amount of data from that drive to another drive. I got the dismount dialog, and the Finder copy progress bar dialog is still left on the screen.
    Also, I have never been able to cancel a Finder copy under Leopard successfully. I always have to end up force quitting the Finder.

    That's a lot of drives... probably too many.
    Is that drive that dismounts on a hub with the iPod? Is it bus-powered (takes power from the hub)? If so, my guess is that the iPod initially takes more power than the hub has left, and that causes loss of connection to the USB drive.
    I would keep most of those external drives disconnect and plug them in only when needed. Doing so will make your Mac run faster. And that Finder copy progress bar issue may go away as well.

  • USB Thumb Drive with Simple Finder

    Hey everyone,
    I'm trying to find a way that a user account restricted and using the Simple Finder feature would still be able to save their data to a USB Drive. I know that the drive shows up in the save dialog (and so does every other file on the system which doesn't seem very secure) but what I'd really like is for the drive to still show up on the desktop like it does normally.
    Is there anyway to do this under Simple Finder or do I need to seek out other options?
    Thanks!
    David

    Simple fix, use Workgroup Manager.
    <Question Closed>

  • The finder will not show files on my hard drive but will show files on my usb drives

    when I click on my Main iMac hard drive the window doesn't open but when I click on my one of my USB drives the widow opens and I can see the files.Any thoughts?
    Thanks,
    Win

    Might try this...
    Safe Boot , (holding Shift key down at bootup), use Disk Utility from there to Repair Permissions, test if things work OK in Safe Mode.
    Then move these files to the Desktop for now...
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Users/YourUserName/Library/Preferences/com.apple.desktop.plist
    /Users/YourUserName/Library/Preferences/com.apple.recentitems.plist
    Reboot & test.
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.

  • I plugged in a USB drive, tried to open Finder, got the message Finder.app can't be opened - 10810, went into terminal.app, messed up, now terminal screen blank.  how do i regain terminal in order to fix finder problem?

    With my iMac running, I plugged in a USB drive.  When I clicked on finder, I got the message Finder.app can't be opened - 10810.  I removed the USB drive.  I messed up while in Terminal.app trying to fix Finder problem.  Now my terminal screen is blank, just the cursor, but no action after typing a command & clicking enter.  Help!

    I finally figured out a way to Restart (normal way wasn't working...) & that Restart DID FIX both the Terminal problem AND the Finder problem.  So easy, yet so elusive.  Thanks so much.

  • I have usb driver in may macbook pro 15 retina. When I installed windows 7 and try to download windows support into a CD, boot camp always said it couldn't find my usb driver.

    I have usb driver in may macbook pro 15 retina. When I installed windows 7 and try to download windows support into a CD, boot camp always said it couldn't find my usb driver. My mac version is 10.8.3

    Welcome to the Apple Support Communities
    Install the Windows support software from the USB drive. Note that Boot Camp Assistant, in OS X 10.8.3, doesn't support the option to burn the Windows support software into a disc.
    Instead, you can try a different thing. Start in Windows and download the Windows support software in it > http://support.apple.com/kb/DL1638 Then, decompress the file and run the Boot Camp drivers installer.
    If you can't access to the Internet in Windows, start in OS X and download the Windows support software from the same link. Decompress the file, right-click the folder which will show up after decompressing the file and select "Burn". Finally, start in Windows and install the Boot Camp drivers

  • USB Drives not always showing Finder

    I currently have two USB Drives connected through a powered hub and they do not always show in the Finder window. Also when I pug in a USB memory stick it does the same thing.
    I am new to Mac, I love it but this really bugs me. is there a setting somewhere, what is happening? If I disconnect then re-plug in the memory stick it shows up. What is really funny, that doing this also causes the missing USB drives to show up......

    I tried that, but still no go with a thumbdrive. I can go to "Computer", and the USB drive shows up under that. All my other USB external HDs, my iDisk, and even FireWire drives show up on the left pane of the finder, just not the USB stick.
    Any ideas?

  • After 10.7.2.update cannot see SD card reader in usb drive. Used to appear on desktop and start iPhoto but now nothing happens. It is recognised by system profiler (usb hub), but cannot find it anywhere.

    After 10.7.2. update cannot see SD card reader in usb drive. Used to appear on desktop and start iPhoto but now nothing happens. It is recognised by system profiler (usb hub), but cannot find it anywhere. Any ideas?

    Zap the PRAM and Reset the SMC, then try again.

  • RT USB Format suddenly not finding Hard Drive

    For a remote desktop RT PC running LabVIEW RT 8.6, I had tested 8 different motherboards in an attempt to get LabVIEW Real-Time
    (Pharlap) to recognize an RT desktop’s SATA hard-drive and network card.  We had
    finally found a single motherboard that allowed LabVIEW Real-time to recognize
    and format the SATA hard drive to run pharlap.
    Unfortunately, that ASUS motherboard
    has been discontinued, so we had to hunt once again for motherboards
    that would run correctly with LabVIEW Real-Time.  After some effort, we did find
    another motherboard which allowed the USB format utility to format the SATA
    drive and successfully boot the RT pharlap environment.  Upon this success, our
    company proceeded to order a large number of these new motherboards in case they
    too became discontinued.  However, the very same motherboard which operated
    correctly 2 weeks ago can no longer see the SATA hard drive through LabVIEW
    real-time, even though the BIOS correctly recognizes the hard
    drive.
    I find it particularly bizarre
    because the hard drive does actually boot to LabVIEW Real-time on its own, but
    upon booting via the hard drive, Pharlap states “Error booting hard drive
    program,” and proceeds to run in safe mode *on the very same hard drive*.  Any attempts
    to reformat this drive via the 8.5.1 or 8.6 usb utility now result in “Unable to
    detect ATA/SATA hard drive” even though the very same usb, hard drive, and
    motherboard worked correctly in re-formatting, installing, and running remote VIs 2 weeks ago.
    If you could please provide any
    insight into this madness, it would be greatly appreciated.  For reference, we
    had previously used the ASUS P5K motherboard (which is now discontinued) and are
    now experiencing our mixed success/failure on the Foxconn G33M motherboard. Both
    of these motherboards use the ICH9 chipset that is AHCI and IDE compatibility
    capable, which is a requirement for desktop RTs.

    I've tried multiple hard drives that were full formatted to FAT16 and FAT32 in Windows XP and got the same result.
    During the two week period, the motherboard had been removed from its case and sat on my desk with anti-static covers draped over and under it.  I've been trying the motherboard without a case ever since, as that would confound issues further.
    To make matters worse, I've been trying new motherboards with the ICH10 and ICH10R southbridge chipsets (AHCI and legacy IDE compatible), and the USB format utility freezes at "Transferring control to user program," so I can't even get to attempting a hard drive format there.  I've tried changing the USB settings to Legacy as suggested in the NI literature and even unplugging the hard drives entirely, as the other motherboard still boots to the USB without a hard drive present, and it still hangs at the same place before the utility loads.
    I've gone through every possible iteration of BIOS settings (especially the IDE ones) on every motherboard I've tried.  Ever since the ICH8 chipset, I've never managed to get an actual PATA (IDE) drive to work either.
    Here is a list of motherboards we've tried that didn't work due to either the USB utility hanging or the hard drive not being seen:
    Intel DG33BU
    TYAN S5220AG2NR
    ASUS P5E-VM DO
    ASUS P5N-MX
    ABIT IP35 Pro
    SuperMicro C2SBA
    ASUS P5Q
    MSI P45 Neo
    The ASUS P5K worked but is discontinued, and the Foxconn G33M is the one that worked 2 weeks ago but doesn't now.

Maybe you are looking for

  • Cannot publish new .htm file with Contribute

    A client of mine is having an issue with a webpage he maintains daily using the Contribute package, and one major problem has come up while trying to add new features to his presentation. Instead of linking directly to a file as has been done in the

  • How do I get the numbers to appear for links on a web page

    This is an accessibility feature I once had and now can't remember how to do it. It allowed me to enter a number rather than clicking on a link

  • Table: Only show XML with a certain value?

    I am building a table from an xml file and it is working great if I ask it to show every node. But I only want the row to be added if it matches a particular value in the xml. For example my xml has values for name, rating and enrollment. So somethin

  • Problem with free space on itnernal hdd on mac book pro!

    On the about this mac menu i storage i get 512 gb of backups and if you add all the numbers given for the internal hd the total is 837.88 gb on a 750 gb hd! When i go to finder my macbook pro and get info on the macintosh hd ->get info i get 582 bg f

  • Space Designer True Stereo file channel config.

    X-Post I'm trying batch convert IR's for Logic users. I have created true stereo IR's (not with the logic impulse utility) They are currently 2 interleaved stereo .wav files Left Side-Left&Right.wav Right Side-Left&Right.wav For Space Designer to loa