Community Solution

ZimaOS USB Drive Keeps Unmounting: What to Check

After upgrading to ZimaOS 1.5.3, a user's USB backup disk repeatedly unmounted until it was moved to another USB port.

Symptoms After the ZimaOS 1.5.3 Upgrade

The user reported that a USB backup disk remained physically detected but became unmounted after some time. Setting Disk Standby to Never and adding an fstab entry did not stop the behavior. Moving the drive to another USB port did.

First Check Whether the Device Reset

When the problem happens, inspect recent kernel messages with dmesg | tail -n 30 and look for USB resets, I/O errors, disconnect/reconnect events, or filesystem errors. The Linux kernel's USB power-management documentation explains autosuspend behavior.

Why fstab Does Not Fix a Physical USB Reset

fstab controls how a known filesystem is mounted; it cannot prevent a USB bridge, cable, port, enclosure, or controller from briefly disappearing. In this case the user had already configured UUID-based mounting, and the strongest practical clue was that another port remained stable.

A Safer Troubleshooting Order

Test another port, cable, and powered enclosure if applicable; collect kernel logs; verify filesystem health; then test power-management changes only as diagnostics. Do not permanently disable power features until the evidence supports that cause. Current ZimaOS storage behavior is described in the storage setup guide, and the NAS file-sharing guide can help validate access after remounting.