// Tutorial Series //
How To Configure RAID Arrays on Ubuntu
How To Configure RAID Arrays on Ubuntu

Introduction

RAID allows you to manage separate storage drives as a unified device with better performance or redundancy properties. In this series, we’ll walk through RAID concepts and terminology, create software RAID arrays using Linux’s mdadm utility, and learn how to manage and administer arrays to keep your storage infrastructure running smoothly.

Summary View
detailed View
// Tutorial //

This article introduces some fundamental concepts related to arranging storage devices in RAID arrays. RAID can be used to improve the redundancy or performance characteristics of your storage infrastructure. This guide discusses some key terminology you might come across, introduces how implementation details affect your arrays, and covers some of the pros and cons of various RAID levels.

// Tutorial //

How To Create RAID Arrays with mdadm on Ubuntu 22.04

Published on October 20, 2022 · Updated on October 20, 2022

The mdadm utility can be used to create and manage storage arrays using Linux’s software RAID capabilities. Administrators have great flexibility in coordinating their individual storage devices and creating logical storage devices that have greater performance or…

// Tutorial //

How To Manage RAID Arrays with mdadm on Ubuntu 22.04

Published on October 20, 2022 · Updated on October 20, 2022

In this guide, we discuss how to use Linux’s mdadm utility to manage RAID arrays and perform day-to-day administrative tasks. We cover how to start, stop, or remove RAID arrays, how to find information about both the RAID device and the underlying storage components, and how to adjust the RAID size and add spares to existing arrays.

Check out all our Tutorial Series

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in our Questions & Answers section, find tutorials and tools that will help you grow as a developer and scale your project or business, and subscribe to topics of interest.

Sign up now

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up