Path: csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!not-for-mail From: jeffj@panix.com (Jeff Jonas) Newsgroups: comp.os.linux.hardware Subject: Re: Disappearing USB drives Date: Sun, 28 Jun 2020 02:37:30 +0000 (UTC) Organization: ferretronix.com Lines: 19 Message-ID: References: NNTP-Posting-Host: panix5.panix.com X-Trace: reader1.panix.com 1593311850 7225 166.84.1.5 (28 Jun 2020 02:37:30 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Sun, 28 Jun 2020 02:37:30 +0000 (UTC) Xref: csiph.com comp.os.linux.hardware:3423 > I'm trying to find the solution to USB drives 'disappearing' > while being accessed. > The drives affected are THREE different external USB drives, > two Western Digital 8TB drives > and a smaller Seagate 2TB drive If the problem is happening while writing, check the log with 'dmesg' for USB or drive errors. That's the best clue for what's triggering the cascade of problems. If the drive goes offline after being idle for 1/2 hour, the drive is going into "power save mode", something Linux knows nothing about. My workaround was to put the drive on a Windows system and using the mfgr's utility to set power-save to "never" so the drive stays spinning. -- jeffj --