Skip to content

Instantly share code, notes, and snippets.

@Dulani
Last active October 23, 2021 08:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dulani/024c5b305a05ba089ec50682f61baab3 to your computer and use it in GitHub Desktop.
Save Dulani/024c5b305a05ba089ec50682f61baab3 to your computer and use it in GitHub Desktop.

OneDrive for Mac is having huge issues so I'm trying to move the files out of its folder and start over again... but I'm being blocked by extended attributes named: com.apple.fileutil.PlaceholderData.

You can see them with: ls -alh@e or xattr <dir name>

Example: https://www.reddit.com/r/onedrive/comments/dk8hcx/onedrive_on_macos_is_adding_extendedfile/

Remove them:

sudo xattr -rd com.apple.fileutil.PlaceholderData <dir name> 

Sources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment