Error 36 Copying MKV Files from an Old HDD on macOS Sonoma (Version 14.1.2)
If you are experiencing trouble copying MKV files from an old external hard drive (exFat) to your macOS Sonoma (Version 14.1.2) system, you might encounter the error code -36. This error usually occurs when the files are copied without any issues, but the process still shows an error.
Understanding the Error
Error code -36 is a common issue on macOS and can occur due to various reasons, such as permission issues, file corruption, or incorrect file formats. In this case, we are dealing with MKV files on an exFat-formatted drive, which might be causing the problem.
Resolving the Error
To resolve the error, you can try the following steps:
-
Check the file permissions:
Right-click on the MKV file and select
Get Info. Navigate to theSharing & Permissionssection and ensure that your user account has read and write permissions. -
Format the external drive:
If the issue persists, you can try formatting the external drive to a macOS-compatible format, such as APFS or Mac OS Extended.
-
Convert the MKV files:
If formatting the drive is not an option, you can try converting the MKV files to a macOS-compatible format, such as MP4, using a video converter tool.
Example of converting MKV to MP4 using FFmpeg:
To convert MKV files to MP4 using FFmpeg, you can use the following command:
ffmpeg -i input.mkv -c:v libx264 -crf 23 -c:a aac -b:a 192k output.mp4
Error code -36 when copying MKV files from an old external hard drive on macOS Sonoma (Version 14.1.2) can be caused by various reasons, including permission issues, file corruption, or incorrect file formats. By checking the file permissions, formatting the external drive, or converting the MKV files to a macOS-compatible format, you can resolve the error and successfully copy the files to your system.
References
-
Apple Support: Mac troubleshooting steps for error code -36