in Operating System retagged by
208 views
0 votes
0 votes

Assume that a file is written using write $\text{(fd, buf, K)}$ system call, where $\text{fd}$ is the file descriptor and $\text{K}$ is the number of bytes to be written to the current file offset which is a multiple of the disk block size $\text{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 $\text{K/D}$
  3. is equal to $\text{K/D}$
  4. is at most $\text{K/D}$
in Operating System retagged by
by
208 views

Please log in or register to answer this question.

Answer:

Related questions