My machine has
Name | Model | Disk No. | Capacity |
---|---|---|---|
SDD | LITEON L8H | 0 | 240 GB |
HDD | HGST | 1 | 1 TB ( 932 Gb ) |
SDD contains: Windows 10 (for work)
HDD contains:
Partition 1 /
├─ Files ( text , imgs , video , other )
├─ System Backups
Partition 2/
├─ Boot Loader ( Grub )
├─ Windows 10
I'd like to use my HDD as a sandbox, just for games and other stuff.
And the SSD contains sensitive data and I don't want it to leak to my HDD (sandbox).
What I Need
A way to completely isolate the drives from each other so there is no way for malware to spread from to the other.
To be even more clear, suppose I'm intentionally going to infect one HDD with malware, so I need to make sure that it is impossible for it to spread to my other drive/s.
I'm not looking for a solution like:
- Use a VM (Virtual Machine)
For simple tasks, I would use a VM but for gaming / and other stuff that requires full baremetal performance.
- Unplug the SSD when you're booting into the HDD
I'm using/running a laptop so that wouldn't be efficient even with a desktop; I risk damaging the components.
I did a bit of research and found out encrypting the drive might help using Windows BitLocker. Is BitLocker good for my situation?
Some say it's a bad idea and BitLocker doesn't work on SSD's? Here
Even if you enable BitLocker encryption on a system, Windows 10 may not actually be encrypting your data. Instead, Windows 10 may be relying on your SSD to do it, and your SSD’s encryption may be easily broken.
Is it true? There are updates on the topic but I don't want to risk it. I need something that guarantees secure encryption.