<?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>iTechLog &#187; Servers</title>
	<atom:link href="http://itechlog.com/category/servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://itechlog.com</link>
	<description>Your source to IT solutions, interesting technology news and code snipets.</description>
	<lastBuildDate>Tue, 10 Jan 2012 17:06:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Clear space on Windows Server 2003 with Symbolic Link</title>
		<link>http://itechlog.com/servers/2011/11/02/clear-space-on-windows-server-2003-with-symbolic-link/</link>
		<comments>http://itechlog.com/servers/2011/11/02/clear-space-on-windows-server-2003-with-symbolic-link/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 15:28:06 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[low space on hard drive]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[partition magic]]></category>
		<category><![CDATA[Partitioning]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[symbolic link]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[system drive]]></category>
		<category><![CDATA[system volume]]></category>

		<guid isPermaLink="false">http://itechlog.com/?p=1300</guid>
		<description><![CDATA[<a href="http://itechlog.com/servers/2011/11/02/clear-space-on-windows-server-2003-with-symbolic-link/" title="Clear space on Windows Server 2003 with Symbolic Link"></a>I kept getting &#8220;out of space&#8221; warnings on a  server 2003 at work , backups were failing and updates were reporting error. From my online research I see that  many systems Admins are now having the same problem with a &#8230;<p class="read-more"><a href="http://itechlog.com/servers/2011/11/02/clear-space-on-windows-server-2003-with-symbolic-link/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/servers/2011/11/02/clear-space-on-windows-server-2003-with-symbolic-link/" title="Clear space on Windows Server 2003 with Symbolic Link"></a><p><img class="alignleft size-full wp-image-937" title="alert-icon" src="http://itechlog.com/wp-content/uploads/2010/10/alert-icon.jpg" alt="" width="150" height="138" />I kept getting &#8220;out of space&#8221; warnings on a  server 2003 at work , backups were failing and updates were reporting error.</p>
<p>From my online research I see that  many systems Admins are now having the same problem with a Windows server 2003 installation in a 25GB partition, which was the default guidance from Microsoft.</p>
<p>I  looked into some partitioning software to make use of my large D: partition, but was wisely warned away from doing it as it may cause future problems if you need for some reason to restore your server.</p>
<p>As a Linux Admin I am very familiar with the concept of Symbolic Links, which has been around for a long time. On Linux the <a title="SymLink on Linux " href="http://itechlog.com/linux-man-pages/2009/01/01/ln/" target="_blank">command LN</a> is all you  need.</p>
<p>Well, to my heart&#8217;s content Microsoft does have a very useful, and yet not well publicised, command line tool called LINKD.exe, which is part of the <a title="Windows server 2003 Resource Kit" href="http://www.microsoft.com/download/en/details.aspx?id=17657" target="_blank">Windows server 2003 Resource Kit</a>.</p>
<p>Please note that a symbolic link is not the same as a Windows shortcut file, which is a regular file. The windows shortcut may be created on any file system (such as the earlier FAT32), and is not transparent to applications. SymLink is transparent to applications making it great for clearing space on your drive, without compromising file structure.</p>
<p><strong>My example scenario.</strong></p>
<ul>
<li>Drive C:\ free space 2Mb</li>
<li>Drive D:\ free space 200GB</li>
<li>Identified a large folder to move to D:\ -  (Drive C:\Program Files\Trend Micro\AMSP\BackupAmsp -  size 6.5GB)</li>
<li>Moved the large folder to D:\  (I created a folder called &#8220;moved from C&#8221; and saved the large folder inside it)</li>
<li>Installed <a title="Windows server 2003 Resource Kit" href="http://www.microsoft.com/download/en/details.aspx?id=17657" target="_blank">Windows server 2003 Resource Kit</a>  (also to Drive D:\Program Files\RKTOOLS)</li>
<li>Opened Command Line (START\RUN\CMD), navigated to D:\Program Files\RKTOOLS</li>
<li>Run command: linkd &#8220;C:\Program Files\Trend Micro\AMSP\BackupAmsp&#8221;  &#8220;D:\moved from C\BackupAmsp&#8221;</li>
<li>Done.</li>
</ul>
<p><strong>Disclaimer</strong>: I used Symbolic Link on a non system critical folder. If you plan to use this on a system critical folder, do at your own risk.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Command+line' rel='tag' target='_self'>Command line</a>, <a class='technorati-link' href='http://technorati.com/tag/low+space+on+hard+drive' rel='tag' target='_self'>low space on hard drive</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft' rel='tag' target='_self'>Microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/NTFS' rel='tag' target='_self'>NTFS</a>, <a class='technorati-link' href='http://technorati.com/tag/partition' rel='tag' target='_self'>partition</a>, <a class='technorati-link' href='http://technorati.com/tag/partition+magic' rel='tag' target='_self'>partition magic</a>, <a class='technorati-link' href='http://technorati.com/tag/Partitioning' rel='tag' target='_self'>Partitioning</a>, <a class='technorati-link' href='http://technorati.com/tag/Server+2003' rel='tag' target='_self'>Server 2003</a>, <a class='technorati-link' href='http://technorati.com/tag/symbolic+link' rel='tag' target='_self'>symbolic link</a>, <a class='technorati-link' href='http://technorati.com/tag/symlink' rel='tag' target='_self'>symlink</a>, <a class='technorati-link' href='http://technorati.com/tag/system+drive' rel='tag' target='_self'>system drive</a>, <a class='technorati-link' href='http://technorati.com/tag/system+volume' rel='tag' target='_self'>system volume</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>September 25, 2011 -- <a href="http://itechlog.com/microsoft/2011/09/25/fix-java-install-error-1334-and-error-1723/" title="Fix Java install error 1334 and Error 1723">Fix Java install error 1334 and Error 1723</a></li><li>July 30, 2010 -- <a href="http://itechlog.com/microsoft/2010/07/30/microsofts-steet-slide-view-is-so-unmicrosoft/" title="Microsoft&#8217;s Street Slide View is so unMicrosoft">Microsoft&#8217;s Street Slide View is so unMicrosoft</a></li><li>March 11, 2010 -- <a href="http://itechlog.com/itechlog-news/2010/03/11/the-future-of-gaming-is-opengl/" title="The future of gaming is OpenGL">The future of gaming is OpenGL</a></li><li>January 7, 2010 -- <a href="http://itechlog.com/linux/2010/01/07/linux-clearos-to-rival-microsofts-sbs/" title="Linux ClearOS to rival Microsoft&#8217;s SBS">Linux ClearOS to rival Microsoft&#8217;s SBS</a></li><li>December 11, 2009 -- <a href="http://itechlog.com/itechlog-news/2009/12/11/microsofts-attempt-to-bribe-its-way-to-the-top/" title="Microsoft&#8217;s attempt to bribe its way to the top">Microsoft&#8217;s attempt to bribe its way to the top</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/servers/2011/11/02/clear-space-on-windows-server-2003-with-symbolic-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux ClearOS to rival Microsoft&#8217;s SBS</title>
		<link>http://itechlog.com/linux/2010/01/07/linux-clearos-to-rival-microsofts-sbs/</link>
		<comments>http://itechlog.com/linux/2010/01/07/linux-clearos-to-rival-microsofts-sbs/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 14:27:16 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[ClearOS]]></category>
		<category><![CDATA[CUPS]]></category>
		<category><![CDATA[File sharing]]></category>
		<category><![CDATA[gateway server]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[network server]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Small Busines Server]]></category>
		<category><![CDATA[Snort]]></category>

		<guid isPermaLink="false">http://itechlog.com/linux/2010/01/07/linux-clearos-to-rival-microsofts-sbs/</guid>
		<description><![CDATA[<a href="http://itechlog.com/linux/2010/01/07/linux-clearos-to-rival-microsofts-sbs/" title="Linux ClearOS to rival Microsoft&#039;s SBS"></a>Microsoft has dominated the small enterprise market with its out of the box feature rich SBS (Small Business Server). Linux has always trailed behind it and although most of the technology to rival Microsoft has been in place, it has &#8230;<p class="read-more"><a href="http://itechlog.com/linux/2010/01/07/linux-clearos-to-rival-microsofts-sbs/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/linux/2010/01/07/linux-clearos-to-rival-microsofts-sbs/" title="Linux ClearOS to rival Microsoft&#039;s SBS"></a><p>Microsoft has dominated the small enterprise market with its out of the box feature rich SBS (Small Business Server). Linux has always trailed behind it and although most of the technology to rival Microsoft has been in place, it has always been a mammoth task to setup a server from scratch&nbsp; to do that.&nbsp; <a target="_blank" href="http://www.clearfoundation.com/Software/overview.html">ClearOS</a> came to fill in this gap.</p>
<p>&#8220;ClearOS is a powerful network and gateway server designed for small organizations and distributed environments.&nbsp; Though ClearOS comes with an extensive list of features&nbsp; and integrated services, the solution is easy to configure thanks to the intuitive <a href="http://www.clearfoundation.com/Software/Screenshots.html">web-based interface</a>.&#8221;<i><small> (extracted from Clear Foundation website)</small></i><br />&nbsp;<br />Take a look at how ClearOS&#8217; features match the MS SBS:</p>
<p>
<table border="0">
<tbody>
<tr>
<td valign="top" width="50%"><big></big><big><b>Microsoft SBS</b></big></p>
<p>Centralized Authentication (Active Directory)<br />Mail, calendaring and instant messaging (Exchange)<br />Webserver (IIS)<br />Firewall (ISA)<br />Content management system (Sharepoint)<br />Antivirus (Forefront)<br />Database (MS-SQL Premium version only)<br />Remote Desktop Services<br />Virtual Private Network (VPN)</p>
</td>
<td valign="top"><big></big><big><b>ClearOS Linux</b></big></p>
<p>Centralized Authentication (LDAP)<br />Primary Domain Controller (Samba)<br />File and Print Services (Samba and CUPS)<br />Mail (SMTP, POP, IMAP, Webmail)<br />Calendaring (Kolab groupware)<br />Webserver (Apache)<br />Firewall plus intrusion protection (iptables, Snort)<br />Antimalware (Clam Antivirus, Antiphishing, Antispyware)<br />Antispam (Spamassassin)<br />Database (MySQL)<br />Virtual Private Network (IPSec, OpenVPN, PPTP)<br />Web Proxy (Squid)</td>
</tr>
</tbody>
</table>
<p>The<a target="_blank" href="http://www.linux-mag.com/cache/7662/1.html"> Linux Magazine published an in depth article</a> comparing and explaining this &#8220;new&#8221; Linux distro.&nbsp;</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=c1c5639d-e6af-8a9e-92d4-bcfd4bb1f32e" /></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Active+Directory' rel='tag' target='_self'>Active Directory</a>, <a class='technorati-link' href='http://technorati.com/tag/Apache' rel='tag' target='_self'>Apache</a>, <a class='technorati-link' href='http://technorati.com/tag/ClearOS' rel='tag' target='_self'>ClearOS</a>, <a class='technorati-link' href='http://technorati.com/tag/CUPS' rel='tag' target='_self'>CUPS</a>, <a class='technorati-link' href='http://technorati.com/tag/File+sharing' rel='tag' target='_self'>File sharing</a>, <a class='technorati-link' href='http://technorati.com/tag/gateway+server' rel='tag' target='_self'>gateway server</a>, <a class='technorati-link' href='http://technorati.com/tag/LDAP' rel='tag' target='_self'>LDAP</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft' rel='tag' target='_self'>Microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/network+server' rel='tag' target='_self'>network server</a>, <a class='technorati-link' href='http://technorati.com/tag/Samba' rel='tag' target='_self'>Samba</a>, <a class='technorati-link' href='http://technorati.com/tag/SBS' rel='tag' target='_self'>SBS</a>, <a class='technorati-link' href='http://technorati.com/tag/Server' rel='tag' target='_self'>Server</a>, <a class='technorati-link' href='http://technorati.com/tag/Small+Busines+Server' rel='tag' target='_self'>Small Busines Server</a>, <a class='technorati-link' href='http://technorati.com/tag/Snort' rel='tag' target='_self'>Snort</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>August 12, 2010 -- <a href="http://itechlog.com/linux/2010/08/12/linuxcon-2010-just-for-fun-poll-results-explained/" title="LinuxCon 2010 Just for Fun Poll Results explained">LinuxCon 2010 Just for Fun Poll Results explained</a></li><li>March 11, 2010 -- <a href="http://itechlog.com/itechlog-news/2010/03/11/the-future-of-gaming-is-opengl/" title="The future of gaming is OpenGL">The future of gaming is OpenGL</a></li><li>December 21, 2011 -- <a href="http://itechlog.com/easy-tips/2011/12/21/auto-start-a-program-on-gnome-3/" title="Auto start a program on Gnome 3">Auto start a program on Gnome 3</a></li><li>December 14, 2011 -- <a href="http://itechlog.com/linux/2011/12/14/show-desktop-icons-in-gnome-3-on-open-suse-12-1/" title="Show Desktop icons in Gnome 3 on Open SUSE 12.1">Show Desktop icons in Gnome 3 on Open SUSE 12.1</a></li><li>November 7, 2011 -- <a href="http://itechlog.com/programming/2011/11/07/arduino-the-open-source-hardware/" title="Arduino the Open Source hardware">Arduino the Open Source hardware</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/linux/2010/01/07/linux-clearos-to-rival-microsofts-sbs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SwitchVox IP PBX</title>
		<link>http://itechlog.com/servers/2009/06/03/switchvox-ip-pbx/</link>
		<comments>http://itechlog.com/servers/2009/06/03/switchvox-ip-pbx/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 21:42:24 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Difium]]></category>
		<category><![CDATA[IP PBX]]></category>
		<category><![CDATA[SwitchVox]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://itechlog.com/?p=745</guid>
		<description><![CDATA[<a href="http://itechlog.com/servers/2009/06/03/switchvox-ip-pbx/" title="SwitchVox IP PBX"></a>Switchvox is Digium&#8217;s family of Voice Over IP Phone systems for small and medium businesses. Switchvox systems are designed to be easy to use, full of helpful features and cost less than a traditional PBX. It&#8217;s based on the world&#8217;s &#8230;<p class="read-more"><a href="http://itechlog.com/servers/2009/06/03/switchvox-ip-pbx/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/servers/2009/06/03/switchvox-ip-pbx/" title="SwitchVox IP PBX"></a><p><a href="http://www.digium.com/en/products/switchvox/" target="_blank">Switchvox</a> is Digium&#8217;s family of Voice Over IP Phone systems for small and medium businesses. Switchvox systems are designed to be easy to use, full of helpful features and cost less than a traditional PBX. It&#8217;s based on the world&#8217;s leading open source PBX, telephony engine, and telephony applications toolkit <a href="http://www.asterisk.org/" target="_blank">Asterisk</a>.</p>
<p><embed src="http://www.digium.com/en/_includes/FlowPlayerLight.swf?config=%7Bembedded%3Atrue%2CbaseURL%3A%27http%3A%2F%2Fwww%2Edigium%2Ecom%2Fen%2F%5Fincludes%27%2CinitialScale%3A%27scale%27%2CvideoFile%3A%27http%3A%2F%2Fdocs%2Edigium%2Ecom%2FSWVX%2Fswitchboard%5Fdemo%2Eflv%27%7D" width="640" height="360" scale="noscale" bgcolor="111111" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" allowNetworking="all" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Asterisk' rel='tag' target='_self'>Asterisk</a>, <a class='technorati-link' href='http://technorati.com/tag/Difium' rel='tag' target='_self'>Difium</a>, <a class='technorati-link' href='http://technorati.com/tag/IP+PBX' rel='tag' target='_self'>IP PBX</a>, <a class='technorati-link' href='http://technorati.com/tag/Open+Source' rel='tag' target='_self'>Open Source</a>, <a class='technorati-link' href='http://technorati.com/tag/SwitchVox' rel='tag' target='_self'>SwitchVox</a>, <a class='technorati-link' href='http://technorati.com/tag/VoIP' rel='tag' target='_self'>VoIP</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 14, 2011 -- <a href="http://itechlog.com/linux/2011/12/14/show-desktop-icons-in-gnome-3-on-open-suse-12-1/" title="Show Desktop icons in Gnome 3 on Open SUSE 12.1">Show Desktop icons in Gnome 3 on Open SUSE 12.1</a></li><li>November 7, 2011 -- <a href="http://itechlog.com/programming/2011/11/07/arduino-the-open-source-hardware/" title="Arduino the Open Source hardware">Arduino the Open Source hardware</a></li><li>April 8, 2011 -- <a href="http://itechlog.com/linux/2011/04/08/linux-turns-20/" title="Linux turns 20">Linux turns 20</a></li><li>August 5, 2010 -- <a href="http://itechlog.com/open-source/2010/08/05/opencart-simple-and-great-e-commerce-system/" title="Opencart simple and great e-commerce system">Opencart simple and great e-commerce system</a></li><li>September 30, 2009 -- <a href="http://itechlog.com/itechlog-news/2009/09/30/google-wave/" title="Google Wave">Google Wave</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/servers/2009/06/03/switchvox-ip-pbx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server 2003 &#8211; removable storage database failed to load</title>
		<link>http://itechlog.com/windows/2009/03/01/server-2003-removable-storage-database-failed-to-load/</link>
		<comments>http://itechlog.com/windows/2009/03/01/server-2003-removable-storage-database-failed-to-load/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 01:26:04 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft RSM]]></category>
		<category><![CDATA[Removable Storage Error]]></category>
		<category><![CDATA[Server 2003]]></category>

		<guid isPermaLink="false">http://itechlog.com/windows/2009/03/01/server-2003-removable-storage-database-failed-to-load/</guid>
		<description><![CDATA[<a href="http://itechlog.com/windows/2009/03/01/server-2003-removable-storage-database-failed-to-load/" title="Server 2003 - removable storage database failed to load"></a>When trying to start the Removable Storage Service it may hang and stop responding. You may get the following error messages: Backup cannot connect to the Removable Storage service. &#8211; This service is required for use of tape drives and &#8230;<p class="read-more"><a href="http://itechlog.com/windows/2009/03/01/server-2003-removable-storage-database-failed-to-load/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/windows/2009/03/01/server-2003-removable-storage-database-failed-to-load/" title="Server 2003 - removable storage database failed to load"></a><p>When trying to start the Removable Storage Service it may hang and stop responding. You may get the following error messages:
<ul>
<li>Backup cannot connect to the <b>Removable Storage service</b>. &#8211; This service is required for use of tape drives and other backup devices. </li>
<li>REMOVABLE STORAGE &#8211; Server Execution failed.  </li>
<li>The removable storage database failed to load. Check the event log. </li>
</ul>
<p>To fix this just follow these simple steps.</p>
<ol>
<li>Copy all files located in the %SystemRoot%\System32\NtmsData folder to another location (don&#8217;t delete them for now just for safety)</li>
<li>In the Computer  Management tool, double-click the <b>Services and Applications</b> branch to expand it, and then click <b>Services</b>.</li>
<li>Locate the Removable Storage service, try to start the service, or change the startup type from &#8220;Disabled&#8221; to &#8220;Automatic&#8221;, and then restart your computer. This should import the database from the export folder, build a new index file, and be consistent from when the last %Systemroot% backup was performed.</li>
<li>Done</li>
</ol>
<p>See the Microsoft Knowledge Base:<a target="_blank" href="http://support.microsoft.com/?id=235032">235032</a> in case you continue to have the same problem. </p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=7ed6eacc-4912-4c5b-8cc9-456830377ca6" /></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Microsoft+RSM' rel='tag' target='_self'>Microsoft RSM</a>, <a class='technorati-link' href='http://technorati.com/tag/Removable+Storage+Error' rel='tag' target='_self'>Removable Storage Error</a>, <a class='technorati-link' href='http://technorati.com/tag/Server+2003' rel='tag' target='_self'>Server 2003</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>November 2, 2011 -- <a href="http://itechlog.com/servers/2011/11/02/clear-space-on-windows-server-2003-with-symbolic-link/" title="Clear space on Windows Server 2003 with Symbolic Link">Clear space on Windows Server 2003 with Symbolic Link</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/windows/2009/03/01/server-2003-removable-storage-database-failed-to-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

