解决方法 这实际上取决于所使用的文件系统.这可能是指stat.blksize文件系统属性.access_log:
An optional third parameter indicates the size of the buffer
If write buffering is used,this size cannot exceed the size of the atomic disk write for that filesystem.
从stat(2)手册页:
struct stat { /* ... */ blksize_t st_blksize; /* blocksize for filesystem I/O */
stat(1)的-f选项似乎显示此信息,在我的linux框中,它显示4096作为块大小.
总结以上是内存溢出为你收集整理的什么是Linux文件系统的“原子磁盘写入”?全部内容,希望文章能够帮你解决什么是Linux文件系统的“原子磁盘写入”?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)