Jump to content
3 posts in this topic

Recommended Posts

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

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$

×
×
  • Create New...