M
mscotgrove
I have written Windows software to read memory sticks of all kinds via
a USB reader (www.cnwrecovery.com). This is using IOCTL commands.
I am trying to do the same with a Sony Vaio laptop that has a built in
Memory Stick reader. I can see the stick as Drive E:. I can open a
handle using CreateFile. I can also get valid drive parameters using
IOCTL_DISK_GET_DRIVE_GEOMETRY. Then things stop working.
Commands such as Inquiry, and Read do not return error messages, but do
not fill in any data either. (With USB interface they all work).
Can anyone guide me as to where I may find documentation on how to
access the memory stick at sector level.
Thanks
Michael
a USB reader (www.cnwrecovery.com). This is using IOCTL commands.
I am trying to do the same with a Sony Vaio laptop that has a built in
Memory Stick reader. I can see the stick as Drive E:. I can open a
handle using CreateFile. I can also get valid drive parameters using
IOCTL_DISK_GET_DRIVE_GEOMETRY. Then things stop working.
Commands such as Inquiry, and Read do not return error messages, but do
not fill in any data either. (With USB interface they all work).
Can anyone guide me as to where I may find documentation on how to
access the memory stick at sector level.
Thanks
Michael