<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Martin Falatic’s Techno Blog &#187; Ubuntu</title>
	<atom:link href="http://www.falatic.com/index.php/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.falatic.com</link>
	<description>Technobabble...</description>
	<lastBuildDate>Thu, 20 Oct 2011 05:26:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problems updating/installing samba4 in Ubuntu 11.04? Read here!</title>
		<link>http://www.falatic.com/index.php/29/problems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04</link>
		<comments>http://www.falatic.com/index.php/29/problems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04#comments</comments>
		<pubDate>Tue, 07 Jun 2011 00:48:09 +0000</pubDate>
		<dc:creator>Martin Falatic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ldberror]]></category>
		<category><![CDATA[Natty]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[purge]]></category>
		<category><![CDATA[rootdse]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[samba4]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.falatic.com/?p=29</guid>
		<description><![CDATA[I recently upgraded my Ubuntu installation from 10.10 to 11.04 and the samba4 package had big problems being updated or installed. I finally found a way to properly install it, so hopefully this will be helpful to others. First, the &#8230; <a class="more-link" href="http://www.falatic.com/index.php/29/problems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded my Ubuntu installation from 10.10 to 11.04 and the samba4 package had big problems being updated or installed. I finally found a way to properly install it, so hopefully this will be helpful to others.</p>
<p>First, the tail of the installation output for the samba4 package:</p>
<p style="padding-left: 30px;">&#8230;<em><br />
module samba_dsdb initialization failed : No such object</em><br />
<em>Unable to load modules for /var/lib/samba/private/sam.ldb: dsdb_module_search_dn: did not find base dn @ROOTDSE (0 results)</em><br />
<em>Traceback (most recent call last):</em><br />
<em> File &#8220;/usr/share/samba/setup/upgradeprovision&#8221;, line 1597, in &lt;module&gt;</em><br />
<em> ldbs = get_ldbs(paths, creds, session, lp)</em><br />
<em> File &#8220;/usr/lib/python2.7/dist-packages/samba/upgradehelpers.py&#8221;, line 159, in get_ldbs</em><br />
<em> ldbs.sam = SamDB(paths.samdb, session_info=session, credentials=creds, lp=lp, options=["modules:samba_dsdb"])</em><br />
<em> File &#8220;/usr/lib/python2.7/dist-packages/samba/samdb.py&#8221;, line 53, in __init__</em><br />
<em> options=options)</em><br />
<em> File &#8220;/usr/lib/python2.7/dist-packages/samba/__init__.py&#8221;, line 110, in __init__</em><br />
<em> self.connect(url, flags, options)</em><br />
<em> File &#8220;/usr/lib/python2.7/dist-packages/samba/samdb.py&#8221;, line 66, in connect</em><br />
<em> options=options)</em><br />
<em>_ldb.LdbError: (80, &#8216;dsdb_module_search_dn: did not find base dn @ROOTDSE (0 results)&#8217;)</em><br />
<em>dpkg: error processing samba4 (&#8211;configure):</em><br />
<em> subprocess installed post-installation script returned error exit status 1</em><br />
<em>Errors were encountered while processing:</em><br />
<em> samba4</em><br />
<em>E: Sub-process /usr/bin/dpkg returned an error code (1)</em></p>
<p>I first looked around&#8230; a few people had reported similar issues but the answers weren&#8217;t useful. The most common one in several places was, &#8220;Why are you using samba 4? It&#8217;s experimental!&#8221; I&#8217;ve heard that only samba4 works (well | at all?) with Windows 7 protocols. Not sure about that but it was clear that downgrading to regular samba (v3) wasn&#8217;t an ideal solution. (Note: it&#8217;s been a while since I dealt with interop issues on samba&#8230; I apparently originally installed samba4 in 10.04 or 10.10 as part of trying to talk with Windows 7.)</p>
<p>Finally, having done due diligence, <a title="Samba4 failed install report" href="https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/792189" target="_blank">I posted my problem as a bug report</a>. After a few iterations it was mentioned that I should &#8220;purge&#8221; the samba database. Hmm. I didn&#8217;t see that mentioned anywhere else when I searched before (on my particular install error). So I tried it and lo and behold! The purge worked!</p>
<p><strong>So, to install/upgrade samba4 on Ubuntu 11.04, you can try the following (<span style="color: #ff0000;">Disclaimer: always back up first!</span>):</strong></p>
<pre># Attempt to install samba4:

sudo apt-get install samba4

# Assuming it fails to install correctly
#("_ldb.LdbError: (80, 'dsdb_module_search_dn: did not find
# base dn @ROOTDSE (0 results)')" is the error I was dealing
# with), purge samba4:

sudo apt-get purge samba4

# Finally, attempt to install samba4 again:

sudo apt-get install samba4</pre>
<p>That should do it. If it doesn&#8217;t do it, maybe you are having a different issue.</p>
<p><strong><span style="color: #0000ff;">EDIT:</span> There&#8217;s some useful info on <a href="http://www.liberiangeek.net/2011/04/share-home-folder-ubuntu-11-04-natty-narwhal/" target="_blank">this page</a> about configuring Ubuntu 11.04 Samba so as to play nice with Windows</strong>. Also, your smb.conf is probably in /etc/samba&#8230; <em><strong>installing samba doesn&#8217;t install a default config file</strong></em> even if this one is absent. I&#8217;m not sure why yet but I&#8217;d like to know since my existing one is throwing warnings when you run &#8220;samba&#8221; as a command (several &#8220;unknown parameters&#8221; are getting &#8220;ignored&#8221;&#8230; probably fine but I wish I had a clean smb.conf for this release to compare against.)</p>
<p><strong><span style="color: #0000ff;">EDIT2:</span> There&#8217;s <a href="http://www.liberiangeek.net/2011/04/share-files-folders-ubuntu-11-04-natty-narwhal/" target="_blank">another tutorial here</a> about Ubuntu 11.04, Samba 3 and sharing with Windows.</strong></p>
<p><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;linkname=Problems%20updating%2Finstalling%20samba4%20in%20Ubuntu%2011.04%3F%20Read%20here%21" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.falatic.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;linkname=Problems%20updating%2Finstalling%20samba4%20in%20Ubuntu%2011.04%3F%20Read%20here%21" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.falatic.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_tumblr" href="http://www.addtoany.com/add_to/tumblr?linkurl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;linkname=Problems%20updating%2Finstalling%20samba4%20in%20Ubuntu%2011.04%3F%20Read%20here%21" title="Tumblr" rel="nofollow" target="_blank"><img src="http://www.falatic.com/wp-content/plugins/add-to-any/icons/tumblr.png" width="16" height="16" alt="Tumblr"/></a><a class="a2a_button_slashdot" href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;linkname=Problems%20updating%2Finstalling%20samba4%20in%20Ubuntu%2011.04%3F%20Read%20here%21" title="Slashdot" rel="nofollow" target="_blank"><img src="http://www.falatic.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;counturl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;count=horizontal&amp;text=Problems%20updating%2Finstalling%20samba4%20in%20Ubuntu%2011.04%3F%20Read%20here%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;counturl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;count=horizontal&amp;text=Problems%20updating%2Finstalling%20samba4%20in%20Ubuntu%2011.04%3F%20Read%20here%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F29%2Fproblems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04&amp;title=Problems%20updating%2Finstalling%20samba4%20in%20Ubuntu%2011.04%3F%20Read%20here%21" id="wpa2a_2"><img src="http://www.falatic.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.falatic.com/index.php/29/problems-with-samba4-when-updating-from-ubuntu-10-10-to-11-04/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fun with bootable flash drives!</title>
		<link>http://www.falatic.com/index.php/7/fun-with-bootable-flash-drives</link>
		<comments>http://www.falatic.com/index.php/7/fun-with-bootable-flash-drives#comments</comments>
		<pubDate>Wed, 22 Apr 2009 02:25:58 +0000</pubDate>
		<dc:creator>Martin Falatic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flash drives]]></category>
		<category><![CDATA[GParted]]></category>
		<category><![CDATA[removable bit]]></category>
		<category><![CDATA[Super Grub]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[UBCD4Win]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.falatic.com/?p=7</guid>
		<description><![CDATA[I&#8217;ve been fiddling with making bootable flash drives lately, via UBCD4Win for the most part.  It&#8217;s actually come in handy a few times in the last month alone and the new v3.50 just came out today!  In the course of &#8230; <a class="more-link" href="http://www.falatic.com/index.php/7/fun-with-bootable-flash-drives">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been fiddling with making bootable flash drives lately, via <a title="UBCD4Win homepage" href="http://www.ubcd4win.com/" target="_blank">UBCD4Win</a> for the most part.  It&#8217;s actually come in handy a few times in the last month alone and the new v3.50 just came out today!  In the course of this I&#8217;ve learned a couple of useful things that might be worthwhile to others working on this.</p>
<p><span id="more-7"></span></p>
<hr />
<h3>Flash Drives and The Removable Bit</h3>
<p>Something I stumbled upon today was a Lexar utility that can flip the removable bit on a flash drive.  <span style="color: #800000;"><span style="text-decoration: underline;"><strong>Disclaimer: this may not work for you or could even cause problems!</strong></span></span> As you may have noticed a flash drive appears as a &#8220;removable disk&#8221; in explorer, and (as I understand it) cannot be partitioned in XP or lower (Vista doesn&#8217;t seem to care as much from what I can tell).Indeed, it works, making the drive go from &#8220;removable&#8221; to &#8220;basic&#8221; (that is, fixed or local).</p>
<p>As I was doing all this in Vista with UAC enabled I was alarmed when it appeared that once I flipped the bit there was no flipping it back!  It&#8217;s not necessarily bad but I prefer to keep it removable unless otherwise necessary.  After lots of flailing (and finding a few posts alluding to this one-way trip problem &#8211; but no answers) <span style="text-decoration: underline;">I ran the utility via the &#8220;Run as administrator&#8221; option</span>. This allowed BootIt to see the &#8220;fixed&#8221; disks (which the flash drive becomes a part of after flipping the bit).  <strong>Be VERY careful not to mess with the wrong drive of course! </strong> I think Vista is more protective of the fixed disks, thus the unexpected hurdle.</p>
<p>Note: I was able to flip the removable bit on Lexar and A-DATA drives, <strong>but I had no luck with</strong> my 4GB OCZ Rally2, a Sandisk Cruzer Micro or with an old Pocket Disk brand 128MB drive (handy for small images) which all stayed resolutely removable.</p>
<p>Read more about the <em><strong>Lexar BootIt (Flip the Removable Media Bit)</strong></em> tool <a href="http://freestickdownload.blogspot.com/2008/05/bootit-lexar-usb-flip-romovable-media.html" target="_blank">here</a> and <a href="http://www.downloadsquad.com/tag/usb-flash-drive/" target="_blank">here</a> (I used v1.07, which I think is the only one out there).</p>
<hr />
<h3>Adding bootable ISO images to UBCD4Win images</h3>
<p>It&#8217;s pretty easy to add bootable ISO images to UBCD4Win (this is tested with v3.22 and should work with v3.50 equally well).  Today I had LOTS of &#8220;fun&#8221; dealing with a lost boot manager on my triple-boot laptop (<em>Vista, Ubuntu, Win7, oh my!</em>) and I snagged copies of <a title="GParted project page" href="http://gparted.sourceforge.net/index.php" target="_blank">GParted</a> and <a title="Super Grub Disk" href="http://www.supergrubdisk.org/" target="_blank">Super Grub</a> to try and save the day.  All I did was download them and add the ISOs to the /images tree on the prepared flash drive.  Then I added a couple of entries in /menu.lst as follows:</p>
<pre>title Super Grub
map --mem (hd0,0)//Images/super_grub.iso (hd32)
map --hook
chainloader (hd32)
rootnoverify (hd32)</pre>
<pre>title GParted
map --mem (hd0,0)//Images/gparted-live.iso (hd32)
map --hook
chainloader (hd32)
rootnoverify (hd32)</pre>
<p>The ISO names must match what&#8217;s in /images, and I&#8217;d avoid putting spaces in the names too.  <span style="color: #800000;"><span style="text-decoration: underline;"><strong>The usual disclaimer applies: I figured this out by trial and error but it worked fine for me.</strong></span></span></p>
<p>Super Grub ended up working and saving the day!  GParted, not so much&#8230; I had to put it on a CD to get it to fully work.  This is no fault of GParted&#8230; as far as I can tell the same problem would affect ANY partition tool. GParted actually got stuck in a repeating loop of attempting to mount a drive and I think it had to do with how the boot process involved resetting the USB hub (thus resetting the flash drive).  Other partition managers that pass through a USB stage also experienced the same issues.  Booting GParted from the CD-RW appears to avoid all that.  I had the same problem when I attemtped to mount and install the Ubuntu 9.04 ISO from that USB drive today&#8230; it worked fine from a DVD.  So, while this method works in theory it may not always be practical given the limitations of booting from USB.</p>
<p>What&#8217;s nice is that once I have a small stable of utilities like this I can eventually burn the whole thing onto a DVD for near-universal usage (even on machines that won&#8217;t boot from flash).  Pretty handy!  <img src='http://www.falatic.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><em><strong>Update: </strong></em>there are better ways to do this menu thing I&#8217;m sure&#8230; and apparently the CD ISO uses an entirely different menu system for some reason.  So at a minimum /BCDW/BCDW.INI also needs to be updated (but I&#8217;m not yet sure what that should look like).</p>
<p><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;linkname=Fun%20with%20bootable%20flash%20drives%21" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.falatic.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;linkname=Fun%20with%20bootable%20flash%20drives%21" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.falatic.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_tumblr" href="http://www.addtoany.com/add_to/tumblr?linkurl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;linkname=Fun%20with%20bootable%20flash%20drives%21" title="Tumblr" rel="nofollow" target="_blank"><img src="http://www.falatic.com/wp-content/plugins/add-to-any/icons/tumblr.png" width="16" height="16" alt="Tumblr"/></a><a class="a2a_button_slashdot" href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;linkname=Fun%20with%20bootable%20flash%20drives%21" title="Slashdot" rel="nofollow" target="_blank"><img src="http://www.falatic.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;counturl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;count=horizontal&amp;text=Fun%20with%20bootable%20flash%20drives%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;counturl=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;count=horizontal&amp;text=Fun%20with%20bootable%20flash%20drives%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.falatic.com%2Findex.php%2F7%2Ffun-with-bootable-flash-drives&amp;title=Fun%20with%20bootable%20flash%20drives%21" id="wpa2a_4"><img src="http://www.falatic.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.falatic.com/index.php/7/fun-with-bootable-flash-drives/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

