<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.fnord.greeley.co.us/mediawiki/index.php?action=history&amp;feed=atom&amp;title=ZFS</id>
	<title>ZFS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.fnord.greeley.co.us/mediawiki/index.php?action=history&amp;feed=atom&amp;title=ZFS"/>
	<link rel="alternate" type="text/html" href="https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;action=history"/>
	<updated>2026-05-06T13:27:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;diff=878&amp;oldid=prev</id>
		<title>Adj: /* Some useful tidbits */</title>
		<link rel="alternate" type="text/html" href="https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;diff=878&amp;oldid=prev"/>
		<updated>2016-02-06T22:39:52Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Some useful tidbits&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:39, 6 February 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 14:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 14:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* &amp;lt;code&amp;gt;zfs set dedup=sha256,verify &#039;&#039;poolname&#039;&#039;&amp;lt;/code&amp;gt; # enable dedupe, use SHA256 hashes as keys, but also do a bit-by-bit comparison before deciding two blocks are the same&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* &amp;lt;code&amp;gt;zfs set dedup=sha256,verify &#039;&#039;poolname&#039;&#039;&amp;lt;/code&amp;gt; # enable dedupe, use SHA256 hashes as keys, but also do a bit-by-bit comparison before deciding two blocks are the same&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* &amp;lt;code&amp;gt;zfs set canmount=noauto &#039;&#039;poolname_OR_fsname&#039;&#039;&amp;lt;/code&amp;gt; # gets rid of the obnoxious /etc/fstab-less mounting behaviour at ZFS start time.&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* &amp;lt;code&amp;gt;zfs set canmount=noauto &#039;&#039;poolname_OR_fsname&#039;&#039;&amp;lt;/code&amp;gt; # gets rid of the obnoxious /etc/fstab-less mounting behaviour at ZFS start time.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* &amp;lt;code&amp;gt;zfs set mountpoint=legacy &#039;&#039;poolname_OR_fsname&#039;&#039;&amp;lt;/code&amp;gt; # indicates that mounting based /etc/fstab entries is preferred for this one&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Adj</name></author>
	</entry>
	<entry>
		<id>https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;diff=670&amp;oldid=prev</id>
		<title>Adj at 16:24, 7 August 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;diff=670&amp;oldid=prev"/>
		<updated>2014-08-07T16:24:56Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:24, 7 August 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* Data deduplication&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* Data deduplication&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Released versions of [http://www.zfsonlinux.org ZFSonLinux] do not work on the kernels I&#039;m running (3.12.x from backports.org), so I&#039;m playing with [https://packages.debian.org/search?keywords=zfs-fuse zfs-fuse] instead.&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Released versions of [http://www.zfsonlinux.org ZFSonLinux] do not work on the kernels I&#039;m running (3.12.x from backports.org), so I&#039;m playing with [https://packages.debian.org/search?keywords=zfs-fuse zfs-fuse] instead.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;  &#039;&#039;[This is out of date.  The ZFSonLinux packages have been working for a few months as this update is written.]&#039;&#039;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;So, here&#039;s the first annoying thing I&#039;ve come across.  The ZFS tools go off and automatically mount filesystems in your just-created pool.  &#039;&#039;&#039;And&#039;&#039;&#039; they go and make directories to mount those filesystems on.  Quite annoying.  What&#039;s wrong with putting entries in &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; and typing &#039;&#039;&#039;&amp;lt;code&amp;gt;mkdir /foo&amp;lt;/code&amp;gt;&#039;&#039;&#039;?  Instead &#039;&#039;&#039;&amp;lt;code&amp;gt;zfs pool create solarissucksballs ...&amp;lt;/code&amp;gt;&#039;&#039;&#039; will create a &amp;lt;code&amp;gt;/solarissucksballs&amp;lt;/code&amp;gt; directory on your machine and mount the new pool&#039;s filesystem there.  ZFS on Solaris works this way, too.  It&#039;s quite obnoxious.&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;So, here&#039;s the first annoying thing I&#039;ve come across.  The ZFS tools go off and automatically mount filesystems in your just-created pool.  &#039;&#039;&#039;And&#039;&#039;&#039; they go and make directories to mount those filesystems on.  Quite annoying.  What&#039;s wrong with putting entries in &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; and typing &#039;&#039;&#039;&amp;lt;code&amp;gt;mkdir /foo&amp;lt;/code&amp;gt;&#039;&#039;&#039;?  Instead &#039;&#039;&#039;&amp;lt;code&amp;gt;zfs pool create solarissucksballs ...&amp;lt;/code&amp;gt;&#039;&#039;&#039; will create a &amp;lt;code&amp;gt;/solarissucksballs&amp;lt;/code&amp;gt; directory on your machine and mount the new pool&#039;s filesystem there.  ZFS on Solaris works this way, too.  It&#039;s quite obnoxious.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;!-- diff cache key wikidb:diff:wikidiff2:1.12:old-669:rev-670:1.13.0 --&gt;
&lt;/table&gt;</summary>
		<author><name>Adj</name></author>
	</entry>
	<entry>
		<id>https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;diff=669&amp;oldid=prev</id>
		<title>Adj at 20:09, 6 August 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;diff=669&amp;oldid=prev"/>
		<updated>2014-08-06T20:09:46Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 20:09, 6 August 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Released versions of [http://www.zfsonlinux.org ZFSonLinux] do not work on the kernels I&#039;m running (3.12.x from backports.org), so I&#039;m playing with [https://packages.debian.org/search?keywords=zfs-fuse zfs-fuse] instead.&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Released versions of [http://www.zfsonlinux.org ZFSonLinux] do not work on the kernels I&#039;m running (3.12.x from backports.org), so I&#039;m playing with [https://packages.debian.org/search?keywords=zfs-fuse zfs-fuse] instead.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;So, here&#039;s the first annoying thing I&#039;ve come across.  The ZFS tools go off and automatically mount filesystems in your just-created pool.  &#039;&#039;&#039;And&#039;&#039;&#039; they go and make directories to mount those filesystems on.  Quite annoying.  What&#039;s wrong with putting entries in &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; and typing &#039;&#039;&#039;&amp;lt;code&amp;gt;mkdir /foo&amp;lt;/code&amp;gt;&#039;&#039;&#039;?  Instead &#039;&#039;&#039;&amp;lt;code&amp;gt;zfs pool create solarissucksballs ...&amp;lt;/code&amp;gt;&#039;&#039;&#039; will create a &amp;lt;code&amp;gt;/solarissucksballs&amp;lt;/code&amp;gt; directory on your machine and mount the new pool&#039;s filesystem there.  &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;I&#039;m&lt;/del&gt; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;sure&lt;/del&gt; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;this&lt;/del&gt; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;behavior&lt;/del&gt; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;comes&lt;/del&gt; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;from Solaris&lt;/del&gt;, &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;but&lt;/del&gt; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;I&lt;/del&gt; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;find it&lt;/del&gt; quite obnoxious.&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;So, here&#039;s the first annoying thing I&#039;ve come across.  The ZFS tools go off and automatically mount filesystems in your just-created pool.  &#039;&#039;&#039;And&#039;&#039;&#039; they go and make directories to mount those filesystems on.  Quite annoying.  What&#039;s wrong with putting entries in &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; and typing &#039;&#039;&#039;&amp;lt;code&amp;gt;mkdir /foo&amp;lt;/code&amp;gt;&#039;&#039;&#039;?  Instead &#039;&#039;&#039;&amp;lt;code&amp;gt;zfs pool create solarissucksballs ...&amp;lt;/code&amp;gt;&#039;&#039;&#039; will create a &amp;lt;code&amp;gt;/solarissucksballs&amp;lt;/code&amp;gt; directory on your machine and mount the new pool&#039;s filesystem there.  &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ZFS&lt;/ins&gt; &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;on&lt;/ins&gt; &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Solaris&lt;/ins&gt; &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;works&lt;/ins&gt; &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;this&lt;/ins&gt; &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;way&lt;/ins&gt;, &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;too.&lt;/ins&gt;  &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;It&#039;s&lt;/ins&gt; quite obnoxious.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Getting ZFSonLinux on Debian wheezy with backport kernels ==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Follow the directions at http://zfsonlinux.org/debian.html and bam, you&#039;re done.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Some useful tidbits ==&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Some useful tidbits ==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Adj</name></author>
	</entry>
	<entry>
		<id>https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;diff=607&amp;oldid=prev</id>
		<title>Adj at 21:56, 5 March 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;diff=607&amp;oldid=prev"/>
		<updated>2014-03-05T21:56:39Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:56, 5 March 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;So, here&#039;s the first annoying thing I&#039;ve come across.  The ZFS tools go off and automatically mount filesystems in your just-created pool.  &#039;&#039;&#039;And&#039;&#039;&#039; they go and make directories to mount those filesystems on.  Quite annoying.  What&#039;s wrong with putting entries in &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; and typing &#039;&#039;&#039;&amp;lt;code&amp;gt;mkdir /foo&amp;lt;/code&amp;gt;&#039;&#039;&#039;?  Instead &#039;&#039;&#039;&amp;lt;code&amp;gt;zfs pool create solarissucksballs ...&amp;lt;/code&amp;gt;&#039;&#039;&#039; will create a &amp;lt;code&amp;gt;/solarissucksballs&amp;lt;/code&amp;gt; directory on your machine and mount the new pool&#039;s filesystem there.  I&#039;m sure this behavior comes from Solaris, but I find it quite obnoxious.&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;So, here&#039;s the first annoying thing I&#039;ve come across.  The ZFS tools go off and automatically mount filesystems in your just-created pool.  &#039;&#039;&#039;And&#039;&#039;&#039; they go and make directories to mount those filesystems on.  Quite annoying.  What&#039;s wrong with putting entries in &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; and typing &#039;&#039;&#039;&amp;lt;code&amp;gt;mkdir /foo&amp;lt;/code&amp;gt;&#039;&#039;&#039;?  Instead &#039;&#039;&#039;&amp;lt;code&amp;gt;zfs pool create solarissucksballs ...&amp;lt;/code&amp;gt;&#039;&#039;&#039; will create a &amp;lt;code&amp;gt;/solarissucksballs&amp;lt;/code&amp;gt; directory on your machine and mount the new pool&#039;s filesystem there.  I&#039;m sure this behavior comes from Solaris, but I find it quite obnoxious.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Some useful tidbits ==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* &amp;lt;code&amp;gt;zfs set checksum=sha256 &#039;&#039;poolname&#039;&#039;&amp;lt;/code&amp;gt; # changes a filesystem&#039;s data integrity check algorithm from the default Fletcher4 to SHA256.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* &amp;lt;code&amp;gt;zfs set dedup=sha256,verify &#039;&#039;poolname&#039;&#039;&amp;lt;/code&amp;gt; # enable dedupe, use SHA256 hashes as keys, but also do a bit-by-bit comparison before deciding two blocks are the same&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* &amp;lt;code&amp;gt;zfs set canmount=noauto &#039;&#039;poolname_OR_fsname&#039;&#039;&amp;lt;/code&amp;gt; # gets rid of the obnoxious /etc/fstab-less mounting behaviour at ZFS start time.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Adj</name></author>
	</entry>
	<entry>
		<id>https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;diff=606&amp;oldid=prev</id>
		<title>Adj: Created page with &quot;So ZFS is all shiny and stuff.  We&#039;ll be using it for disk based storage of backups for the following reasons: * All data (and metadata) can be validated with cryptographicall...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.fnord.greeley.co.us/mediawiki/index.php?title=ZFS&amp;diff=606&amp;oldid=prev"/>
		<updated>2014-03-05T18:40:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;So ZFS is all shiny and stuff.  We&amp;#039;ll be using it for disk based storage of backups for the following reasons: * All data (and metadata) can be validated with cryptographicall...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;So ZFS is all shiny and stuff.  We&amp;#039;ll be using it for disk based storage of backups for the following reasons:&lt;br /&gt;
* All data (and metadata) can be validated with cryptographically strong hashes&lt;br /&gt;
* Data deduplication&lt;br /&gt;
&lt;br /&gt;
Released versions of [http://www.zfsonlinux.org ZFSonLinux] do not work on the kernels I&amp;#039;m running (3.12.x from backports.org), so I&amp;#039;m playing with [https://packages.debian.org/search?keywords=zfs-fuse zfs-fuse] instead.&lt;br /&gt;
&lt;br /&gt;
So, here&amp;#039;s the first annoying thing I&amp;#039;ve come across.  The ZFS tools go off and automatically mount filesystems in your just-created pool.  &amp;#039;&amp;#039;&amp;#039;And&amp;#039;&amp;#039;&amp;#039; they go and make directories to mount those filesystems on.  Quite annoying.  What&amp;#039;s wrong with putting entries in &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; and typing &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;mkdir /foo&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039;?  Instead &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;zfs pool create solarissucksballs ...&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; will create a &amp;lt;code&amp;gt;/solarissucksballs&amp;lt;/code&amp;gt; directory on your machine and mount the new pool&amp;#039;s filesystem there.  I&amp;#039;m sure this behavior comes from Solaris, but I find it quite obnoxious.&lt;/div&gt;</summary>
		<author><name>Adj</name></author>
	</entry>
</feed>