Hi

I'd like to read and write directly from/toto a harddisk. What type of
driver do I need here? So what I want is to access the disk like e.g.
PartitionMagic does... any ideas how to do this? (I don't think it's
possible without driver... or am I wrong?)

thanks
MR

Re: access the harddisk bitwise by Maxim

Maxim
Mon Jun 21 06:47:34 CDT 2004

Open the file named \\.\PhysicalDrive0 or \\.\PhysicalDrive1 or such.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"Meier Rudolf" <meiru@gmx.net> wrote in message
news:OwTyEL3VEHA.1340@TK2MSFTNGP10.phx.gbl...
> Hi
>
> I'd like to read and write directly from/toto a harddisk. What type of
> driver do I need here? So what I want is to access the disk like e.g.
> PartitionMagic does... any ideas how to do this? (I don't think it's
> possible without driver... or am I wrong?)
>
> thanks
> MR
>
>



Re: access the harddisk bitwise by Meier

Meier
Mon Jun 21 15:54:35 CDT 2004

"Maxim S. Shatskih" <maxim@storagecraft.com> schrieb im Newsbeitrag
news:eqmAQU4VEHA.3596@tk2msftngp13.phx.gbl...
> Open the file named \\.\PhysicalDrive0 or \\.\PhysicalDrive1 or such.

:-) easier than I thought... I also found some code about this (ok...
pascal... but anyway) ... thanks
MR

> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
> http://www.storagecraft.com
>
>
> "Meier Rudolf" <meiru@gmx.net> wrote in message
> news:OwTyEL3VEHA.1340@TK2MSFTNGP10.phx.gbl...
> > Hi
> >
> > I'd like to read and write directly from/toto a harddisk. What type of
> > driver do I need here? So what I want is to access the disk like e.g.
> > PartitionMagic does... any ideas how to do this? (I don't think it's
> > possible without driver... or am I wrong?)
> >
> > thanks
> > MR
> >
> >
>
>