Re: [Qemu-devel] [Bug 1415181] Re: Access raw partitions from Windows

2015-01-28 Thread Sebastián Lacuesta
Well, the tablet calls \\.\PhysicalDrive0 to the entire disk and \\.\PhysicalDrive2 a mounted pendrive. Looking at disk administration,, \\.\PhysicalDrive0 has the following partition schema: - 2GB Recover partition - 500M EFI partition - 15,04 Windows C: Partition - 6G Raw partition (no data, here

[Qemu-devel] [Bug 1415181] Re: Access raw partitions from Windows

2015-01-27 Thread Stefan Weil
I am not sure whether I have understood your request completely. QEMU can access raw partitions if the OS supports them. MS Windows supports physical partitions and calls them \\.\PhysicalDrive0, \\.\PhysicalDrive1 and so on. Admin rights are required to access these devices. Depending on your shel