I want to Install & Configure Ubuntu Server as my Home Server.
These are my requirements.
Configuration for RAID (2 desktop HDD each with 1TB) Which RAID configuration is best suited for retaining data even if an HDD fails?
Main purpose of above step is for configuration of File Server accessible by all devices (Between PC, Mobiles, TV).
- Backup Server for my Desktop and Mobiles.
Awaiting your valuable suggestions and inputs
Regards,
Ananda
1 Answer
With two hard disks you have only two options for software RAID, which is RAID0 and RAID1.
RAID0 is pretty uncommon and only for setups where speed is important. With RAID0 one will lose all data if one disk breaks.
RAID1 is mirroring, and perfect for your setup. If one disk breaks you would have a mirrored copy on the other disk.
See also :
2