mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 05:15:33 +00:00
Clarify device support in documentation.
This commit is contained in:
@@ -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
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user