MacOS -61: Fixing Error When Moving Files to Trash
The -61
error in macOS typically occurs when attempting to move files to the Trash.
It indicates that the file cannot be deleted due to a permission issue, file system error, or file in use.
To resolve this error, start by ensuring the file is not in use.
Close any applications that might be using the file and try deleting it again.
If the file is still not moving to the Trash, check its permissions by right-clicking on the file, selecting Get Info, and ensuring you have the necessary read and write permissions.
If permissions are incorrect, change them to allow full control over the file.
If the file is located on an external drive, ensure that the drive is not locked or write-protected.
You can also try restarting your Mac to reset system resources.
If the error persists, use the rm
command in Terminal to forcefully delete the file by typing sudo rm -rf /path/to/file
.
Be careful when using this command, as it will permanently delete the file without sending it to Trash.