LBA 级磁盘访问

发布于 2024-10-07 17:48:00 字数 113 浏览 3 评论 0原文

向 SATA 磁盘发出磁盘命令(从 lba n 等读取 k 个块)的最佳方法是什么?操作系统的选择并不重要。我还需要能够发出 ATA 命令。我宁愿通过工具/应用程序来完成此操作,而不是以编程方式使用 ioctl。

What's the best way to issue disk commands (read k blocks from lba n etc.) to a SATA disk? The choice of OS does not matter. I also need to be able to issue ATA commands. I would rather do this through a tool/application than use ioctls programmatically.

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

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

发布评论

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

评论(1

落花随流水 2024-10-14 17:48:00

在 Linux 上,http://tldp.org/HOWTO/SCSI-Generic-HOWTO/ 正是您想要的 - 您可以从用户模式 ​​100% 控制驱动器,就像在内核模式下一样。如今,SATA 驱动器在 Linux 上注册为 SCSI(现代 ATA 命令有意与 SCSI 命令相似)

On Linux, http://tldp.org/HOWTO/SCSI-Generic-HOWTO/ is exactly what you're going for - you can control the drive 100% from user mode, just like you would have to in kernel mode. SATA drives register as SCSI on Linux these days (and modern ATA commands are intentionally similar to SCSI commands)

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