Re: Win32 Write RAW Physical Disk Python 3.3.2

2014-02-21 Thread khanta
Can anyone tell me if it is not possible? It would save me a lot of time. Has anyone ever written to the raw disk on windows? On Wednesday, February 19, 2014 7:42:02 AM UTC-5, khanta wrote: > Hello, > > I am trying to write to the raw physical disk on Windows 8.1 but I > &g

Win32 Write RAW Physical Disk Python 3.3.2

2014-02-19 Thread khanta
Hello, I am trying to write to the raw physical disk on Windows 8.1 but I get an error: PermissionError: [Errno 13] Permission denied: '.\\PHYSICALDRIVE2' OS: Windows 8.1 Python: 3.3.2 Drive is a USB drive Running as administrator Code Snippet: with open(r"\\.\PHYSICALDRIVE2\\",