Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on sh.itjust.works

PSA on Some "Operation Not Permitted" Errors

I've been getting "Operation not permitted" errors on some (but not all) files in a particular folder that's synced between Linux (Nobara) and Android. After multiple weeks of grief to trying to track down a fix, I've finally found the cause.

Turns out, Android can't handle special characters like ":" in file names, while the filesystem I have on Linux (btrfs) does. Changing all colons to another character like "_" in the filename prevents the error and allows syncing.

Devs, can you please look into adding a more specific error message for this? It'll likely save multiple people similar amounts of frustration.

Also, I would have preferred to submit the error/change request via GitHub, but that's not allowed, and I don't want to make yet another account just to post on your forums.

View original on sh.itjust.works
10

2 replies

Tbh, I'm kinda irked this issue has been left to sit for over a year, especially with how difficult it is to diagnose

1

You reached the end

PSA on Some "Operation Not Permitted" Errors | Spyke