Changes for page ZFS - The Aaron Topponce Archive


on 2024-09-01 06:35


on 2024-09-01 08:20
Summary
Details
- Page properties
-
- Content
-
... ... @@ -81,4 +81,11 @@ 81 81 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/]] 82 82 {{/info}} 83 83 84 - 84 +{{code language="bash session"}} 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}}