Raw partition access in Windows Vista [closed]
Asked Answered
S

1

2

Accessing a raw disk partition in Windows Vista requires kernel mode control, as opposed to for instance WinXP where you can access it from user mode.

However, I've heard that when it comes to USB flash memory, a partition can still be accessed from user mode even on Windows Vista.

Is this true?

Regards

/Robert

Sade answered 22/10, 2008 at 9:0 Comment(1)
I have set a bounty on a similar question CreateFile: direct write operation to raw disk “Access is denied” - Vista, Win7. Could you help me?Municipal
V
2

You can do this on Vista, you may need admin rights, but no special kernel mode driver is needed.

This question shows how to do it How do I read a disk directly with .Net? I was reading the data off the USB stick directly as the file system on the stick was corrupted.

Vesica answered 2/3, 2010 at 21:26 Comment(2)
I have a similar question, could you help me? CreateFile: “Access is denied” even with Administrator privileges - Win7Municipal
@Municipal Sorry I haven't tried writing directly.Vesica

© 2022 - 2024 — McMap. All rights reserved.