Board index » delphi » Help me read physical sectors on the hard drive with Delphi 1

Help me read physical sectors on the hard drive with Delphi 1

Hi there,

I want to read physical sectors (boot sector) on a fixed disk.
The reason for this is because the volume label and the serial
number of the disk is stored here.

Can someone help me accomplish this please...

Please reply to my email address as well since I can not read this
newsgroup regularly.

Any help appreciated.

--
Regards,
Leendert Meyer.

  - Obviousness is always the enemy of correctness -

 

Re:Help me read physical sectors on the hard drive with Delphi 1


Hello

You can use Win32 API for this purpose.

Try GetVolumeInformation().

Victor Ishikeev

On Tue, 08 Apr 1997 11:52:04 +0000, Leendert Meyer

Quote
<leend...@inetsys.alt.za> wrote:
>I want to read physical sectors (boot sector) on a fixed disk.
>The reason for this is because the volume label and the serial
>number of the disk is stored here.

Re:Help me read physical sectors on the hard drive with Delphi 1


Dit is een meerdelig bericht in MIME-indeling.

------=_NextPart_000_01BC44DD.BFF38500
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Leendert Meyer <leend...@inetsys.alt.za> schreef in artikel
<334A3164.57813...@inetsys.alt.za>...

Quote
> Hi there,

> I want to read physical sectors (boot sector) on a fixed disk.
> The reason for this is because the volume label and the serial
> number of the disk is stored here.

> Can someone help me accomplish this please...

> Please reply to my email address as well since I can not read this
> newsgroup regularly.

> Any help appreciated.

> --
> Regards,
> Leendert Meyer.

>   - Obviousness is always the enemy of correctness -

I've found something on http://www.informant.com/undu/dn970301/00000006.htm

It's called Learning to Drive.
------=_NextPart_000_01BC44DD.BFF38500
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<html><head></head><BODY bgcolor=3D"#FFFFFF"><p><font size=3D2 =
color=3D"#000000" face=3D"Arial">Leendert Meyer &lt;<font =
color=3D"#0000FF"><u>leend...@inetsys.alt.za</u><font =
color=3D"#000000">&gt; schreef in artikel &lt;<font =
color=3D"#0000FF"><u>334A3164.57813...@inetsys.alt.za</u><font =
color=3D"#000000">&gt;...<br>&gt; Hi there,<br>&gt; <br>&gt; I want to =
read physical sectors (boot sector) on a fixed disk.<br>&gt; The reason =
for this is because the volume label and the serial <br>&gt; number of =
the disk is stored here. <br>&gt; <br>&gt; Can someone help me =
accomplish this please...<br>&gt; <br>&gt; Please reply to my email =
address as well since I can not read this<br>&gt; newsgroup =
regularly.<br>&gt; <br>&gt; Any help appreciated.<br>&gt; <br>&gt; -- =
<br>&gt; Regards,<br>&gt; Leendert Meyer.<br>&gt; <br>&gt; &nbsp;&nbsp;- =
Obviousness is always the enemy of correctness -<br>&gt; <br><br>I've =
found something on =
http://www.informant.com/undu/dn970301/00000006.htm<br><br>It's called =
Learning to Drive.</p>
</font></font></font></font></font></body></html>
------=_NextPart_000_01BC44DD.BFF38500--

Other Threads