Zfs: Difference between revisions

13 bytes added ,  5 years ago
Line 75: Line 75:
</source>
</source>


zpools can be further subdived into datasets. A dataset allows you to operate on smaller portions of your zpool independently. For example setting different compression algorithims on different data sets. To create a dataset within the <code>data</code> zpool
zpools can be further subdived into datasets. A dataset allows you to operate on smaller portions of your zpool independently. For example setting a different compression algorithims for the dataset. To create a dataset within the <code>data</code> zpool do the following.
<source lang="console">
<source lang="console">
[name@server]$ sudo zfs create data/www
[name@server]$ sudo zfs create data/www
cc_staff
1,486

edits