AAPL stock: Click Here |
|
Tips and Deals ---- For Sale & Free Items ---- 'Friendly' Political Ranting |
Finder asks for password to move files to another folder??
Posted by: Speedy
Date: April 30, 2023 03:16PM
|
Re: Finder asks for password to move files to another folder??
Posted by: Speedy
Date: April 30, 2023 03:44PM
|
Re: Finder asks for password to move files to another folder??
Posted by: gadje
Date: April 30, 2023 04:52PM
|
Re: Finder asks for password to move files to another folder??
Posted by: Speedy
Date: April 30, 2023 04:57PM
|
Quote
gadje
In cases like these I don’t copy the entire User folder. I copy the content of Documents from the external drive to the Documents on the new drive. Same with Music, Pictures, etc. So far I never ran into permission issues.
Re: Finder asks for password to move files to another folder??
Posted by: Tiangou
Date: April 30, 2023 05:26PM
|
Re: Finder asks for password to move files to another folder??
Posted by: Marc Anthony
Date: April 30, 2023 06:18PM
|
do shell script "ls -l " & (path to desktop folder from user domain)'s POSIX path's quoted form --**Your username should appear in the third position, beginning on line two; if so, you probably need chmod.
do shell script "chmod -R u=rw+x,g=rw+x,o=r+x " & (choose folder with prompt "Point me to a test container folder with a suspected permission problem.")'s POSIX path's quoted form
Re: Finder asks for password to move files to another folder??
Posted by: Speedy
Date: April 30, 2023 08:58PM
|
Quote
Tiangou
Get the name off of your home folder.
The command is:
sudo chown -R [name on your home folder and NOT in brackets]:staff ~
So if the name on your Home folder was "speedy" you'd enter it as:
sudo chown -R speedy:staff ~
It will throw errors on some protected folders within your Home folder, but should fix the worst of it.
Re: Finder asks for password to move files to another folder??
Posted by: Speedy
Date: April 30, 2023 09:08PM
|
Quote
Marc Anthony
I have a distrust for united fusion drives, as they fragment your files, although that may not be the culprit in this case. Have you run Disk Utility’s first aid on both drives? If not, I'd start there.
Run this (in the Script Editor), secondly.
do shell script "ls -l " & (path to desktop folder from user domain)'s POSIX path's quoted form --**Your username should appear in the third position, beginning on line two; if so, you probably need chmod.
do shell script "chmod -R u=rw+x,g=rw+x,o=r+x " & (choose folder with prompt "Point me to a test container folder with a suspected permission problem.")'s POSIX path's quoted form
**edited to correct an extraneous end quote
Re: Finder asks for password to move files to another folder??
Posted by: Tiangou
Date: April 30, 2023 09:53PM
|
Quote
Speedy
Now my Get info for old files shows:
Everyone Custom
Speedy (Me) Read & Write
Speedy (Me) Read only
staff Read only
everyone Read only
Quote
Speedy
Newly created files and folders:
Speedy (Me) Read & Write
staff Read only
everyone Read only
...
The behavior requiring me to enter a password is unchanged regarding both old and new files and folders.
Re: Finder asks for password to move files to another folder??
Posted by: Marc Anthony
Date: April 30, 2023 10:07PM
|
Re: Finder asks for password to move files to another folder??
Posted by: Speedy
Date: May 10, 2023 07:18AM
|
Re: Finder asks for password to move files to another folder??
Posted by: Marc Anthony
Date: May 10, 2023 06:11PM
|
do shell script "chmod -R u=rwx " & (choose folder with prompt "Point me to a test container folder with a suspected permission problem.")'s POSIX path's quoted form --this reads "change access recursively for user to read, write, execute"
Re: Finder asks for password to move files to another folder??
Posted by: Tiangou
Date: May 10, 2023 08:59PM
|