<?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>jim80.net &#187; Windows 2003</title>
	<atom:link href="http://blog.jim80.net/tag/windows-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jim80.net</link>
	<description></description>
	<lastBuildDate>Mon, 16 Jan 2012 04:15:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Preview: Handy Sysinternals Utilities</title>
		<link>http://blog.jim80.net/2009/08/04/handy-sysinternals-utilities/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=handy-sysinternals-utilities</link>
		<comments>http://blog.jim80.net/2009/08/04/handy-sysinternals-utilities/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 20:22:40 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[file lock]]></category>
		<category><![CDATA[locking]]></category>
		<category><![CDATA[process explorer]]></category>
		<category><![CDATA[process monitor]]></category>
		<category><![CDATA[sysinternals]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://blog.jim80.net/?p=276</guid>
		<description><![CDATA[This article was first published as &#8220;Locked Files in Windows&#8221; on 22 Jul 2009. Note to self: Sysinternals is Microsoft&#8217;s saving grace: Process Explorer: A more advanced taskmgr, if you will. It&#8217;s most awesome feature is it&#8217;s ability to search for processes holding a certain handle, allowing you to resolve locked file issues: Home page: [...]]]></description>
			<content:encoded><![CDATA[<p>This article was first published as &#8220;Locked Files in Windows&#8221; on 22 Jul 2009. </p>
<p>Note to self: Sysinternals is Microsoft&#8217;s saving grace: </p>
<p><strong>Process Explorer</strong>: A more advanced taskmgr, if you will. It&#8217;s most awesome feature is it&#8217;s ability to search for processes holding a certain handle, allowing you to resolve locked file issues: </p>
<p>Home page: <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx</a></p>
<p>Or just run it from <a href="http://live.sysinternals.com/procexp.exe">http://live.sysinternals.com/procexp.exe</a></p>
<p><strong>Process Monitor</strong>: Basically, Regmon + Filemon: </p>
<p>Home page: <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx">http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx</a></p>
<p>Or just run it from <a href="http://live.sysinternals.com/Procmon.exe">http://live.sysinternals.com/Procmon.exe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jim80.net/2009/08/04/handy-sysinternals-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a Fat32 Partition in Linux</title>
		<link>http://blog.jim80.net/2009/07/29/make-a-fat32-partition-in-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=make-a-fat32-partition-in-linux</link>
		<comments>http://blog.jim80.net/2009/07/29/make-a-fat32-partition-in-linux/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 03:19:55 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Fat32]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[mkdosfs]]></category>
		<category><![CDATA[NTFS-3G]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://blog.jim80.net/?p=290</guid>
		<description><![CDATA[This is handy for transferring files between Windows and Linux, as many distro&#8217;s don&#8217;t have NTFS RW support built in. This is, of course if you do not have access to the NTFS-3G driver, which does allow for RW mounts. Overview: fdisk w/ a W95 partition table mkdosfs If you need the step by step, [...]]]></description>
			<content:encoded><![CDATA[<p>This is handy for transferring files between Windows and Linux, as many distro&#8217;s don&#8217;t have NTFS RW support built in. This is, of course if you do not have access to the NTFS-3G driver, which does allow for RW mounts. </p>
<p>Overview: fdisk w/ a W95 partition table<br />
mkdosfs</p>
<p>If you need the step by step, it&#8217;s below:</p>
<p><strong>fdisk /dev/sd</strong>(whatever drive you want to reparition, &#8216;b&#8217; in this case), then follow along: </p>
<p>The number of cylinders for this disk is set to 20023.<br />
There is nothing wrong with that, but this is larger than 1024,<br />
and could in certain setups cause problems with:<br />
1) software that runs at boot time (e.g., old versions of LILO)<br />
2) booting and partitioning software from other OSs<br />
   (e.g., DOS FDISK, OS/2 FDISK)</p>
<p>Command (m for help): <strong>m</strong><br />
Command action<br />
   a   toggle a bootable flag<br />
   b   edit bsd disklabel<br />
   c   toggle the dos compatibility flag<br />
   d   delete a partition<br />
   l   list known partition types<br />
   m   print this menu<br />
   n   add a new partition<br />
   o   create a new empty DOS partition table<br />
   p   print the partition table<br />
   q   quit without saving changes<br />
   s   create a new empty Sun disklabel<br />
   t   change a partition&#8217;s system id<br />
   u   change display/entry units<br />
   v   verify the partition table<br />
   w   write table to disk and exit<br />
   x   extra functionality (experts only)</p>
<p>Command (m for help): <strong>n</strong></p>
<p>Command action<br />
   e   extended<br />
   p   primary partition (1-4)<br />
<strong>p</strong><br />
Partition number (1-4): <strong>1</strong><br />
First cylinder (1-20023, default 1):<br />
Using default value 1<br />
Last cylinder or +size or +sizeM or +sizeK (1-20023, default 20023):<br />
Using default value 20023</p>
<p>Command (m for help): <strong>t</strong><br />
Selected partition 1<br />
Hex code (type L to list codes): <strong>c</strong><br />
Changed system type of partition 1 to c (W95 FAT32 (LBA))</p>
<p>Command (m for help): <strong>p</strong></p>
<p>Disk /dev/sdb: 164.6 GB, 164696555520 bytes<br />
255 heads, 63 sectors/track, 20023 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
Disk identifier: 0x000f0136</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br />
/dev/sdb1               1       20023   160834716    c  W95 FAT32 (LBA)</p>
<p>Command (m for help): <strong>w</strong><br />
The partition table has been altered!</p>
<p>Calling ioctl() to re-read partition table.</p>
<p>WARNING: If you have created or modified any DOS 6.x<br />
partitions, please see the fdisk manual page for additional<br />
information.<br />
Syncing disks.</p>
<p>root@sbrescue:/# <strong>mkdosfs /dev/sdb1</strong><br />
mkdosfs 3.0.1 (23 Nov 2008)<br />
root@sbrescue:/# <strong>mount /dev/sdb1 /mnt</strong><br />
root@sbrescue:/# <strong>cd /mnt</strong><br />
root@sbrescue:/mnt# <strong>touch asdf</strong><br />
root@sbrescue:/mnt# <strong>ls</strong><br />
asdf<br />
root@sbrescue:/mnt# </p>
<p>All done! =D</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jim80.net/2009/07/29/make-a-fat32-partition-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hostnames Greater than 15 Characters Effectively Disables MSFTPSvc.</title>
		<link>http://blog.jim80.net/2009/07/22/hostnames-greater-than-15-characters-effectively-disables-msftpsvc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hostnames-greater-than-15-characters-effectively-disables-msftpsvc</link>
		<comments>http://blog.jim80.net/2009/07/22/hostnames-greater-than-15-characters-effectively-disables-msftpsvc/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 16:16:57 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[FAIL]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[msftpsvc]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://blog.jim80.net/?p=271</guid>
		<description><![CDATA[Wait, what?! Oh yeah. It just grinds to a halt, without any helpful error messages. This is just another thing that I want to jot down so I know to check for it the next time I run across a server with FTP issues. AFAIK, it has to do with a NETBIOS limitation.]]></description>
			<content:encoded><![CDATA[<p>Wait, what?! Oh yeah. It just grinds to a halt, without any helpful error messages. This is just another thing that I want to jot down so I know to check for it the next time I run across a server with FTP issues. </p>
<p>AFAIK, it has to do with a <a href="http://support.microsoft.com/kb/909264">NETBIOS limitation</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jim80.net/2009/07/22/hostnames-greater-than-15-characters-effectively-disables-msftpsvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Versus Passive FTP on Windows 2003</title>
		<link>http://blog.jim80.net/2009/06/18/active-versus-passive-ftp-on-windows-2003/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=active-versus-passive-ftp-on-windows-2003</link>
		<comments>http://blog.jim80.net/2009/06/18/active-versus-passive-ftp-on-windows-2003/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 23:01:05 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows Firewall]]></category>

		<guid isPermaLink="false">http://blog.jim80.net/?p=250</guid>
		<description><![CDATA[For the first bit, please refer to Slacksite&#8217;s article for an excellent writeup on the difference between Active and Passive FTP. Windows IIS&#8217;s FTP server is configured to use ports 1025-5000 for Passive FTP traffic by default. You can follow the steps at Microsoft&#8217;s support page to change the Passive FTP port range. To enable [...]]]></description>
			<content:encoded><![CDATA[<p>For the first bit, please refer to <a href="http://slacksite.com/other/ftp.html">Slacksite&#8217;s article</a> for an excellent writeup on the difference between Active and Passive FTP.</p>
<p>Windows IIS&#8217;s FTP server is configured to use ports 1025-5000 for Passive FTP traffic by default. You can follow the steps at <a href="http://support.microsoft.com/?id=555022">Microsoft&#8217;s support page</a> to change the Passive FTP port range.</p>
<p>To enable Passive FTP, Windows Firewall must be configured to allow traffic from these ports. After verifying that the above port range is what you would like open to FTP traffic, each port number must be opened one by one. However, a simple script to automate this process is described <a href="http://eedle.typepad.com/eedle/2009/02/open-a-range-of-ports-on-windows-firewall.html">here</a>.</p>
<p>And here is a <a title="link, link, link...." href="http://www.randomwebsite.com/">random link</a> (ok, the link itself isn&#8217;t random, but the link behind the link is).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jim80.net/2009/06/18/active-versus-passive-ftp-on-windows-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

