External drives recognized, but not mounting
July 14, 2006 7:54 AM
Subscribe
My 2 external hard drives (that I use with my Powerbook G4), which worked fine last week, are recognized, and Disk Utility *says* they're mounting, but they do not appear on my desktop. I cannot access the files or copy new items.
I have 3 external hard drives--1 using Firewire (Maxtor Onetouch II) and 2 (both Western Digital) using USB 2.0. I have a PowerBook G4 and Run OSX v10.4.6
I recently moved and the 2 USB drives, which used to work fine, now will not mount. When I connect them to the machine, they don't pop up. When I unplug them, it gives me the shpiel about having just unplugged a device without unmounting...?
I went into Disk Utility and both appear as being recognized (the drive itself appears as the orange square with a squiggle), but the volume directory WITHIN the drives don't appear as the orange thing; they appear as white squares. I tried verifying both the the drives themselves and the volume directories within each; they verify fine. When I hit "Repair Disk" it tells me that they don't require repairing.
I have tried other USB devices into the ports on my machine and they work fine. And my Firewire Maxtor external drive works fine.
I can't get to my files and I'm totally baffled. Any help would be *greatly* appreciated.
posted by cg1 to computers & internet (8 comments total)
cd /Volumes
ls
My hunch is that the drives will appear there, even if they do not appear in the finder.
I use the usb drive that won't mount just to shuttle files, so I am happy to cp the files around and then
sudo umount /Volumes/drive_name
when I am done.
I suspect there is some corrupted pList that can fix the problem, though. If you need to work on the file you also should be able to run
open /Volumes/the_drive/the_file
and if it is clearly a word or excel or whatever doc, it should open the right program.
posted by mzurer at 8:08 AM on July 14, 2006