Is it possible to encrypt 2 SSD disks in software RAID 1 on Windows 10?

How can I best protect / encrypt two SSD disks in software RAID 1? Windows 10 doesn't offer the BitLocker option on RAID 1 disks, but still I would like to encrypt them somehow. Especially for the situation when the whole server gets stolen.

0

2 Answers

Store critical files/softwares in encrypted VHD (Virtual Hard Disk).

You need to unlock volumes manually (automatic with local stored key unsafe) on every restart (but normally it not happens often).

  1. Create VHD on the software RAID volume, encrypt it with ex. BitLocker.
  2. Install critical data/softwares to the VHD disk (you can use separate drive letter or attach it to an empty folder).
  3. Each time you restart system, you need to unlock the VHD manually (you can do it via Remote Desktop or BitLocker Network Unlock feature)

One of my server storage is 8x8TB hard disk drives, all in one spanned volume. I created a 64TB VHDX, encrypted with BitLocker. If server was stolen, I don't worry about the data, because unlock key not stored on the server.

1

Bitlocker dosen't support encryption of SOFTWARE RAID, only hardware RAID.

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

You Might Also Like