如何阻止操作系统写入磁盘
我想阻止操作系统在短时间内访问硬盘。
I want to prevent the Operating System from accessing the hard drive for short period of time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想阻止操作系统在短时间内访问硬盘。
I want to prevent the Operating System from accessing the hard drive for short period of time.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您无法阻止操作系统使用磁盘。
You can't prevent the OS from using the disk.
在此期间拔掉磁盘。
By unplugging the disk for that period.
为文件系统或卷设备制作过滤驱动程序。小心页面文件操作。
Make filter driver for filesystem or volume device. Be caution with pagefile operations.