Get premium membership and access questions with answers, video lessons as well as revision papers.

Why might filesystems managing external storage devices do write-through caching (avoid buffering writes) even though there is a detrimental affect on performance

      

Why might filesystems managing external storage devices do write-through caching (avoid buffering writes) even though there is a detrimental affect on performance

  

Answers


Faith
Write-through caching is necessary on external drives in order to maintain reliability and avoid data loss
in situations where the drive controller is compromised through an event (a kernel panic, power failure,
or most commonly – simply being unplugged) where the buffer cache is lost. It is always much safer to
have critical data written to physical disk blocks, despite the high cost of disk I/O operations.
Titany answered the question on April 26, 2022 at 11:57


Next: What does flushd do on a UNIX system?
Previous: Describe the difference between external and internal fragmentation. Indicate which of the two are most likely to be an issues on a) a simple memory memory...

View More Operating Systems Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions