I just installed 11.22 and suddenly I'm getting the above error when I try to do a sync. I don't see anything in the forum here that affects that, and everything I see in web searches seems to be based on npm. This is macOS Monterey (12.4).
UPDATE: I just went into FreeFileSync.app in the Terminal and ran
sudo ./Contents/MacOS/FreeFileSync
and it worked fine. I'm sure that tells us something important, probably about permissions somewhere, but I don't know what that something is.
EACCES: Permission denied (UPDATED)
- Posts: 1
- Joined: 12 Jul 2022
- Posts: 7
- Joined: 24 Sep 2024
I am on LinuxMint I too was getting this error and this worked for me:
Try this, fixed it for me
sudo chown -R username path
Example:
sudo chown -R emanuel /home/emanuel/test/
Try this, fixed it for me
sudo chown -R username path
Example:
sudo chown -R emanuel /home/emanuel/test/
- Posts: 4042
- Joined: 11 Jun 2019
When are you getting this error? When you open FFS? When you start a comparison? When you start a sync? Only on a subset of data in a specific location?
- Posts: 7
- Joined: 24 Sep 2024
Hi @xCSxXenon, I was getting the error when trying to do a comparison/sync.
I have an external ntfs drive with all my data, that I was trying to move to my mdadm raid 6 ext4 box when I was getting the error. After I did the above sudo commands I was then able to use FFS to transfer the data as intended without the error.
I have an external ntfs drive with all my data, that I was trying to move to my mdadm raid 6 ext4 box when I was getting the error. After I did the above sudo commands I was then able to use FFS to transfer the data as intended without the error.
- Posts: 4042
- Joined: 11 Jun 2019
Mac OS doesn't support NTFS volumes natively, are you sure it is NTFS?
- Posts: 7
- Joined: 24 Sep 2024
xCSxXenon
Ya might have missed it on my original post, I am using LinuxMint. :)
Ya might have missed it on my original post, I am using LinuxMint. :)
- Posts: 4042
- Joined: 11 Jun 2019
Oh, I wasn't responding to you at all then. I was responding to the OPxCSxXenon
Ya might have missed it on my original post, I am using LinuxMint. :) bakebeans, 30 Sep 2024, 18:24