Skip to content

Instantly share code, notes, and snippets.

@nocoo
Created April 18, 2015 00:23
Show Gist options
  • Save nocoo/fb63909b68f4ea9a136b to your computer and use it in GitHub Desktop.
Save nocoo/fb63909b68f4ea9a136b to your computer and use it in GitHub Desktop.
Mac OS fix error code -50 while copying files to NAS/SMB share
cd /path/to/your/folder;
sudo find ./ -name ".DS_Store" -depth -exec rm {} \;
sudo find ./ -name ".AppleDouble" -depth -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment