Linux Software RAID - A Belt and a Pair of Suspenders
Linux comes with software-based RAID that can be used to provide either a performance boost or add a degree of data protection. This article gives a quick introduction to Linux software RAID and walks through how to create a simple RAID-1 array.
Wednesday, August 19th, 2009
There is an old phrase about wearing a belt and a pair of suspenders if you want to make sure your pants stay up (why haven’t plumbers figured that out?). The point of the phrase is that if you want to be sure that your plans will happen you should have a backup plan as well. In the case of file systems this is literally the truth. If you want to make sure you don’t lose any data, do backups as well as provide some other form of data protection. That something else for data protection is RAID (Redundant Array of Inexpensive Disks).
This article is a brief introduction to software RAID, which is really md (Multiple Device Driver) for Linux. As with the article on LVM, this article is just a quick introduction and not a deep tutorial. The intent is to quickly demonstrate Linux software…
Please log in to view this content.
Read More
- Bcache Testing: Throughput
- Hard Drive Caching with SSDs
- Cool User File Systems: GlusterFS
- Cool User File Systems: ArchiveMount
- Cool User File Systems, Part 1: SSHFS
|