<?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>Long Pointers &#187; Uncategorized</title>
	<atom:link href="http://www.matthew-long.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthew-long.com</link>
	<description>Matt Long's Blog About Programming and Stuff</description>
	<lastBuildDate>Fri, 08 May 2009 20:53:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Single-Sided Floppies</title>
		<link>http://www.matthew-long.com/2006/06/11/single-sided-floppies/</link>
		<comments>http://www.matthew-long.com/2006/06/11/single-sided-floppies/#comments</comments>
		<pubDate>Sun, 11 Jun 2006 22:21:19 +0000</pubDate>
		<dc:creator>perlmunger</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.matthew-long.com/2006/06/11/single-sided-floppies/</guid>
		<description><![CDATA[I just got some new old music hardware from a friend&#8211;a Roland S-330 sampler module. It only takes floppies for loading samples so I went digging through my old boxes for some floppies I can use. I found a couple, but then came to learn that not only does the system take floppies only, but [...]]]></description>
			<content:encoded><![CDATA[<p>I just got some new old music hardware from a friend&#8211;a Roland S-330 sampler module. It only takes floppies for loading samples so I went digging through my old boxes for some floppies I can use. I found a couple, but then came to learn that not only does the system take floppies only, but it also requires them to be single-sided 720K floppies.</p>
<p>After doing a little research on the web I found that the trick is to take a Double-Sided Double-Density floppy, cover the hole in the disk opposite the write-protect hole with tape and then format it as a 720K disk. Sounds easy enough and fortunately it is. The only problem now is that in Windows XP the format command:</p>
<p>c:\> format a: /F:720</p>
<p>Does not work. The only option in XP is to use /F:1.44. I then dug a little deeper and came across this gem, which does the correct formatting:</p>
<p>C:\> format a: /T:80 /N:9</p>
<p>When I get a little more time, I&#8217;ll look up exactly what each of these does, but for now suffice it to say, it does the job and I have now turned several perfectly good 1.44MB floppy discs into 720K floppy discs. Who would have ever thought that might be desireable? :-D</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthew-long.com/2006/06/11/single-sided-floppies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
