Skip to content

Linux Raid/disks configuration detection tool with auto contained disk tools.

License

Notifications You must be signed in to change notification settings

ARPABoy/hardwareAnalyzer

Repository files navigation

hardwareAnalyzer: Linux Raid/disks configuration detection tool with auto contained disk tools.

MegaRaid/PERC/SAS2IRCU/ADAPTEC/SoftRAID/ZFS/Btrfs/LVM/Disks Linux support.

Table of contents:


Initial setup:

git clone https://github.com/ARPABoy/hardwareAnalyzer.git
cd hardwareAnalyzer
go mod tidy
go build
./hardwareAnalyzer

Screenshots:

PERC SAS2IRCU
SoftRaid ZFS
MegaRaid Btrfs
LVM MotherBoard

CLI parameters:

You can get available command line options via:

go run hardwareAnalyzer.go -h

Also you can check unitary tests running:

go test ./...
go test ./... -coverprofile=coverage.out && go tool cover -func=coverage.out

Software provided by kr0m(ARPABoy): https://alfaexploit.com

About

Linux Raid/disks configuration detection tool with auto contained disk tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages