LBA CHS & C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

All,

I would like to use C# to read/write to sectors on a disk using Logical
Block Addressing (LBA) and Cyclinders Heads and sectors (CHS) is this
possible and if so how can I go about this?

Thanks
Msuk
 
You can't do this using C#. I'm not clear why you need this, LBA is an
device driver feature, you ain't gonnar write an ATAPI driver using C# do
you?

Willy.
 
Back
Top