How to test if a HDD is SMR using FIO

How to test if a HDD is SMR using FIO

HomeOther ContentHow to test if a HDD is SMR using FIO
ChannelPublish DateThumbnail & View CountActions
Channel Avatar ElectronicsWizardry2020-06-28 21:48:55 Thumbnail
5,424 Views
I show how to test if a drive is SMR using FIO in Linux. SMR drives can be much slower in some workloads and are often not labeled well, so this is easy to use method that will easily show if a drive is smr or not. This test can run on any systems with FIO, and I use a Fedora 32 install as a example. It can also run from a live disk.

Here is the command I used to test the drives

sudo fio —name=smrtest —direct=1 —readwrite=randwrite —bs=1M —iodepth=4 —filename=/dev/sdb

Please take the opportunity to connect and share this video with your friends and family if you find it useful.