<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Mozaik.</title>
	<atom:link href="http://blog.urbansedlar.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.urbansedlar.com</link>
	<description>slika iz raznobarvnih koščkov lajfa</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:27:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Shooting in IR in 5 easy steps by Mozaik. &#187; Blog Archive &#187; How not to photograph a Venus transit</title>
		<link>http://blog.urbansedlar.com/archives/11298/comment-page-1#comment-5185</link>
		<dc:creator>Mozaik. &#187; Blog Archive &#187; How not to photograph a Venus transit</dc:creator>
		<pubDate>Tue, 07 Feb 2012 21:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urbansedlar.com/?p=11298#comment-5185</guid>
		<description>[...] 2004 was quite different in terms of technology. I owned an entry level digital camera (this one), poorly suited for such a task. (We&#8217;ve indeed come quite far in the last 8 years, with all [...]</description>
		<content:encoded><![CDATA[<p>[...] 2004 was quite different in terms of technology. I owned an entry level digital camera (this one), poorly suited for such a task. (We&#8217;ve indeed come quite far in the last 8 years, with all [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some notes on Nexenta/ZFS by Urban</title>
		<link>http://blog.urbansedlar.com/archives/11284/comment-page-1#comment-5184</link>
		<dc:creator>Urban</dc:creator>
		<pubDate>Sun, 15 Jan 2012 15:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urbansedlar.com/?p=11284#comment-5184</guid>
		<description>Hey, thanks for your elaborate comment.
Regarding SMB, I think Samba is a pretty decent workaround as well; as far as I can tell, all you lose is &quot;previous versions&quot;.

About zfs send: my understanding is that only the diff between two snaps is sent, while older snaps are left intact (I did in fact check that).
Let&#039;s say I have a weekly snapshot schedule and only want to keep 5 snaps. After a snap, I also send the incremental diff to the USB drive. In week 5, I still have two identical filesystems. However, in week 6 I make snap6 and destroy snap1; then I send delta (-i) between snap5 and snap6 to external drive. Now drive 1 has snaps 2-6 and drive 2 has snaps 1-6. This is not what I want, since drive 2 grows in size compared to drive 1. 

Regarding Vbox: thanks for the tip, I&#039;ll definitely try the all-in-one solution.</description>
		<content:encoded><![CDATA[<p>Hey, thanks for your elaborate comment.<br />
Regarding SMB, I think Samba is a pretty decent workaround as well; as far as I can tell, all you lose is &#8220;previous versions&#8221;.</p>
<p>About zfs send: my understanding is that only the diff between two snaps is sent, while older snaps are left intact (I did in fact check that).<br />
Let&#8217;s say I have a weekly snapshot schedule and only want to keep 5 snaps. After a snap, I also send the incremental diff to the USB drive. In week 5, I still have two identical filesystems. However, in week 6 I make snap6 and destroy snap1; then I send delta (-i) between snap5 and snap6 to external drive. Now drive 1 has snaps 2-6 and drive 2 has snaps 1-6. This is not what I want, since drive 2 grows in size compared to drive 1. </p>
<p>Regarding Vbox: thanks for the tip, I&#8217;ll definitely try the all-in-one solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kvantna fizika by Mozaik. &#187; Blog Archive &#187; Subtitlr retires</title>
		<link>http://blog.urbansedlar.com/archives/26/comment-page-1#comment-5183</link>
		<dc:creator>Mozaik. &#187; Blog Archive &#187; Subtitlr retires</dc:creator>
		<pubDate>Sun, 15 Jan 2012 12:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urbansedlar.com/archives/26#comment-5183</guid>
		<description>[...] agony has gone on long enough: from an idea in 2006, to a proof of concept in mid-2007, a business plan and a hopes of a start-up (under the name of Tucana, d.o.o.) in 2008, [...]</description>
		<content:encoded><![CDATA[<p>[...] agony has gone on long enough: from an idea in 2006, to a proof of concept in mid-2007, a business plan and a hopes of a start-up (under the name of Tucana, d.o.o.) in 2008, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some notes on Nexenta/ZFS by Gea</title>
		<link>http://blog.urbansedlar.com/archives/11284/comment-page-1#comment-5182</link>
		<dc:creator>Gea</dc:creator>
		<pubDate>Thu, 12 Jan 2012 23:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urbansedlar.com/?p=11284#comment-5182</guid>
		<description>about SMB
There are efforts to solve this problem.
Currently: Each ZFS dataset is completely independant from others. You can set a mountpoint to mount the logically below others. But you cannot SMB browse between because they cannot inherit properties.

Workaround: use one share

about zfs send
the target does not increase. its always an exact copy of the source including all volumes and snaps. Transfers are based on modified data blocks so its more efficient than file based methods

About Virtialbox
Why do you try to virtualize on top of OS when you need performance. Use a barebone virtualizer like ESXi instead and virtualize all OS&#039;s including a ZFS NAS/SAN
look at napp-it all-in-one</description>
		<content:encoded><![CDATA[<p>about SMB<br />
There are efforts to solve this problem.<br />
Currently: Each ZFS dataset is completely independant from others. You can set a mountpoint to mount the logically below others. But you cannot SMB browse between because they cannot inherit properties.</p>
<p>Workaround: use one share</p>
<p>about zfs send<br />
the target does not increase. its always an exact copy of the source including all volumes and snaps. Transfers are based on modified data blocks so its more efficient than file based methods</p>
<p>About Virtialbox<br />
Why do you try to virtualize on top of OS when you need performance. Use a barebone virtualizer like ESXi instead and virtualize all OS&#8217;s including a ZFS NAS/SAN<br />
look at napp-it all-in-one</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shooting in IR in 5 easy steps by Mozaik. &#187; Blog Archive &#187; Creating false-color IR images</title>
		<link>http://blog.urbansedlar.com/archives/11298/comment-page-1#comment-5180</link>
		<dc:creator>Mozaik. &#187; Blog Archive &#187; Creating false-color IR images</dc:creator>
		<pubDate>Mon, 09 Jan 2012 01:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urbansedlar.com/?p=11298#comment-5180</guid>
		<description>[...] More information on how to shoot in IR. [...]</description>
		<content:encoded><![CDATA[<p>[...] More information on how to shoot in IR. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A better home server by Mozaik. &#187; Blog Archive &#187; Some notes on Nexenta/ZFS</title>
		<link>http://blog.urbansedlar.com/archives/9690/comment-page-1#comment-5172</link>
		<dc:creator>Mozaik. &#187; Blog Archive &#187; Some notes on Nexenta/ZFS</dc:creator>
		<pubDate>Mon, 09 Jan 2012 00:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urbansedlar.com/?p=9690#comment-5172</guid>
		<description>[...] far I&#8217;ve been pretty satisfied with my Nexenta setup. Dedup is a great feature and I&#8217;ve rsynced all other computers to it without a single thought [...]</description>
		<content:encoded><![CDATA[<p>[...] far I&#8217;ve been pretty satisfied with my Nexenta setup. Dedup is a great feature and I&#8217;ve rsynced all other computers to it without a single thought [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A better home server by Mozaik. &#187; Blog Archive &#187; Moving Nexenta install from HDD to USB stick</title>
		<link>http://blog.urbansedlar.com/archives/9690/comment-page-1#comment-5170</link>
		<dc:creator>Mozaik. &#187; Blog Archive &#187; Moving Nexenta install from HDD to USB stick</dc:creator>
		<pubDate>Tue, 15 Nov 2011 01:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urbansedlar.com/?p=9690#comment-5170</guid>
		<description>[...] wanted this because the 7200 RPM disk that shipped with HP Microserver makes an annoying metallic noise when spinning. USB key is quieter, greener and frees an additional [...]</description>
		<content:encoded><![CDATA[<p>[...] wanted this because the 7200 RPM disk that shipped with HP Microserver makes an annoying metallic noise when spinning. USB key is quieter, greener and frees an additional [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A little home server that could by Mozaik. &#187; Blog Archive &#187; A better home server</title>
		<link>http://blog.urbansedlar.com/archives/1426/comment-page-1#comment-5168</link>
		<dc:creator>Mozaik. &#187; Blog Archive &#187; A better home server</dc:creator>
		<pubDate>Thu, 29 Sep 2011 23:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urbansedlar.com/?p=1426#comment-5168</guid>
		<description>[...] written about my small and green home server before. I love its low power consumption, integrated UPS/keyboard/screen and the small [...]</description>
		<content:encoded><![CDATA[<p>[...] written about my small and green home server before. I love its low power consumption, integrated UPS/keyboard/screen and the small [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Skip Trash in Lion by Taoiste</title>
		<link>http://blog.urbansedlar.com/archives/3689/comment-page-1#comment-5167</link>
		<dc:creator>Taoiste</dc:creator>
		<pubDate>Fri, 09 Sep 2011 18:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urbansedlar.com/?p=3689#comment-5167</guid>
		<description>Typed in terminal: defaults write com.apple.LaunchServices LSQuarantine -bool NO
Now it works now with more than one file. Thanks alot!</description>
		<content:encoded><![CDATA[<p>Typed in terminal: defaults write com.apple.LaunchServices LSQuarantine -bool NO<br />
Now it works now with more than one file. Thanks alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Skip Trash in Lion by Urban</title>
		<link>http://blog.urbansedlar.com/archives/3689/comment-page-1#comment-5166</link>
		<dc:creator>Urban</dc:creator>
		<pubDate>Fri, 09 Sep 2011 17:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urbansedlar.com/?p=3689#comment-5166</guid>
		<description>It should work for more than one file.. make sure you&#039;ve selected &quot;pass input as arguments&quot; and put the rm -rf inside the *for loop*.

If the soundfile&#039;s giving you problems, you can just omit it. Otherwise, try something like this to disable warnings: 
https://discussions.apple.com/thread/3216314?start=0&amp;tstart=0 </description>
		<content:encoded><![CDATA[<p>It should work for more than one file.. make sure you&#8217;ve selected &#8220;pass input as arguments&#8221; and put the rm -rf inside the *for loop*.</p>
<p>If the soundfile&#8217;s giving you problems, you can just omit it. Otherwise, try something like this to disable warnings: <br />
<a href="https://discussions.apple.com/thread/3216314?start=0&#038;tstart=0 " rel="nofollow">https://discussions.apple.com/thread/3216314?start=0&#038;tstart=0 </a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

