Changes for page ZFS - The Aaron Topponce Archive
Last modified by Drunk Monkey on 2024-09-01 12:35
From version
2.1


edited by Drunk Monkey
on 2024-09-01 06:35
on 2024-09-01 06:35
Change comment:
There is no comment for this version
To version
4.1


edited by Drunk Monkey
on 2024-09-01 06:39
on 2024-09-01 06:39
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,12 @@ 1 += Install ZFS on Debian GNU/Linux = 2 + 3 +== Table of Contents == 4 + 1 1 (% class="row" %) 2 2 ((( 3 3 (% class="col-xs-12 col-xs-4" %) 4 4 ((( 5 -Zpool Administration 9 +**Zpool Administration** 6 6 0. Install ZFS on Debian GNU/Linux 7 7 ~1. VDEVs 8 8 2. RAIDZ ... ... @@ -16,7 +16,7 @@ 16 16 17 17 (% class="col-xs-12 col-xs-4" %) 18 18 ((( 19 -ZFS Administration 23 +**ZFS Administration** 20 20 9. Copy-on-write 21 21 10. Creating Filesystems 22 22 ~11. Compression and Deduplication ... ... @@ -30,7 +30,7 @@ 30 30 31 31 (% class="col-xs-12 col-xs-4" %) 32 32 ((( 33 -Appendices 37 +**Appendices** 34 34 A. Visualizing The ZFS Intent Log (ZIL) 35 35 B. Using USB Drives 36 36 C. Why You Should Use ECC RAM ... ... @@ -77,4 +77,11 @@ 77 77 Retrieved from [[https:~~/~~/web.archive.org/web/20210605031658/https:~~/~~/pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/>>https://web.archive.org/web/20210605031658/https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/]] 78 78 {{/info}} 79 79 80 - 84 +{{code language="bash"}} 85 +$ su - 86 +# wget http://archive.zfsonlinux.org/debian/pool/main/z/zfsonlinux/zfsonlinux_2%7Ewheezy_all.deb 87 +# dpkg -i zfsonlinux_2~wheezy_all.deb 88 +# apt-get update 89 +# apt-get install debian-zfs 90 + 91 +{{/code}}