From e925fd02ce9d5a2433558025b92a4fa90cd2815e Mon Sep 17 00:00:00 2001 From: Baruch Even Date: Mon, 19 Feb 2024 18:40:55 +0200 Subject: [PATCH] Update readme with supported devices Closes #65 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2fdd37d..c0918a9 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ In essence badblocks looks for fatal issues already happening and diskscan is fo Also, badblocks is essentially obsolete in this day and age since the disks themselves will reallocate the data and there is no real need to map the bad blocks in the filesystem level anymore. +# Supported Drives + +This tool is focused on SAS/SATA drives that work through the SCSI interface of the kernel. + +SD Cards and NVMe devices are not currently scannable with this tool. + ## Build This project is using CMake, on Debian/Ubuntu it is as simple as: