Changes for page ZFS - The Aaron Topponce Archive


on 2024-09-01 08:48


on 2024-09-01 06:32
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,14 +5,10 @@ 1 -= Install ZFS on Debian GNU/Linux = 2 - 3 -== Table of Contents == 4 - 5 5 (% class="row" %) 6 6 ((( 7 7 (% class="col-xs-12 col-xs-4" %) 8 8 ((( 9 - **Zpool Administration**10 -0. [[Install ZFS on Debian GNU/Linux>>doc:]]11 -~1. [[VDEVs>>doc:.ZFS-Administration-Part-I-VDEVs.WebHome]]5 +Zpool Administration 6 +0. Install ZFS on Debian GNU/Linux 7 +~1. VDEVs 12 12 2. RAIDZ 13 13 3. The ZFS Intent Log (ZIL) 14 14 4. The Adjustable Replacement Cache (ARC) ... ... @@ -20,7 +20,7 @@ 20 20 21 21 (% class="col-xs-12 col-xs-4" %) 22 22 ((( 23 - **ZFS Administration**19 +ZFS Administration 24 24 9. Copy-on-write 25 25 10. Creating Filesystems 26 26 ~11. Compression and Deduplication ... ... @@ -34,7 +34,7 @@ 34 34 35 35 (% class="col-xs-12 col-xs-4" %) 36 36 ((( 37 - **Appendices**33 +Appendices 38 38 A. Visualizing The ZFS Intent Log (ZIL) 39 39 B. Using USB Drives 40 40 C. Why You Should Use ECC RAM ... ... @@ -64,41 +64,21 @@ 64 64 65 65 --**A word of note:** the manpages get installed to /share/man/. I found this troubling. You can modify your $MANPATH variable to include /share/man/man8/, or by creating symlinks, which is the approach I took:-- 66 66 67 -{{code language="bash session"}} 68 ---# cd /usr/share/man/man8/-- 63 +{{{# cd /usr/share/man/man8/ 69 69 # ln -s /share/man/man8/zdb.8 zdb.8 70 70 # ln -s /share/man/man8/zfs.8 zfs.8 71 -# ln -s /share/man/man8/zpool.8 zpool.8 72 -{{/code}} 66 +# ln -s /share/man/man8/zpool.8 zpool.8}}} 73 73 74 74 Now, make your zpool, and start playing: 75 75 76 -{{code language="bash session"}} 77 -$ sudo zpool create test raidz sdd sde sdf sdg sdh sdi 78 -{{/code}} 70 +{{{$ sudo zpool create test raidz sdd sde sdf sdg sdh sdi}}} 79 79 80 80 It is stable enough to run a ZFS root filesystem on a GNU/Linux installation for your workstation as something to play around with. It is copy-on-write, supports compression, deduplication, file atomicity, off-disk caching, --encryption,-- and much more. At this point, unfortunately, I'm convinced that ZFS as a Linux kernel module will become "stable" long before Btrfs will be stable in the mainline kernel. Either way, it doesn't matter to me. Both are Free Software, and both provide the long needed features we've needed with today's storage needs. Competition is healthy, and I love having choice. Right now, that choice might just be ZFS. 81 81 82 ----- 74 +Posted by Aaron Toponce on Tuesday, April 17, 2012, at 2:10 pm.Filed under [[Debian>>url:https://web.archive.org/web/20210605031658/https://pthree.org/category/debian/]], [[Linux>>url:https://web.archive.org/web/20210605031658/https://pthree.org/category/linux/]], [[Ubuntu>>url:https://web.archive.org/web/20210605031658/https://pthree.org/category/ubuntu/]], [[ZFS>>url:https://web.archive.org/web/20210605031658/https://pthree.org/category/zfs/]].Follow any responses to this post with its [[comments RSS>>url:https://web.archive.org/web/20210605031658/https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/feed/]] feed.You can [[post a comment>>url:https://web.archive.org/web/20210605031658/https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/#respond]] or [[trackback>>url:https://web.archive.org/web/20210605031658/https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/trackback/]] from your blog.For IM, Email or Microblogs, here is the [[Shortlink>>url:https://web.archive.org/web/20210605031658/https://pthree.org/?p=2357]]. 83 83 84 -(% style="text-align: center;" %) 85 -Posted by Aaron Toponce on Tuesday, April 17, 2012, at 2:10 pm. 86 -Filed under [[Debian>>url:https://web.archive.org/web/20210605031658/https://pthree.org/category/debian/]], [[Linux>>url:https://web.archive.org/web/20210605031658/https://pthree.org/category/linux/]], [[Ubuntu>>url:https://web.archive.org/web/20210605031658/https://pthree.org/category/ubuntu/]], [[ZFS>>url:https://web.archive.org/web/20210605031658/https://pthree.org/category/zfs/]]. 87 -Follow any responses to this post with its [[comments RSS>>url:https://web.archive.org/web/20210605031658/https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/feed/]] feed. 88 -You can [[post a comment>>url:https://web.archive.org/web/20210605031658/https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/#respond]] or [[trackback>>url:https://web.archive.org/web/20210605031658/https://pthree.org/2012/04/17/install-zfs-on-debian-gnulinux/trackback/]] from your blog. 89 -For IM, Email or Microblogs, here is the [[Shortlink>>url:https://web.archive.org/web/20210605031658/https://pthree.org/?p=2357]]. 76 +{{info}} 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 +{{/info}} 90 90 91 ----- 92 - 93 -{{box title="**Archived From:**"}} 94 -[[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/]] 95 -{{/box}} 96 - 97 -{{code language="bash session"}} 98 -$ su - 99 -# wget http://archive.zfsonlinux.org/debian/pool/main/z/zfsonlinux/zfsonlinux_2%7Ewheezy_all.deb 100 -# dpkg -i zfsonlinux_2~wheezy_all.deb 101 -# apt-get update 102 -# apt-get install debian-zfs 103 - 104 -{{/code}} 80 +