IT Mode: Difference between revisions
Jump to navigation
Jump to search
Created page with "Flashing a SAS controller to IT Mode configures the SAS controller to provide the operating system with direct access to each of the attached drives; instead of a single RAID device. Tools are provided to build a FreeDOS USB image that comes bundled with the necessary tools and helpful scripts to switch your SAS controller over to "IT Mode". == Preparing the FreeDOS Image == <nowiki> git clone https://git.15h.org/rane/itmode.git cd itmode make</nowiki> == Flashing..." |
|||
| Line 2: | Line 2: | ||
== Preparing the FreeDOS Image == | == Preparing the FreeDOS Image == | ||
'''Debian Dependencies''' | |||
<nowiki> | |||
apt install curl p7zip mtools</nowiki> | |||
'''Prepare the image''' | |||
<nowiki> | <nowiki> | ||
git clone https://git.15h.org/rane/itmode.git | git clone https://git.15h.org/rane/itmode.git | ||
Revision as of 05:07, 16 December 2025
Flashing a SAS controller to IT Mode configures the SAS controller to provide the operating system with direct access to each of the attached drives; instead of a single RAID device. Tools are provided to build a FreeDOS USB image that comes bundled with the necessary tools and helpful scripts to switch your SAS controller over to "IT Mode".
Preparing the FreeDOS Image
Debian Dependencies
apt install curl p7zip mtools
Prepare the image
git clone https://git.15h.org/rane/itmode.git cd itmode make