|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: Opening a block device in Windowsby Corion (Pope) |
| on Feb 14, 2013 at 09:50 UTC ( #1018709=note: print w/ replies, xml ) | Need Help?? |
|
If you really want direct access to the raw device, like /dev/sdx under unixish/linuxish systems, you can open \\.\F: (permissions provided), potentially using CreateFile() via Win32::API. Also see this MSDN article on direct drive access, espcecially if you don't have a drive letter yet.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||