- improve readability
Submitted by: Chris Petrik Differential Revision: https://reviews.freebsd.org/D5557 (based on)
This commit is contained in:
parent
eecba3d819
commit
e09f3d4522
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48347
1 changed files with 9 additions and 4 deletions
|
@ -385,12 +385,17 @@ Closing device "echo".</screen>
|
|||
block-devices almost unusable, or at least dangerously
|
||||
unreliable. The caching will reorder the sequence of write
|
||||
operations, depriving the application of the ability to know the
|
||||
exact disk contents at any one instant in time. This makes
|
||||
predictable and reliable crash recovery of on-disk data
|
||||
structures (filesystems, databases etc.) impossible. Since
|
||||
exact disk contents at any one instant in time.</para>
|
||||
|
||||
<para>
|
||||
This makes predictable and reliable crash recovery of on-disk
|
||||
data structures (filesystems, databases etc.) impossible. Since
|
||||
writes may be delayed, there is no way the kernel can report to
|
||||
the application which particular write operation encountered a
|
||||
write error, this further compounds the consistency problem.
|
||||
write error, this further compounds the consistency
|
||||
problem.</para>
|
||||
|
||||
<para>
|
||||
For this reason, no serious applications rely on block devices,
|
||||
and in fact, almost all applications which access disks directly
|
||||
take great pains to specify that character (or
|
||||
|
|
Loading…
Reference in a new issue