Re: [PLUG] Stress-testing a hard disk (2)

2020-09-03 Thread Tomas Kuchta
If the disk is SMR (it probably is), then it will have 100GB-200GB CMR write cache. When you write, that is where the data goes. Later, the disk moves it to the SMR part. So, each write is followed by the disk FW activity/clean up. If you write more data than the cache size, without given the disk

Re: [PLUG] Stress-testing a hard disk (2)

2020-09-03 Thread Keith Lofstrom
On 9/2/20 9:43 PM, Keith Lofstrom wrote: KL> ... Is there a non-intrusive command-line hard drive test KL> tool that can stress-test a hard drive for months with KL> minimal CPU and RAM activity? ... On Wed, Sep 02, 2020 at 10:30:23PM -0700, Galen Seitz wrote: GS> ... I don't know how well the

Re: [PLUG] Stress-testing a hard disk

2020-09-03 Thread Jason Barnett
I recently purchased a 10TB Seagate USB3 drive and it had an IronWolf SATA drive in it. I just did basic functionality tests and then shucked it. I trust the IronWolf drives for reliability and will maintain an off site (encrypted) backup as well, so the reliability of the drive is well within my c

Re: [PLUG] Stress-testing a hard disk

2020-09-03 Thread tomas . kuchta . lists
I guess that you are hoping to find SATA drive inside the enclosure. If true - you might be disapointed as a lot of these drives have native USB interface under the hood - unless you already know otherwise. Additionally - the drive is most likely SMR - so your test should take that into account a

Re: [PLUG] Stress-testing a hard disk

2020-09-02 Thread Larry Brigman
In my former life as a test engineer for a disk company, we used custom testers to stress-test. That eventually moved to custom code loaded directly on the device to do the work. When I moved to Linux we used direct-io libraries to write and read/verify random or patterned data to the drive; in bot

Re: [PLUG] Stress-testing a hard disk

2020-09-02 Thread Galen Seitz
On 9/2/20 9:43 PM, Keith Lofstrom wrote: I bought an 8TB Seagate USB3 drive Real Cheap at Costco, which I will eventually "shuck" to get at the SATA hard drive inside. Voiding the hell out of the warranty, so I would like to stress test it for a few months before I open the case. There are many

[PLUG] Stress-testing a hard disk

2020-09-02 Thread Keith Lofstrom
I bought an 8TB Seagate USB3 drive Real Cheap at Costco, which I will eventually "shuck" to get at the SATA hard drive inside. Voiding the hell out of the warranty, so I would like to stress test it for a few months before I open the case. There are many tools (like bonnie++) that can thrash a har