Jump to content
The mkiv Supra Owners Club

Mac experts - I need help


SupraStar 3000

Recommended Posts

Yesterday while messing around with my mac's security settings and sharing options I stupidly changed a setting which i can't seem to remedy.

 

My external hard drive is now missing from the desktop.

 

Problem is,

1 - I cant remember what setting I changed and where

2 - I cant see the hard drive (its hidden) to highlight and 'get info' on, so I'm unable to undo my selection.

 

I may have somehow selected an obscure security / privileges option, most likely within the 'get info' option and now my external hard drive icon is not visible on my desktop so I can reselect tit to unselect the setting. I know its ok because 'disk first aid' can verify its presence but I can't see it.

 

Urgently need access as I have data i need to retrieve.

Please help.

Link to comment
Share on other sites

Not an expert but here goes:

 

Go to Applications > Utilities > Disk Utility

 

Check if you can see it using this application, try different USB ports.

 

I know you said can't remember the security/sharing option which you changed but go back and have a look around (not now though because you are frustrated, check in the morning or in couple of hours) to see if you can find the setting which changed or an option to restart the settings on the security back to default.

Link to comment
Share on other sites

:cry:

 

I've tried re-mounting - still doesnt work

Disk utility can see it but still nothing on the desk top.

Tick box in show hard drive within prefs is selected

Tried everything.

 

Guys, I really dont think you appreciate the enormity of this problem.

 

4 years of porn, 250gb of hardcore video is missing and the wanking hour is almost up.

:cry:

 

 

It doesnt show up in the finder

Link to comment
Share on other sites

:cry:

 

I've tried re-mounting - still doesnt work

Disk utility can see it but still nothing on the desk top.

Tick box in show hard drive within prefs is selected

Tried everything.

 

Guys, I really dont think you appreciate the enormity of this problem.

 

4 years of porn, 250gb of hardcore video is missing and the wanking hour is almost up.

:cry:

 

 

It doesnt show up in the finder

 

:rlol:!!!!!!

Link to comment
Share on other sites

problem solved :D

 

had to go into Terminal and write some code.

 

heres what you need to do,...

 

A1. If the disk in question is your Mac OS X startup disk and your computer stops starting up at the blue screen, restart with the Command and S keys held down, and enter the following commands:

 

mount -uw /

chown root /

chmod 1775 /

exit

 

A2. If the disk in question has Mac OS X installed but isn't the current startup disk, open the Terminal in the /Applications/Utilities/ folder and enter the following:

 

sudo chown root "/Volumes/volumename/"

sudo chmod 1775 "/Volumes/volumename/"

sudo -k

 

You will be asked for your password when executing the first command; it will not appear in the Terminal window. Replace volumename with the disk's actual name. If you don't know what the disk's name is, choose Go to Folder from the Finder's Go menu, and enter /Volumes/ as the folder's path. Locate the item corresponding to that disk and drag it into the Terminal window; in this case, omit the quote marks and all text between them in the existing commands. Log out and back in.

 

A3. If the disk in question does not have Mac OS X installed, open the Terminal in the /Applications/Utilities/ folder and enter the following:

 

chmod 775 "/Volumes/volumename/"

 

Replace volumename with the disk's actual name. If you don't know what the disk's name is, choose Go to Folder from the Finder's Go menu, and enter /Volumes/ as the folder's path. Locate the item corresponding to that disk and drag it into the Terminal window; in this case, omit the quote marks and all text between them in the existing commands. If you get a message that you don't have permission to do this, proceed as indicated in situation 2 above, but use 775 as the number. Log out and back in.

Link to comment
Share on other sites

problem solved :D

 

had to go into Terminal and write some code.

 

heres what you need to do,...

 

A1. If the disk in question is your Mac OS X startup disk and your computer stops starting up at the blue screen, restart with the Command and S keys held down, and enter the following commands:

 

mount -uw /

chown root /

chmod 1775 /

exit

 

A2. If the disk in question has Mac OS X installed but isn't the current startup disk, open the Terminal in the /Applications/Utilities/ folder and enter the following:

 

sudo chown root "/Volumes/volumename/"

sudo chmod 1775 "/Volumes/volumename/"

sudo -k

 

You will be asked for your password when executing the first command; it will not appear in the Terminal window. Replace volumename with the disk's actual name. If you don't know what the disk's name is, choose Go to Folder from the Finder's Go menu, and enter /Volumes/ as the folder's path. Locate the item corresponding to that disk and drag it into the Terminal window; in this case, omit the quote marks and all text between them in the existing commands. Log out and back in.

 

A3. If the disk in question does not have Mac OS X installed, open the Terminal in the /Applications/Utilities/ folder and enter the following:

 

chmod 775 "/Volumes/volumename/"

 

Replace volumename with the disk's actual name. If you don't know what the disk's name is, choose Go to Folder from the Finder's Go menu, and enter /Volumes/ as the folder's path. Locate the item corresponding to that disk and drag it into the Terminal window; in this case, omit the quote marks and all text between them in the existing commands. If you get a message that you don't have permission to do this, proceed as indicated in situation 2 above, but use 775 as the number. Log out and back in.

 

You could do that for free with Linux.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. You might also be interested in our Guidelines, Privacy Policy and Terms of Use.