<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Kissing off floppies?</title>
	<link>http://ask.metafilter.com/30892/Kissing-off-floppies/</link>
	<description>Comments on Ask MetaFilter post Kissing off floppies?</description>
	<pubDate>Mon, 16 Jan 2006 08:16:10 -0800</pubDate>
	<lastBuildDate>Mon, 16 Jan 2006 08:16:10 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Kissing off floppies?</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies</link>	
		<description>How do I get something other then a floppy drive to show up as the a: drive in Windows 2000? It could be a USB jump drive or a mapped drive, it doesn&apos;t matter so long as it&apos;s not a floppy. I have an old legacy application that only loads its data from a:, and it&apos;s driving me insane keeping stacks of floppies around.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.30892</guid>
		<pubDate>Mon, 16 Jan 2006 08:07:36 -0800</pubDate>
		<dc:creator>voidcontext</dc:creator>
		
			<category>floppies</category>
		
			<category>floppy</category>
		
			<category>disk</category>
		
			<category>computer</category>
		
			<category>howto</category>
		
			<category>windows</category>
		
	</item> <item>
		<title>By: knave</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies#485284</link>	
		<description>If you can physically remove the floppy drive, then you could do a subst command at the command line to map another drive to A:.   Might even be simpler to disable the floppy drive through BIOS.  I haven&apos;t tried this myself, but Windows let me do:&lt;br&gt;
&lt;br&gt;
subst b: c:\&lt;br&gt;
&lt;br&gt;
So I assume it&apos;ll work for A: if there&apos;s no A drive.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.30892-485284</guid>
		<pubDate>Mon, 16 Jan 2006 08:16:10 -0800</pubDate>
		<dc:creator>knave</dc:creator>
	</item><item>
		<title>By: voidcontext</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies#485286</link>	
		<description>When you subst&apos;d c: for b:, do you still have access to c: as c:? Does subst work only at the drive level or can it do folders?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.30892-485286</guid>
		<pubDate>Mon, 16 Jan 2006 08:22:16 -0800</pubDate>
		<dc:creator>voidcontext</dc:creator>
	</item><item>
		<title>By: voidcontext</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies#485288</link>	
		<description>Sweet, I just looked it up. I can use a path. Knave, thanks!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.30892-485288</guid>
		<pubDate>Mon, 16 Jan 2006 08:23:35 -0800</pubDate>
		<dc:creator>voidcontext</dc:creator>
	</item><item>
		<title>By: jellicle</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies#485291</link>	
		<description>The &lt;a href=&quot;http://www.csulb.edu/~murdock/assign.html&quot;&gt;assign command&lt;/a&gt; is what you actually want.  You can assign a: to your USB drive, whatever letter it actually is.  You don&apos;t need to remove your floppy drive (though if you assign away its drive letter, you won&apos;t be able to access it).&lt;br&gt;
&lt;br&gt;
subst would also work.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.30892-485291</guid>
		<pubDate>Mon, 16 Jan 2006 08:26:07 -0800</pubDate>
		<dc:creator>jellicle</dc:creator>
	</item><item>
		<title>By: voidcontext</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies#485296</link>	
		<description>It doesn&apos;t look like assign is available on Windows 2000.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.30892-485296</guid>
		<pubDate>Mon, 16 Jan 2006 08:33:30 -0800</pubDate>
		<dc:creator>voidcontext</dc:creator>
	</item><item>
		<title>By: ed\26h</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies#485325</link>	
		<description>Could also do:&lt;br&gt;
&lt;br&gt;
net use a: \\127.0.0.1\c$ /persistent:yes&lt;br&gt;
&lt;br&gt;
To automatically reconnect your drive substitution at logon.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.30892-485325</guid>
		<pubDate>Mon, 16 Jan 2006 09:00:08 -0800</pubDate>
		<dc:creator>ed\26h</dc:creator>
	</item><item>
		<title>By: chuma</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies#485338</link>	
		<description>jellicle, on Win2k and later you can use the Disk Management snap-in (under Control Panel -&amp;gt; Administrative Tools -&amp;gt; Computer Management, then under the Storage section) to map any non-floppy drive to any drive letter.&lt;br&gt;
&lt;br&gt;
Simply right-click the disk you want to modify and choose &quot;Change Drive Letter and Path&quot;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.30892-485338</guid>
		<pubDate>Mon, 16 Jan 2006 09:15:11 -0800</pubDate>
		<dc:creator>chuma</dc:creator>
	</item><item>
		<title>By: ed\26h</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies#485368</link>	
		<description>I don&apos;t think you can map drives to letters A or B using Disk Management? (I had a cursory look before my last post.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.30892-485368</guid>
		<pubDate>Mon, 16 Jan 2006 09:39:18 -0800</pubDate>
		<dc:creator>ed\26h</dc:creator>
	</item><item>
		<title>By: voidcontext</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies#485394</link>	
		<description>&apos;subst&apos; and &apos;net use&apos;, both worked. Disk management did not, but possibly would have with registry hacks.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.30892-485394</guid>
		<pubDate>Mon, 16 Jan 2006 10:09:37 -0800</pubDate>
		<dc:creator>voidcontext</dc:creator>
	</item><item>
		<title>By: Mitheral</title>
		<link>http://ask.metafilter.com/30892/Kissing-off-floppies#486756</link>	
		<description>&lt;b&gt;ed\26h&lt;/b&gt; &lt;a href=&apos;http://ask.metafilter.com/mefi/30892#485325&apos;&gt;writes&lt;/a&gt;  &lt;em&gt;&quot;net use a: \\127.0.0.1\c$ /persistent:yes&lt;br&gt;&lt;br&gt;&quot;To automatically reconnect your drive substitution at logon.&quot;&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
This won&apos;t work if you have a physical A: already in the machine.  The reconnect function checks to see if the drive letter is already in use, sees that it is, and then doesn&apos;t map the drive.  We see this all the time with the proliferation of those 14-in-1 card readers.  The user will hook one up, it&apos;ll grab drive letters E:\ thru K:\ and bingo, no home drive (H:\) the next time they login.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.30892-486756</guid>
		<pubDate>Tue, 17 Jan 2006 15:00:21 -0800</pubDate>
		<dc:creator>Mitheral</dc:creator>
	</item>
	</channel>
</rss>
