Changes for page ZFS - The Aaron Topponce Archive
Last modified by Drunk Monkey on 2024-09-01 12:35
From version
3.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
-
... ... @@ -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"}} 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}}