Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • LVM can be used to implement RAID. It supports stripping and mirroring. Commented Mar 10, 2013 at 16:44
  • One benefit of using LVM over hardware RAID is that the disk configuration is portable, you can move your disks to another server and as long as the kernel implements a modern version of LVM you can access your data. With hardware RAID, controllers die and your data may or may not ever get back online, usually the recovery or migration to another machine involves restoring from backups. Commented Oct 28, 2013 at 21:11