windows windows同步文件系统命令
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2411827/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Sync File System command for windows
提问by Dan
Is there an equivalent command on windows for the UNIX/Linux sync
command? I need to verify all writes caches have been flushed to disk system wide on an as needed basis. I don't want to disable write caching on the hard drives.
Windows 上是否有与 UNIX/Linuxsync
命令等效的命令?我需要根据需要验证所有写入缓存是否已刷新到磁盘系统范围内。我不想禁用硬盘驱动器上的写缓存。
回答by Anders Abel
There is a similar command available for Windows at http://technet.microsoft.com/sv-se/sysinternals/bb897438(en-us).aspx
在http://technet.microsoft.com/sv-se/sysinternals/bb897438(en-us).aspx 上有一个适用于 Windows 的类似命令