Zfs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Draft}} =Installing ZFS= <tabs> <tab name="Ubuntu"> Starting with the image <code>Ubuntu-18.04-Bionic-x64-2018-09</code> Ensure your package list is up-to-date and also d...") |
(No difference)
|
Revision as of 16:26, 1 March 2019
This article is a draft
This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.
Installing ZFS
Starting with the image Ubuntu-18.04-Bionic-x64-2018-09
Ensure your package list is up-to-date and also do upgrades of your installed packages.
[name@server]$ sudo apt-get update
[name@server]$ sudo apt-get dist-upgrade -y
Next install ZFS
[name@server]$ sudo apt-get install zfsutils-linux