Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Techguy172

macrumors 68000
Original poster
Feb 2, 2007
1,782
0
Ontario Canada
My Hard Drive is gone from the finder, the desktop and is not searchable however I can still access it all my applications are there. I can open anything.
Where did it go?

Thanks in advance.
 
Are hard disks checked here in Finder preferences?
 

Attachments

  • Picture 1.png
    Picture 1.png
    59.1 KB · Views: 496
  • Picture 2.png
    Picture 2.png
    74.5 KB · Views: 509
Those are all checked. I checked that first.

EDIT: I managed to get my Hard Drive back on my desktop now I Just need it back in the Finder.
 
Ok, I have no Idea what I did but I somehow got it to reappear. I was doing file maintenance, Suddenly It appeared in Finder. It has returned!!

I'm very happy!

I put this code to get it back on the desktop

sudo chflags nohidden /
 
I actually had the same problem and somebody replied with this. I copied and pasted what they responded but forgot to get their name to give them credit. So sorry if it was somebody on here, but here it is quoted from their response.

"
from a Terminal window, type:

ls -lOd /

(That's lowercase ell, lowercase ess, space, minus, lowercase ell, capital oh, lowercase dee, space, forward slash)

You should get something like this:
hostname:~ username$ ls -lOd /
drwxrwxr-t 32 root admin - 1156 Feb 8 20:35 /

Sounds like you might see something like this instead:
hostname:~ username$ ls -lOd /
drwxrwxr-t@ 32 root admin hidden 1156 Feb 8 20:35 /

(note it says "hidden" instead of "-")

To fix this, type:

sudo chflags nohidden /

and provide your admin password. You won't get any output back from the command but the icon should now appear on your desktop, and the hidden flag should go away if you repeat the 'ls -lOd /' command.

And just in case you missed it above, you've got to be sure Hard disks are turned on in Finder General Preferences under "Show these items on the Desktop"
"

EDIT: Oops I didn't realize that you had typed the same command in lol
 
THANK YOU...It is finally there...

I have been having trouble with this for months. Apple did not know what to do. It is back. Thanks so much.


I actually had the same problem and somebody replied with this. I copied and pasted what they responded but forgot to get their name to give them credit. So sorry if it was somebody on here, but here it is quoted from their response.

"
from a Terminal window, type:

ls -lOd /

(That's lowercase ell, lowercase ess, space, minus, lowercase ell, capital oh, lowercase dee, space, forward slash)

You should get something like this:
hostname:~ username$ ls -lOd /
drwxrwxr-t 32 root admin - 1156 Feb 8 20:35 /

Sounds like you might see something like this instead:
hostname:~ username$ ls -lOd /
drwxrwxr-t@ 32 root admin hidden 1156 Feb 8 20:35 /

(note it says "hidden" instead of "-")

To fix this, type:

sudo chflags nohidden /

and provide your admin password. You won't get any output back from the command but the icon should now appear on your desktop, and the hidden flag should go away if you repeat the 'ls -lOd /' command.

And just in case you missed it above, you've got to be sure Hard disks are turned on in Finder General Preferences under "Show these items on the Desktop"
"

EDIT: Oops I didn't realize that you had typed the same command in lol
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.