Win32 Write RAW Physical Disk Python 3.3.2

Chris Angelico rosuav at gmail.com
Wed Feb 19 10:44:56 EST 2014


On Wed, Feb 19, 2014 at 11:42 PM, khanta <khanta at gmail.com> wrote:
> PermissionError: [Errno 13] Permission denied: '\\\\.\\PHYSICALDRIVE2\\\\'

Have you tried running your script as administrator? Raw writing to a
disk quite possibly is (and definitely should be) a restricted action.

ChrisA



More information about the Python-list mailing list