MountDock
Tipps

Kurze Antworten

Is my data damaged after a “Disk Not Ejected Properly” warning?
Usually not. The warning means macOS couldn't guarantee buffered writes reached the disk. If nothing was actively writing, nothing was lost. Run First Aid in Disk Utility to repair directory damage early.
Why does my Mac keep ejecting drives at night?
Sleep. When the Mac sleeps it can cut power to the USB bus, the drive drops off, and macOS logs an improper eject. Eject before sleep — manually or automatically — or keep the Mac from sleeping with drives attached.
How do I find which app is using my external drive?
In Terminal, run: lsof +D /Volumes/YourDrive — it lists every process holding a file on the volume. Or use a utility like MountDock, which names the app directly and offers a safe force-eject.