Fix Guide: External Drive "Read-Only" Error on macOS Tahoe 26.2
Symptom: You connect an NTFS, ExFAT, or APFS external drive and can see the files, but you cannot copy new files to it or delete existing ones.
Tahoe 26.2 has increased security for external volumes, often defaulting to "read-only" if the drive was not properly unmounted or if there is a permission mismatch.
Recommended Troubleshooting Tool
Before proceeding with manual fixes, we recommend using CleanMyMac X. Quickly identify high CPU apps and optimize system memory with one click.
- [Download CleanMyMac X Free Here](#)
- [Browse 240+ Premium Mac Utilities on Setapp](#)
Fix 1: Force Mount with Write Permissions
If macOS mounts the drive in a "safety" mode, you can manually remount it.
- Open Terminal.
- Find your drive identifier:
diskutil list
- Look for your drive (e.g.,
/dev/disk4s1). - Run:
sudo diskutil unmount /dev/diskXsY
sudo diskutil mount /dev/diskXsY
Fix 2: Repair the Drive via First Aid (Terminal)
The Disk Utility GUI can sometimes hang on Tahoe 26.2. Using the command line is more reliable.
- Open Terminal.
- Run the repair command (replace
diskXsYwith your actual ID):
sudo diskutil repairVolume /dev/diskXsY
Fix 3: Disable "Ignore Ownership" for APFS/HFS+
If the drive is formatted for Mac, you might be blocked by file-level permissions.
- Right-click your drive on the Desktop and select Get Info.
- Click the lock icon at the bottom right.
- Check the box for "Ignore ownership on this volume."