Assume that a file is written using write (fd, buf, K) system call, where fd is the file descriptor and K is the number of bytes to be written to the current file offset which is a multiple of the disk block size D. The total number of disk block writes required to be executed before the system call returns
1
None of the above
2
is at least K/D
3
is equal to K/D
4
is at most K/D