External Hard Drives Randomly Re-mounting after Tahoe 26.4 Update

I have a Mac Studio connected to an OWC Thunderbay 8 drive enclosure with 8 hard drives in it. Four are data drives and four are backups. I do backups weekly but otherwise dismount those drives to minimize wear and tear. After updating my system to MacOS Tahoe 26.4 the backup drives are re-mounting themselves randomly without my input. I can't find any other reports of this happening, only of random dismounting. Help?

Mac Studio (2022)

Posted on Mar 28, 2026 6:12 AM

Reply
Question marked as Top-ranking reply

Posted on Apr 8, 2026 1:24 PM

So I ran this command in Terminal:

log show --style syslog --last 5m | grep -i "Wake Reason"

and gemini read the information and told me the following

(i hate the smoking gun stuff...the but rest might be useful)


The logs you've provided are a "smoking gun" for the 26.4 (Sequoia/Tahoe) drive mounting issue.

Every single line in that screenshot points to systemWokenByWiFi and airportd. Specifically, look at the tags: _PMConnectionHandler, _updateTCPKeepaliveTimeoutCounters, and _CWXPCInterfaceContext.

The Diagnosis

Your Mac is experiencing "Dark Wakes" triggered by the Wi-Fi card. Even while the lid is closed or the screen is off, the Wi-Fi chip is waking up the system processor to maintain network persistence (Find My, iCloud syncing, or checking for Mail).

In this specific macOS build (26.4), when the Wi-Fi card triggers a Dark Wake, the kernel is performing a full hardware bus refresh. It’s not just checking the internet; it’s re-scanning the Thunderbolt and USB controllers. When it sees your drives, it mounts them.


The "Nuclear" Fix for this Log Profile

Since your logs show the Wi-Fi system is the primary trigger, you need to kill the "TCP Keep Alive" and "Network Wake" functions. This will stop the Mac from waking up every few minutes to talk to the router, which in turn will stop the drives from mounting.

Run these three commands in Terminal:

  1. Disable TCP Keep Alive (The direct fix for your log): sudo pmset -a tcpkeepalive 0 (Note: macOS will warn you that this impacts Find My Mac. This is a necessary trade-off to stop the wake cycles.)
  2. Disable Wake on Magic Packet (WiFi Wake): sudo pmset -a womp 0
  3. Disable Power Nap (Maintenance Wakes): sudo pmset -a powernap 0

Why the previous settings failed

Standard "System Settings" toggles in 26.4 often fail to write to the com.apple.PowerManagement.plist correctly due to a bug in the UI. By using the pmset commands above, you are forcing the instructions directly into the power management kernel.

Next Steps

  1. Apply those three commands.
  2. Restart your Mac (crucial for pmset changes to stick in the NVRAM).
  3. Put the Mac to sleep and wait 10 minutes.

If the drives stay unmounted, we’ve successfully silenced the "WiFi Ghost." If they still mount, it means the hardware handshake on the Thunderbolt bus is happening even without a network trigger, which would point toward a physical dock/hub issue.

Quick check: Do you have "Find My Mac" enabled? That is likely what is requesting those _updateTCPKeepaliveTimeoutCounters seen in your log.

43 replies

May 27, 2026 8:23 PM in response to Msterbeau

I'm on 26.5 and just had this happen to me today. I have a shortcut that I run at the end of the day that closes Outlook and Teams and unmounts all external drives, including a TimeMachine drive. Somewhere along the way, I believe in 26.4, the unmountnig for my TM drive broke. Now it tries to unmount every snapshot when I unmount the drive. That has been happening for a few weeks, then today, after running the shortcut, I noticed two of the 5 volumes still mounted. I clicked the Eject icon in Finder and by the time I moved from the first drive to eject the second, the first had remounted itself. I ejected them both multiple times, never got an error, they just kept remounting themselves. I finally managed to eject both fast enough to pull the cable before they could remount. They are going through a Thunderbolt OWC Dock, but this is the first time I've had these issues and I've had the dock for years.

Apr 1, 2026 4:22 PM in response to Msterbeau

Same issue of unmounted disk be mounted a short while after being manually unmounted. No computer sleeping involved. A few minutes after being unmounted they are mounted again. No backup software running. Time Machine set to back up manually only. However, remounting of multiple disks happens without Time Machine having run. Issue only started happening since updating to 26.4

Mac Mini M4, Tahoe 26.4

Apr 1, 2026 5:13 AM in response to Msterbeau

An additional problem that I'm guessing could be related is that Time Machine will now not write to one of my external drives that are mounting after sleep, and this too is since updating to MacOS 26.4. TM attempts to write, then fails. That really does need to be fixed soon, as no backups is not good. I've reported this to Apple, too.

External Hard Drives Randomly Re-mounting after Tahoe 26.4 Update

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.