gpt4 book ai didi

linux - Linux 文件系统的 "atomic disk write"是什么?

转载 作者:IT王子 更新时间:2023-10-29 01:26:25 26 4
gpt4 key购买 nike

来自 nginx 配置文件自述文件:

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.blksize 文件系统属性。

来自stat(2)手册页:

       struct stat {

/* ... */

blksize_t st_blksize; /* blocksize for filesystem I/O */

stat(1) 的 -f 选项似乎显示此信息,在我的 Linux 机器上,它显示 4096 作为 block 大小。

关于linux - Linux 文件系统的 "atomic disk write"是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29866047/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com