<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: ZFS Cheatsheet</title>
	<atom:link href="http://www.lildude.co.uk/zfs-cheatsheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lildude.co.uk/zfs-cheatsheet/</link>
	<description>Solaris, Unix, Linux, PHP, Webdev, etc; It's all discussed here</description>
	<pubDate>Sun, 05 Jul 2009 01:33:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Chester LUG Blog &#187; Tech Meet 1</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-11202</link>
		<dc:creator>Chester LUG Blog &#187; Tech Meet 1</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-11202</guid>
		<description>[...] http://www.lildude.co.uk/zfs-cheatsheet/ - a handy cheatsheet [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.lildude.co.uk/zfs-cheatsheet/" rel="nofollow">http://www.lildude.co.uk/zfs-cheatsheet/</a> - a handy cheatsheet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-10509</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Fri, 30 Jan 2009 08:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-10509</guid>
		<description>Brooke:  If you're using ZFS for a boot disk, you have to use slices anyway at the moment (see my &lt;a href="http://www.lildude.co.uk/howto-migrate-a-ufs-root-filesystem-to-zfs/" rel="nofollow"&gt;HOWTO: Migrate a UFS Root Filesystem to ZFS&lt;/a&gt; post), so yes, you'll need to use slices for the LU.  This isn't the case in OpenSolaris though as it uses a different upgrade mechanism taking better advantage of ZFS snapshots.</description>
		<content:encoded><![CDATA[<p>Brooke:  If you&#8217;re using ZFS for a boot disk, you have to use slices anyway at the moment (see my <a href="http://www.lildude.co.uk/howto-migrate-a-ufs-root-filesystem-to-zfs/" rel="nofollow">HOWTO: Migrate a UFS Root Filesystem to ZFS</a> post), so yes, you&#8217;ll need to use slices for the LU.  This isn&#8217;t the case in OpenSolaris though as it uses a different upgrade mechanism taking better advantage of ZFS snapshots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooke</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-10503</link>
		<dc:creator>Brooke</dc:creator>
		<pubDate>Thu, 29 Jan 2009 21:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-10503</guid>
		<description>How about creating and ALT BE for LiveUpgrade while using ZFS? 
Does it require two different zpools, and if so, if you only have two disks this would force you into handing disk slices off to ZFS (something ZFS prefers you don't do for performance reasons).</description>
		<content:encoded><![CDATA[<p>How about creating and ALT BE for LiveUpgrade while using ZFS?<br />
Does it require two different zpools, and if so, if you only have two disks this would force you into handing disk slices off to ZFS (something ZFS prefers you don&#8217;t do for performance reasons).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Added Sharing Examples to ZFS Cheatsheet :: Col&#8217;s Tech Stuff</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-8058</link>
		<dc:creator>Added Sharing Examples to ZFS Cheatsheet :: Col&#8217;s Tech Stuff</dc:creator>
		<pubDate>Thu, 21 Aug 2008 13:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-8058</guid>
		<description>[...] a comment received the other day, I&#8217;ve added examples on sharing via NFS and CIFS/SMB to the ZFS Cheatsheet.   Filed under: Shorts &#160;&#160;&#124;&#160;&#160; Tags: Cheatsheet, ZFS [...]</description>
		<content:encoded><![CDATA[<p>[...] a comment received the other day, I&#8217;ve added examples on sharing via NFS and CIFS/SMB to the ZFS Cheatsheet.   Filed under: Shorts &nbsp;&nbsp;|&nbsp;&nbsp; Tags: Cheatsheet, ZFS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-7969</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-7969</guid>
		<description>Chris: You can share it by running either:

&lt;code&gt;# zfs set sharenfs=on /sata/satapool&lt;/code&gt;

... and then access the filesystem from your XP machine over NFS

OR

&lt;code&gt;# zfs set sharesmb=on /sata/satapool&lt;/code&gt;

... and then access the filesystem from your XP machine over CIFS/SMB (you shouldn't need USFW for this). This last one does require you to be running a certain level of OpenSolaris/SolarisExpress, but I can't remember which rev off the top of my head. Check which rev of nevada introduces native CIFS support.</description>
		<content:encoded><![CDATA[<p>Chris: You can share it by running either:</p>
<p><code># zfs set sharenfs=on /sata/satapool</code></p>
<p>&#8230; and then access the filesystem from your XP machine over NFS</p>
<p>OR</p>
<p><code># zfs set sharesmb=on /sata/satapool</code></p>
<p>&#8230; and then access the filesystem from your XP machine over CIFS/SMB (you shouldn&#8217;t need USFW for this). This last one does require you to be running a certain level of OpenSolaris/SolarisExpress, but I can&#8217;t remember which rev off the top of my head. Check which rev of nevada introduces native CIFS support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-7968</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-7968</guid>
		<description>How do you properly share a ZFS pool? I've got a pool that I created using

zpool create sata /dev/dsk/c6d0 /dev/dsk/c7d0
zfs create /sata/satapool 

I'm trying to use a ZFS pool on an OpenSolaris server from a Windows XP PC with UNIX services installed.</description>
		<content:encoded><![CDATA[<p>How do you properly share a ZFS pool? I&#8217;ve got a pool that I created using</p>
<p>zpool create sata /dev/dsk/c6d0 /dev/dsk/c7d0<br />
zfs create /sata/satapool </p>
<p>I&#8217;m trying to use a ZFS pool on an OpenSolaris server from a Windows XP PC with UNIX services installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zfs versions feature madness &#171; I see 0xDEAD disks</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-5589</link>
		<dc:creator>Zfs versions feature madness &#171; I see 0xDEAD disks</dc:creator>
		<pubDate>Tue, 22 Apr 2008 14:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-5589</guid>
		<description>[...] zfs cheat sheet [...]</description>
		<content:encoded><![CDATA[<p>[...] zfs cheat sheet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-5587</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Tue, 22 Apr 2008 11:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-5587</guid>
		<description>Great tip Alex. Thanks.</description>
		<content:encoded><![CDATA[<p>Great tip Alex. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Dumont</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-5586</link>
		<dc:creator>Alexandre Dumont</dc:creator>
		<pubDate>Tue, 22 Apr 2008 10:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-5586</guid>
		<description>Thanks for this very good Cheatsheet.

Regarding destroying a snapshot having a dependent clone, you get the following error:

# zfs destroy local/alex@1
cannot destroy 'local/alex@1': snapshot has dependent clones
use '-R' to destroy the following datasets:
local/clone1

I was wondering a way to be aware of all the zfs that actually are clones of a snapshot (not having to try and fail on a destroy):

I found the following way:

# zfs get origin 
NAME                 PROPERTY  VALUE                SOURCE
local                origin    -                    -
local/alex           origin    -                    -
local/alex@1         origin    -                    -
local/alex/subdir01  origin    -                    -
local/alex/subdir02  origin    -                    -
local/clone1         origin    local/alex@1         -

--&#62; that way you can see which zfs is clone of a snaphot.</description>
		<content:encoded><![CDATA[<p>Thanks for this very good Cheatsheet.</p>
<p>Regarding destroying a snapshot having a dependent clone, you get the following error:</p>
<p># zfs destroy local/alex@1<br />
cannot destroy &#8216;local/alex@1&#8242;: snapshot has dependent clones<br />
use &#8216;-R&#8217; to destroy the following datasets:<br />
local/clone1</p>
<p>I was wondering a way to be aware of all the zfs that actually are clones of a snapshot (not having to try and fail on a destroy):</p>
<p>I found the following way:</p>
<p># zfs get origin<br />
NAME                 PROPERTY  VALUE                SOURCE<br />
local                origin    -                    -<br />
local/alex           origin    -                    -<br />
local/alex@1         origin    -                    -<br />
local/alex/subdir01  origin    -                    -<br />
local/alex/subdir02  origin    -                    -<br />
local/clone1         origin    local/alex@1         -</p>
<p>&#8211;&gt; that way you can see which zfs is clone of a snaphot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HOWTO: Create a ZFS Filesystem OS X Leopard :: Col&#8217;s Tech Stuff</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-4479</link>
		<dc:creator>HOWTO: Create a ZFS Filesystem OS X Leopard :: Col&#8217;s Tech Stuff</dc:creator>
		<pubDate>Sat, 01 Dec 2007 10:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-4479</guid>
		<description>[...] can find more about what you can do with ZFS in my ZFS Cheatsheet, just note it&#8217;s based on the functionality available in OpenSolaris. OS X may not have all [...]</description>
		<content:encoded><![CDATA[<p>[...] can find more about what you can do with ZFS in my ZFS Cheatsheet, just note it&#8217;s based on the functionality available in OpenSolaris. OS X may not have all [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZFS Cheatsheet Updated for snv_71 :: Col&#8217;s Tech Stuff</title>
		<link>http://www.lildude.co.uk/zfs-cheatsheet/#comment-3933</link>
		<dc:creator>ZFS Cheatsheet Updated for snv_71 :: Col&#8217;s Tech Stuff</dc:creator>
		<pubDate>Tue, 11 Sep 2007 15:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lildude.co.uk/2006/09/zfs-cheatsheet/#comment-3933</guid>
		<description>[...] finally updated my ZFS cheatsheet to reflect all the functionality available in Nevada build 71 (snv_71). If you spot any omissions [...]</description>
		<content:encoded><![CDATA[<p>[...] finally updated my ZFS cheatsheet to reflect all the functionality available in Nevada build 71 (snv_71). If you spot any omissions [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
