Last modified by Drunk Monkey on 2024-09-01 12:35

From version 11.1
edited by Drunk Monkey
on 2024-09-01 09:23
Change comment: There is no comment for this version
To version 7.1
edited by Drunk Monkey
on 2024-09-01 08:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,8 +9,8 @@
9 9  **Zpool Administration**
10 10  0. [[Install ZFS on Debian GNU/Linux>>doc:]]
11 11  ~1. [[VDEVs>>doc:.ZFS-Administration-Part-I-VDEVs.WebHome]]
12 -2. [[RAIDZ>>doc:.ZFS-Administration-Part-II-RAIDZ.WebHome]]
13 -3. [[The ZFS Intent Log (ZIL)>>doc:.ZFS-Administration-Part-III-The-ZFS-Intent-Log.WebHome]]
12 +2. RAIDZ
13 +3. The ZFS Intent Log (ZIL)
14 14  4. The Adjustable Replacement Cache (ARC)
15 15  5. Exporting and Importing Storage Pools
16 16  6. Scrub and Resilver
... ... @@ -42,8 +42,6 @@
42 42  )))
43 43  )))
44 44  
45 -----
46 -
47 47  **UPDATE (May 06, 2012)**: I apologize for mentioning it supports encryption. Pool version 28 is the latest source that the Free Software community has. Encryption was not added until pool version 30. So, encryption is not supported natively with the ZFS on Linux project. However, you can use LUKS containers underneath, or you can use Ecryptfs for the entire filesystem, which would still give you all the checksum, scrubbing and data integrity benefits of ZFS. Until Oracle gets their act together, and releases the current sources of ZFS, crypto is not implemented.
48 48  
49 49  Quick post on installing ZFS as a kernel module, not FUSE, on Debian GNU/Linux. The documents already exist for getting this going, I'm just hoping to spread this to a larger audience, in case you are unaware that it exists.
... ... @@ -52,13 +52,11 @@
52 52  
53 53  **UPDATE (May 05, 2013)**: I've updated the installation instructions. The old instructions included downloading the source and installing from there. At the time, that was all that was available. Since then, the ZFS on Linux project has created a proper Debian repository that you can use to install ZFS. Here is how you would do that:
54 54  
55 -{{code language="bash session"}}
56 -$ su -
53 +{{{$ su -
57 57  # wget http://archive.zfsonlinux.org/debian/pool/main/z/zfsonlinux/zfsonlinux_2%7Ewheezy_all.deb
58 58  # dpkg -i zfsonlinux_2~wheezy_all.deb
59 59  # apt-get update
60 -# apt-get install debian-zfs
61 -{{/code}}
57 +# apt-get install debian-zfs}}}
62 62  
63 63  And that's it!
64 64  
... ... @@ -68,28 +68,20 @@
68 68  
69 69  --**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:--
70 70  
71 ---{{{# cd /usr/share/man/man8/ # ln -s /share/man/man8/zdb.8 zdb.8 # ln -s /share/man/man8/zfs.8 zfs.8 # ln -s /share/man/man8/zpool.8 zpool.8 }}}---
67 +{{{# cd /usr/share/man/man8/
68 +# ln -s /share/man/man8/zdb.8 zdb.8
69 +# ln -s /share/man/man8/zfs.8 zfs.8
70 +# ln -s /share/man/man8/zpool.8 zpool.8}}}
72 72  
73 73  Now, make your zpool, and start playing:
74 74  
75 -{{code language="bash session"}}
76 -$ sudo zpool create test raidz sdd sde sdf sdg sdh sdi
77 -{{/code}}
74 +{{{$ sudo zpool create test raidz sdd sde sdf sdg sdh sdi}}}
78 78  
79 79  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.
80 80  
81 -----
78 +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]].
82 82  
83 -(% style="text-align: center;" %)
84 -Posted by Aaron Toponce on Tuesday, April 17, 2012, at 2:10 pm.
85 -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/]].
86 -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.
87 -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.
88 -For IM, Email or Microblogs, here is the [[Shortlink>>url:https://web.archive.org/web/20210605031658/https://pthree.org/?p=2357]].
89 -
90 -----
91 -
92 -{{box title="**Archived From:**"}}
80 +{{box title="**archived from**"}}
93 93  [[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/]]
94 94  {{/box}}
95 95