Read Config Sector of IDE - Drive

Hi all,
i need information about reading the
configuration sector (ATA) of an
IDE - drive.
Somebody able to help me ?
Thanks in advance
ANDOR

“ses.gmbh” <ses.gmbh@t-online.de> wrote in message
news:3BF8AB29.DECFB9B6@t-online.de

Hi all,
i need information about reading the
configuration sector (ATA) of an
IDE - drive.
Somebody able to help me ?
Thanks in advance

open() /dev/hd0 and read() the blocks. You can lseek to the position
where you want to read.

ANDOR