Glam Prestige Journal

Bright entertainment trends with youth appeal.

I want to Install & Configure Ubuntu Server as my Home Server.

These are my requirements.

  1. Configuration for RAID (2 desktop HDD each with 1TB) Which RAID configuration is best suited for retaining data even if an HDD fails?

  2. Main purpose of above step is for configuration of File Server accessible by all devices (Between PC, Mobiles, TV).

  3. 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy