mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
fix a few more typos
This commit is contained in:
parent
39a6ab4d7a
commit
85b4e2084e
@ -9,7 +9,7 @@ filename: LearnZfs.txt
|
|||||||
|
|
||||||
[ZFS](http://open-zfs.org/wiki/Main_Page)
|
[ZFS](http://open-zfs.org/wiki/Main_Page)
|
||||||
is a rethinking of the storage stack, combining traditional file systems as well as volume
|
is a rethinking of the storage stack, combining traditional file systems as well as volume
|
||||||
managers into one cohesive tool. ZFS has some specific terminology that sets it appart from
|
managers into one cohesive tool. ZFS has some specific terminology that sets it apart from
|
||||||
more traditional storage systems, however it has a great set of features with a focus on
|
more traditional storage systems, however it has a great set of features with a focus on
|
||||||
usability for systems administrators.
|
usability for systems administrators.
|
||||||
|
|
||||||
@ -39,13 +39,13 @@ increase your IOPS.
|
|||||||
### Storage Pools
|
### Storage Pools
|
||||||
|
|
||||||
ZFS uses Storage Pools as an abstraction over the lower level storage provider (VDEV), allow
|
ZFS uses Storage Pools as an abstraction over the lower level storage provider (VDEV), allow
|
||||||
you to separate the user visable file system from the physcal layout.
|
you to separate the user visible file system from the physical layout.
|
||||||
|
|
||||||
### ZFS Dataset
|
### ZFS Dataset
|
||||||
|
|
||||||
ZFS datasets are analagous to traditional filesystems but with many more features. They
|
ZFS datasets are analogous to traditional filesystems but with many more features. They
|
||||||
provide many of ZFS's advantages. Datasets support [Copy on Write](https://en.wikipedia.org/wiki/Copy-on-write)
|
provide many of ZFS's advantages. Datasets support [Copy on Write](https://en.wikipedia.org/wiki/Copy-on-write)
|
||||||
snapshots, quota's, compression and deduplication.
|
snapshots, quota's, compression and de-duplication.
|
||||||
|
|
||||||
|
|
||||||
### Limits
|
### Limits
|
||||||
|
Loading…
Reference in New Issue
Block a user