Skip to content

MacOS cannot write to a Samba share

When using an ExFAT-formatted storage device with a Samba share on macOS, some Mac devices may display an error message when trying to write a file:

"The operation can't be completed because an unexpected error occurred (error code 100093)."

macopyerror

This is because the Finder adds file attributes before transferring, making the file different from the original when copying.

You can solve this issue by the following methods.

Method 1. Change your storage device into NTFS format.

Method 2. Use the cp -X file-name command to copy the file.

macopyfile

Or use cp -rX floder-name command to copy the folder.

macopyfolder


Still have questions? Visit our Community Forum or Contact us.