Is there anyway to map a Windows disk partition( c:/, d:/) to Linux (running as guest on top of Windows host Type-2 hypervisor)?
There are few solution like a shared folder in VirtualBox, however, this doesn't give a block device view of the Windows drive . I am exploring to see if the Windows drive can directly be mapped into the Linux guest, and presented as sort of psuedo device which can be mounted, and can seen as a device within Linux.
I feel it can be achieved through the Windows filter driver. Is there a clean way of doing this, from Linux's side as opposed to Windows?