admin 管理员组文章数量: 1103785
记一次帮同学修VMware Linux虚拟机的bug经历,启动后一直刷新
Assuming drive cache: write through
/dev/std1: 一堆数字 clean, 一堆数字 blocks
下意识搜索第一条,尝试了各种方案:
- CD/VCD连接
- 修改黑名单
- 修改grub文件
都没用
后来搜到一个大佬的说法:
The message "Assuming drive cache: write through"
is from sd_read_cache_type () in the kernel and
occurs when revalidating the device.
The kernel could not determine
the drive caching characteristics
so it defaulted to
assuming it could support write through
and so it emitted this message.
意思是这不是个错误,只是提示信息,于是明白了问题在第二行 /dev/std1: clean, blocks
进入root恢复模式,查看了下磁盘,发现 /dev/std1占用率100%,于是清了下VMware的缓存就可以了
本文标签: 提示信息 错误信息 Drive assuming Write
版权声明:本文标题:Assuming drive cache: write through,可能不是错误信息,只是提示信息 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.520sys.cn/xp/1755028758a1458820.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论