Writing programs to cope with I/O errors causing lost writes on Linux

前端 未结 5 823
忘掉有多难
忘掉有多难 2020-12-22 17:01

TL;DR: If the Linux kernel loses a buffered I/O write, is there any way for the application to find out?

I know you have to fsync()

5条回答
提交回复
热议问题