If you have no plan to boot on that one later, simply use chmod/chown to change the user folder's permissions.
sudo chmod 755 -R /Path/To/The/Disk/Users/
sudo chown root:wheel -R /Path/To/The/Disk/Users/
Remove sudo if you are logged as root.
sudo chmod 755 -R [folder]
I opened terminal in the Users folder and ran that command on the one I wanted to copy. We'll see what happens!
chmod should be enough, though macOS uses some special attributes to lock/hide folders.
I opened terminal in the Users folder and ran that command on the one I wanted to copy. We'll see what happens!
Yeah... no change. Folder is still blocked. Is there a parameter I need to add to make it read/write?
EDIT: I tried sudo chmod -R ugo+rw as well. No joy.
By the way, I wound up borrowing a macbook from a buddy f mine and using it to boot into the old iMac drive.
I appreciate all the help.
How dare you!
You’re welcome 😉
(post is archived)