直接控制ATA命令

发布于 2024-07-25 10:37:26 字数 251 浏览 12 评论 0 原文

我正在做硬盘分析,想知道是否有办法在windows下直接控制ATA硬盘。 简而言之,我想做一些类似数据包嗅探器的事情,但是针对发送到硬盘驱动器或从硬盘驱动器发送的 ATA 命令。

之后,我希望能够直接向驱动器写入 ATA 命令。 如果这在 Windows 下不可能,那么 Linux 是第二选择。

第三种选择是制作一个在 PC 控制下完成所有这些工作的 FPGA。

关于标准 API 是否可以做到这一点,您有什么想法吗?

I am working on hard drive analysis, and wanted to know if there is a way to directly control an ATA hard drive under windows. In short I want to do something like a packet sniffer, but for the ATA commands sent to/from the hard drive.

After that, I'd like to be able to write ATA commands directly the drive. If this is not possible under Windows then Linux is second choice.

Third choice is to make an FPGA that does all this under PC control.

Any ideas on if this is possible from standard APIs?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

转身以后 2024-08-01 10:37:26

在 Windows 上,您可以使用

On windows you could use IOCTL_ATA_PASS_THROUGH_DIRECT ioctl to pass arbitrary ATA commands to the drive.

樱花细雨 2024-08-01 10:37:26

如果您不打算自己编写此内容,Bustrace (http://www.bustrace.com) 是被认为是执行此操作的最佳工具,它非常功能强大。

If you're not set on writing this yourself, Bustrace (http://www.bustrace.com) is considered the best-in-class tool for doing this, it's very powerful.

白云悠悠 2024-08-01 10:37:26

关于您的第三个选择(制作一个在 PC 控制下完成所有这些操作的 FPGA),有一些外部工具,例如 InFusion培训师。 不过,它们并不便宜。

Regarding your third choice (make an FPGA that does all this under PC control), there are external tools like InFusion or Trainer. They're not cheap, though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文