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


edited by Drunk Monkey
on 2024-09-01 12:30
on 2024-09-01 12:30
Change comment:
There is no comment for this version
To version
12.1


edited by Drunk Monkey
on 2024-09-01 09:47
on 2024-09-01 09:47
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -96,3 +96,11 @@ 96 96 [[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/]] 97 97 {{/box}} 98 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}}