Changes for page ZFS - The Aaron Topponce Archive

on 2024-09-01 12:35


on 2024-09-01 09:47
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,12 +10,3 @@ 1 -{{box title="**Archivist Note:**"}} 2 -These pages were retrieved from archive.org as the original blog has gone dark. I've preserved them as I found the information both clear and useful when I was first learning about managing the ZFS file system. 3 - 4 -As of today (2024), some of this information may be out of date as support for ZFS under linux has improved considerably. However, the basic administration commands remain the same. 5 - 6 -- Drunk Monkey 7 - 2024-Aug-31 8 -{{/box}} 9 - 10 10 = Install ZFS on Debian GNU/Linux = 11 11 12 12 == Table of Contents == ... ... @@ -104,3 +104,12 @@ 104 104 {{box title="**Archived From:**"}} 105 105 [[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/]] 106 106 {{/box}} 98 + 99 +{{code language="bash session"}} 100 +$ su - 101 +# wget http://archive.zfsonlinux.org/debian/pool/main/z/zfsonlinux/zfsonlinux_2%7Ewheezy_all.deb 102 +# dpkg -i zfsonlinux_2~wheezy_all.deb 103 +# apt-get update 104 +# apt-get install debian-zfs 105 + 106 +{{/code}}