Kill EOL whitespaces.
This commit is contained in:
parent
147d565622
commit
1e6e375632
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23689
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/bigdisk/index.sgml,v 1.7 2005/01/15 17:32:15 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/bigdisk/index.sgml,v 1.8 2005/01/30 17:34:45 maxim Exp $">
|
||||
<!ENTITY title "Large data storage in FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
|||
<p>When the UFS filesystem was introduced to BSD in 1982, its use of 32
|
||||
bit offsets and counters to address the storage was considered to be
|
||||
ahead of its time. Since most fixed-disk storage devices use 512 byte
|
||||
sectors, 32 bits allowed for 2 Terabytes of storage. That was an almost
|
||||
sectors, 32 bits allowed for 2 Terabytes of storage. That was an almost
|
||||
un-imaginable quantity for the time. But now that 250 and 400 Gigabyte
|
||||
disks are available at consumer prices, it's trivial to build a hardware
|
||||
or software based storage array that can exceed 2TB for a few thousand
|
||||
|
@ -92,7 +92,7 @@
|
|||
<h2>Testing large capacities</h2>
|
||||
<p>Even though large drives are cheap, it still isn't always feasible or
|
||||
economical to test on real hardware. Swap-backed memory disks, via the
|
||||
md(4) driver, can provide a good substitute for some of the testing.
|
||||
md(4) driver, can provide a good substitute for some of the testing.
|
||||
Backing with swap means that only the pages that are dirtied by data
|
||||
are actually allocated, so a multi-terabyte storage can be simulated
|
||||
with a minimal amount of physical RAM+swap. Note that this is less true with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue