Articles I've written for customers on IT issues.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
768 B

\documentclass[11pt]{article}
%Gummi|065|=)
\title{\textbf{RAID on GnuLinux - Mdadm}}
\usepackage{graphicx}
\usepackage{caption }
\author{Steak Electronics}
\date{07/31/19}
\begin{document}
%\maketitle
\textbf{RAID on GnuLinux - Mdadm}
%\textbf{Todo}
\section{Overview}
There are a few options for RAID on Gnu Linux. Among them is BtrFS, ZFS, however today I will focus on the software RAID solution using mdadm. This is historically the oldest software raid, therefore should be better vetted, although its performance may be slightly less of that of the first two mentioned. For simple servers, mdadm might be the most stable choice.
\section{Details}
I've worked with this in setting up some Core 2 Duo PCs, with 2 to 4 Sata HDDs. Let's begin.
\end{document}