Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Re: [lpc2000] Re: MMC/SD support on LPC2000

2006-01-17 by David Hawkins

Carsten Gr\ufffdn wrote:
> Yup,
> 
> if that works, it is sure simple ! 
> The only problem is that I would really hate (and so would the 
> people using the PC software) to install lotsa software to use that 
> feature (cygwin etc)....

There's nothing special about the Cygwin technique, it
just uses the standard Linux tools. Under the hood its using a
Windows call ...

http://disktype.sourceforge.net/doc/ch01s04.html

Windows name: \\.\PHYSICALDRIVE2

so ...

   HANDLE h = CreateFile("\\\\.\\PHYSICALDRIVE2" ...

or whatever the Windows device names are.

Take a look around Microsoft for 'raw device access' or something
like that.

Dave

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.