PC Review Forums Newsgroups Windows XP Windows XP Embedded [OT?] How to find out EOL for ATA flash drive?

Reply

[OT?] How to find out EOL for ATA flash drive?

 
Thread Tools Rate Thread
Old 16-10-2003, 12:15 PM   #1
Jesper Hansson
Guest
 
Posts: n/a
Default [OT?] How to find out EOL for ATA flash drive?


From the manufacturer of the flash drives that we use
(SimpleTech), we have received a document that describes
the ATAPI EOL command, which can be used to find out the
status of the flash-memory cells. They did not, however,
provide a program for performing this check.

Now, do I have to write a program myself that can send and
receive ATAPI commands (how?), or is there a utility "out
there" that for a cheap price can do this for me?

Best regards
Jesper Hansson
  Reply With Quote
Old 16-10-2003, 01:05 PM   #2
Slobodan Brcin
Guest
 
Posts: n/a
Default Re: [OT?] How to find out EOL for ATA flash drive?

For utility I don't know but others may know some.

If DDK you can try to read more on SMART_SEND_DRIVE_COMMAND. It should do
something similar but I don't know if it will let command you specified to
pass.
It is strange that there is no standard or extended IOCTL code that will
allow you to request driver to do this operation instead. You should check
in Windows SDK and DDK for IOCTL_DISK_* codes, they may be way to avoid
using ATAPI codes.

Check also this link, although I think it won't be much useful for you with
this problem.
http://www.microsoft.com/whdc/hwdev...mspx#XSLTsectio
n124121120120


You should also post this question to
microsoft.public.win32.programmer.kernel


Best regards,
Slobodan


"Jesper Hansson" <jesper.hansson@no.spam.balthazar.se> wrote in message
news:2c8ba01c393d6$d3482170$a601280a@phx.gbl...
> From the manufacturer of the flash drives that we use
> (SimpleTech), we have received a document that describes
> the ATAPI EOL command, which can be used to find out the
> status of the flash-memory cells. They did not, however,
> provide a program for performing this check.
>
> Now, do I have to write a program myself that can send and
> receive ATAPI commands (how?), or is there a utility "out
> there" that for a cheap price can do this for me?
>
> Best regards
> Jesper Hansson



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off