Cheers folks. I have a question RE Hyper-V guest operating system accessing a physical hard drive from the host, and using BitLocker drive encryption.
Currently, I have a linux VM that has a bunch of database data on it, and I'd like to pull that data off onto an external hard drive that I have directly plugged into the Hyper-V host backplane. The drive does show up in the host Windows OS, and I was able to configure BitLocker encryption on the physical drive with "Password Protector - Password" as the protection mode. Alas, in order to attach this physical drive to the VM in pass-thru mode, the disk needs to be offline and when that happens the drive becomes BitLocker locked.
In addition to BitLocker protecting a Hyper-V guest non-boot drive, I also need to format this drive in a way that the Linux OS and a Windows host will be able to read. Before I continue further down this path I need to know: Does BitLocker work on non-NTFS formatted hard drives? Would it work on a Fat32 filesystem drive or even a ext4 filesystem?
Cheers, SAM