0

Objective: protect the data if a laptop is stolen given that it has 2 drives in RAID 0 and it has only one user account with a very strong password? (try to avoid using BitLocker to save performance hit)

Raid controller only works for that laptop (i.e. in order to have access to that disk array you need that specific raid controller).

Given that RAID 0 splits the data across the 2 drives it's fair to say that data would not be readable by only mounting drives separately on another machine.

If the only user for that laptop has a very strong password (i.e. not breakable by brute force in a practical way), is it fair to say that the data is extremely safe from being accessed? Am I missing something?

1
  • Does BitLocker really have such a bad performance problem? I use it on my laptop and work desktop and can't say that I notice anything. I'm pretty sure the TPM module can do the encryption and decryption on the fly.
    – Cas
    Commented Nov 10, 2016 at 8:31

1 Answer 1

0

Booting the laptop from a CD or usb thumbdrive with a recovery environment (BartPE, etc) is just a driver load away from accessing the raid array. Also, if there's additional SATA headers, adding another HDD and installing another OS would also let them mount the disks.

1
  • Makes perfect sense. Should have thought about that. The case could be made that if the BIOS is secured to not allow such a thing (if the BIOS happens to be flexible enough) may "help" but I know what you will (rightly) say about that: getting another laptop with the same controller that doesn't have such constraints will enable a recovery environment to do the trick. Thanks again.
    – sbrown
    Commented Nov 3, 2016 at 15:31

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .