accessing HDD -low level 
Author Message
 accessing HDD -low level

how to access HDD (and other devices) on low level, so that I'm able to read
actual sectors. all of them. I think that on NT based machines, it works
with createfile, but i need this in 9x. i tried using int21 and it's 7305h
function, but it is 16 bit. so that is off.

any ideas?

thank you



Thu, 17 Feb 2005 02:19:41 GMT  
 accessing HDD -low level
According to KB article

            Q262347 - HOWTO: Use Int 13h in Windows 95 and Windows 98

    you need to write a VxD to do what you want.

--
Cheers
Check Abdoul
----------------


Quote:
> how to access HDD (and other devices) on low level, so that I'm able to
read
> actual sectors. all of them. I think that on NT based machines, it works
> with createfile, but i need this in 9x. i tried using int21 and it's 7305h
> function, but it is 16 bit. so that is off.

> any ideas?

> thank you



Thu, 17 Feb 2005 03:29:49 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Low Level HDD Format

2. low-level mouse access in linux

3. Low-level random-access I/O pkg sought

4. API's for low-level access

5. LOW-LEVEL HD ACCESS

6. Low Level Keyboard Access?

7. Low level keyboard access

8. Writing low-level network program using .NET

9. Capturing Lower Level Error Messages

10. Low Level Event Handling

11. Capturing Lower Level Error Messages

12. "Low level" programming

 

 
Powered by phpBB® Forum Software