|
<paypal></paypal> Please leave a tip |
[?] |
RAID
From Sy
Computers > Data > Security > Data security > Backups > RAID
Contents |
[edit] Software RAID / SoftRAID
Computers > Security > Computer security > RAID > Software
- EVMS - Enterprise Volume Management System -- Can do software RAID.
- raidtools -- Tried and true.
- LVM - Logical Volume Management
from a mailing list:
Assuming you have data on sda1 and wish to mirror to sdb1, here are the steps I have used in the past:
- step one, make sure you have a full backup of your data on external device
- create a degraded RAID1 (single device using sdb1)
- mirror your data manually (I use tar) from sda1 to your raid device (md0 perhaps?)
- mount the raid device, reboot, etc ... whatever you wish to be confident that your copy is intact (perhaps diff -rq)
- once you're confident that your one-legged raid is good to go bring sda1 into the fold (used to be raidhotadd, these days it's "mdadm --manage ???")
It would be good (perhaps essential?) to set the partition types on both partitions to raid autodetect.
[edit] VinumVM
http://www.freebsddiary.org/vinum.php
[edit] Other
- gvinum
- gmirror
- gstripe
gstripe label -v -s somenumber data /dev/mumble1 /dev/mumble2
FreeBSD System Disk Mirroring: How to establish a RAID-1 for the system partitions
[edit] Hardware RAID
- http://www.3ware.com/3ware_home.htm -- well-known and loved.
- ARAID99-500 IDE RAID-1 - w/ Hot-Swap, Auto-Rebuild and Remote Management
- Arco Hardware RAID

