Go Back   The macosxhints Forums > OS X Help Requests > System



Reply
 
Thread Tools Rate Thread Display Modes
Old 12-13-2009, 11:35 PM   #1
Venús
Prospect
 
Join Date: Dec 2009
Posts: 1
Exclamation Need help with shared folder Q.Q

Okay, My problem is im a big gamer fan, mostly play alot of world of warcraft.
Sometime during my playing I have deleted the original shared folder.
/HD/USERS/SHARED
And because of that I cant install world of warcraft updates.
Ive reinstalled a hell of alot of times.
Ive tried recreate the folder but it says I dont have sufficent privleges to alter the name of folders under /user
But yet im the only admin and account on my computer.
Ive used disc utility to try and repair disc priveleges and it never worked
Still says when i try to rename the folder in users ''shared'' You do not have sufficent privelleges, anyone had this problem or know how to fix it?q.q
Im completely lost, also ive tried create new admin accounts and wiping everything from my HD, with no avail, HELP PLS
Also, restoring to factory settings/apps isnt an option
Tyvm for reading the post (:

Running on mac mini OSX 10.5.8
Processor: 1.83GHz Intel core duo
Memory:1 GB 667 MHz DDR2 SDRAM
Venús is offline   Reply With Quote
Old 12-14-2009, 10:56 AM   #2
agentx
Hall of Famer
 
Join Date: Feb 2003
Location: Brighton, UK
Posts: 3,807
The folder should be /Users/Shared. Does it exist ?

and permissions on this folder should be Owner : root Group : wheel and the Permissions should be 777

So using Terminal type these commands on by one
if folder does not exist then type : sudo mkdir /Users/Shared
sudo chown root:wheel /Users/Shared
sudo chmod 777 /Users/Shared

there is alos a Sticky Bit set on this folder but lets test this first and see how you go.
agentx is offline   Reply With Quote
Old 12-14-2009, 11:59 AM   #3
trevor
Moderator
 
Join Date: Jun 2003
Location: Boulder, CO USA
Posts: 19,549
Quote:
Originally Posted by agentx
there is alos a Sticky Bit set on this folder but lets test this first and see how you go.

To set the sticky bit on /Users/Shared, use the command:

sudo chmod u+t /Users/Shared
ls -al /Users/Shared
echo "done"


The ls command will list /Users/Shared. The line near or at the top that doesn't show any name, just a dot, should look something like this:

Code:
drwxrwxrwt   393 root    wheel       13362 Dec 14  2009 .
(check specifically the 'drwxrwxrwt' part and the 'root' and 'wheel' parts. The other sections of that line may differ.)

Trevor
trevor is offline   Reply With Quote
Reply

Tags
problem, shared, wow

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 08:57 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.