milan89 Posted April 8, 2009 Share Posted April 8, 2009 Hello,i have one problem,i have two partition on my mac-one of them is neutral...and i cant put anything iside that partition...in disk utility i cant repair permisions and it sad that Owners Enabled:NO....any help? Link to comment https://www.insanelymac.com/forum/topic/161097-how-to-change-owner/ Share on other sites More sharing options...
U.C. Posted April 8, 2009 Share Posted April 8, 2009 Here are the fixes I found Fix 1 sudo chflags nouchg /Volumes/[VOLUME_NAME] sudo chmod 1775 /Volumes/[VOLUME_NAME] Fix 2, if 1 doesnot work cd /Volumes/[VOLUME_NAME] sudo chown root:admin sudo chmod +t Link to comment https://www.insanelymac.com/forum/topic/161097-how-to-change-owner/#findComment-1127318 Share on other sites More sharing options...
milan89 Posted April 8, 2009 Author Share Posted April 8, 2009 it's not working...this show up: milans-macpro31:~ milan$ sudo chflags nouchg /Volumes/Milan Password: chflags: /Volumes/Milan: Read-only file system milans-macpro31:~ milan$ cd/Volumes/Milan -bash: cd/Volumes/Milan: No such file or directory milans-macpro31:~ milan$ sudo chown root:admin usage: chown [-fhv] [-R [-H | -L | -P]] owner[:group] file ... chown [-fhv] [-R [-H | -L | -P]] :group file ... milans-macpro31:~ milan$ sudo chmod +t usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a [# [ n]]] mode|entry file ... chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -i | -I] file ... milans-macpro31:~ milan$ Link to comment https://www.insanelymac.com/forum/topic/161097-how-to-change-owner/#findComment-1127436 Share on other sites More sharing options...
Recommended Posts