Clarify device support in documentation.

This commit is contained in:
Alexander Shaduri
2024-11-19 18:21:34 +04:00
parent 93384e4c37
commit 17b6ea23b4
3 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ all the available packages of GSmartControl.
### Supported Hardware
GSmartControl supports ATA drives (both PATA and SATA), NVMe drives,
various USB to ATA bridges, and drives behind some RAID controllers.
GSmartControl supports SATA, PATA, and NVMe drives, as well as drives
behind some USB bridges and RAID controllers.
Please see the
[Supported Hardware](https://gsmartcontrol.shaduri.dev/supported-hardware) page
for more information.
+2 -2
View File
@@ -42,8 +42,8 @@ all the available packages of GSmartControl.
### Supported Hardware
GSmartControl supports ATA drives (both PATA and SATA), NVMe drives,
various USB to ATA bridges, and drives behind some RAID controllers.
GSmartControl supports SATA, PATA, and NVMe drives, as well as drives
behind some USB bridges and RAID controllers.
Please see the
[Supported Hardware](https://gsmartcontrol.shaduri.dev/supported-hardware) page
for more information.
+15 -15
View File
@@ -5,22 +5,22 @@ permalink: /supported-hardware
# Supported Hardware
GSmartControl supports ATA drives (both PATA and SATA), NVMe drives,
various USB to ATA bridges, and drives behind some RAID controllers.
GSmartControl supports a wide range of hard disk and solid-state drives:
- ATA (SATA and PATA) drives
- NVMe drives
- ATA and NVMe drives behind some USB bridges. See
[USB Devices and Smartmontools](https://www.smartmontools.org/wiki/USB)
for more information.
- ATA drives behind some RAID controllers:
- Adaptec (Linux, selected models only)
- Areca (Linux, Windows)
- HP CCISS (Linux)
- HP hpsa / hpahcisr (Linux)
- Intel Matrix Storage (CSMI) (Linux, Windows, FreeBSD)
- LSI 3ware (Linux, Windows)
- LSI MegaRAID (Windows)
See [Smartmontools USB Device Support](https://www.smartmontools.org/wiki/Supported_USB-Devices)
page for an (incomplete) list of supported USB to ATA bridges.
GSmartControl supports the following RAID controllers:
- Adaptec (Linux, selected models only)
- Areca (Linux, Windows)
- HP CCISS (Linux)
- HP hpsa / hpahcisr (Linux)
- Intel Matrix Storage (CSMI) (Linux, Windows, FreeBSD)
- LSI 3ware (Linux, Windows)
- LSI MegaRAID (Windows)
Note: Smartmontools supports even
**Note:** Smartmontools supports even
[more RAID Controllers](https://www.smartmontools.org/wiki/Supported_RAID-Controllers).
The drives behind such controllers can be manually entered in GSmartControl using
<tt>Add Device...</tt> functionality or `--add-device` command-line option.