jmf283
About
- Username
- jmf283
- Joined
- Visits
- 0
- Last Active
- -
- Roles
- member
- Badges
- 0
- Posts
- 4
Reactions
Comments
-
Quote: Originally Posted by Daffy_Duck If your external drive is named jmf283: open terminal and execute these commands: cd /Volumes/jmf283 [ENTER] chmod -R 755 * [ENTER] The 755 gives everyone read and execute access and the owner wri…
-
Quote: Originally Posted by iGrant I have had that problem before, you need to go into terminal and cd to the external drive and run a chmod command on all the items on the drive. The command is something like this: chmod 755 -R * Again it …
-
Quote: Originally Posted by MyMac8MyPC Don't panic. See here Also check to see if it has turned your admin account into a standard account. If that's the case then there's a different fix for that. thanks for the info. I checked out that s…