Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IOCTL_DISK_VERIFY的文档说:
验证固定磁盘上的指定范围。
但是,这是什么意思?我何时以及为什么需要这样做?
这意味着设备验证指定的范围(范围)。它读取数据,如果可以正确读取,则命令成功,否则失败。在任何一种情况下都不会返回任何数据。
通常没有理由使用此 IOCTL。