如何将硬盘驱动器扇区写入保留?
我正在对硬盘进行十六进制编辑,我想将某些硬盘驱动器扇区标记为保留,以便它们不会被 Windows(Vista 或 7)覆盖。我认为这是可能的,因为在碎片整理过程中,磁盘表示有些扇区不可移动。
我该怎么做?
I am hex editing a hard disk and I would like to mark some hard drive sectors as reserved so that they are not overwritten by Windows (Vista or 7). I think this is possible, since during a defrag, the disk says that there are some sectors that aren't movable.
How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否考虑过将它们标记为 NTFS 中的坏块?这将使 Windows 完全绕过它们。
Have you considered marking them as bad blocks within NTFS? This will make Windows bypass them completely.