<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: All I Really Need To Know I Learned From 360K Floppies</title>
	<atom:link href="http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/feed" rel="self" type="application/rss+xml" />
	<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies</link>
	<description>Viewpoints on technology, society, and government</description>
	<lastBuildDate>Sun, 05 Feb 2012 03:11:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ed</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-825</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 19 Apr 2006 02:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-825</guid>
		<description>Somewhat off topic, but I later learned how to fix the old zdos disk images so linux can read them. In case someone with the same problem googles to here:

There is some information in the bootsector that tells what particular flavor of FAT this is, and I guess at that time there was only one flavor so it wasn&#039;t needed.

cp broken.ima good.ima 
dd bs=1 if=bsrec8z.dat \
 of=good.ima seek=3 conv=notrunc
mount -oloop good.ima /mnt/d1

where bsrec8z.dat is 59 bytes starting with #4 from a good disk of that format:
00000000   5A 44 4F 53 20 20 20 20 00 02 02 01 00 02 70 00   ZDOS    ......p.
00000010   80 02 FF 01 00 08 00 02 00 00 00 00 00 00 00 00   ................
00000020   00 00 00 29 00 00 00 00 56 4F 4C 55 4D 45 4C 41   ...)....VOLUMELA
00000030   42 45 4C 46 41 54 31 32 20 20 20                  BELFAT12

for 9-sect disks that came later, this would be:
00000000   5A 44 53 20 20 32 2E 30 00 02 02 01 00 02 70 00   ZDS  2.0......p.
00000010   D0 02 FD 02 00 09 00 02 00 00 00 00 00 00 00 00   ................
00000020   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
00000030   00 00 DF 02 25 02 08 2A FF 50 F6                  ....%..*.P.</description>
		<content:encoded><![CDATA[<p>Somewhat off topic, but I later learned how to fix the old zdos disk images so linux can read them. In case someone with the same problem googles to here:</p>
<p>There is some information in the bootsector that tells what particular flavor of FAT this is, and I guess at that time there was only one flavor so it wasn&#8217;t needed.</p>
<p>cp broken.ima good.ima<br />
dd bs=1 if=bsrec8z.dat \<br />
 of=good.ima seek=3 conv=notrunc<br />
mount -oloop good.ima /mnt/d1</p>
<p>where bsrec8z.dat is 59 bytes starting with #4 from a good disk of that format:<br />
00000000   5A 44 4F 53 20 20 20 20 00 02 02 01 00 02 70 00   ZDOS    &#8230;&#8230;p.<br />
00000010   80 02 FF 01 00 08 00 02 00 00 00 00 00 00 00 00   &#8230;&#8230;&#8230;&#8230;&#8230;.<br />
00000020   00 00 00 29 00 00 00 00 56 4F 4C 55 4D 45 4C 41   &#8230;)&#8230;.VOLUMELA<br />
00000030   42 45 4C 46 41 54 31 32 20 20 20                  BELFAT12</p>
<p>for 9-sect disks that came later, this would be:<br />
00000000   5A 44 53 20 20 32 2E 30 00 02 02 01 00 02 70 00   ZDS  2.0&#8230;&#8230;p.<br />
00000010   D0 02 FD 02 00 09 00 02 00 00 00 00 00 00 00 00   &#8230;&#8230;&#8230;&#8230;&#8230;.<br />
00000020   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   &#8230;&#8230;&#8230;&#8230;&#8230;.<br />
00000030   00 00 DF 02 25 02 08 2A FF 50 F6                  &#8230;.%..*.P.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-658</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 20 Dec 2005 16:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-658</guid>
		<description>I would have used Virtual PC to run a Windows 3.1 environment, and then run WordPerfect 5.0 or 5.1. WP 5 is around on the net for download - I have several old versions of it.</description>
		<content:encoded><![CDATA[<p>I would have used Virtual PC to run a Windows 3.1 environment, and then run WordPerfect 5.0 or 5.1. WP 5 is around on the net for download &#8211; I have several old versions of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-549</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 07 Nov 2005 18:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-549</guid>
		<description>You can probably read the the disks with extra sectors
under linux, using fdutils information and utilities:
     http://fdutils.linux.lu/Fdutils.html
I had the opposite problem- a bunch of old 320k floppies 
with 8 sectors instead of 9 from dos 1.x? and Zenith ZDOS. 

Even without installing the fdutils, the standard distribution
&quot;setfdprm&quot; (man setfdprm) allowed me to read the disks:
Add to /etc/fdprm
#        size sec/t hds trk stre gap  rate spec1 fmt_gap
320/1200  640     8   2  40    1 0x23 0x01 0xDF     0x50

and enter &quot;setfdprm -p /dev/fd1 320/1200&quot;  !(my 5.25 drive is B:, fd1)
This modifies fd1 so it won&#039;t read normal 360k floppies until you reboot- use fd1h360
Or there are instructions for making a new device for the 320k floppies.
So I dd&#039;d all my disks to images.
Now if I could teach linux to mount the ZDOS disks/images! 
DOS6.22 uses them, maybe dosemu running dos6.22 will mount the images.</description>
		<content:encoded><![CDATA[<p>You can probably read the the disks with extra sectors<br />
under linux, using fdutils information and utilities:<br />
     <a href="http://fdutils.linux.lu/Fdutils.html" rel="nofollow">http://fdutils.linux.lu/Fdutils.html</a><br />
I had the opposite problem- a bunch of old 320k floppies<br />
with 8 sectors instead of 9 from dos 1.x? and Zenith ZDOS. </p>
<p>Even without installing the fdutils, the standard distribution<br />
&#8220;setfdprm&#8221; (man setfdprm) allowed me to read the disks:<br />
Add to /etc/fdprm<br />
#        size sec/t hds trk stre gap  rate spec1 fmt_gap<br />
320/1200  640     8   2  40    1 0&#215;23 0&#215;01 0xDF     0&#215;50</p>
<p>and enter &#8220;setfdprm -p /dev/fd1 320/1200&#8243;  !(my 5.25 drive is B:, fd1)<br />
This modifies fd1 so it won&#8217;t read normal 360k floppies until you reboot- use fd1h360<br />
Or there are instructions for making a new device for the 320k floppies.<br />
So I dd&#8217;d all my disks to images.<br />
Now if I could teach linux to mount the ZDOS disks/images!<br />
DOS6.22 uses them, maybe dosemu running dos6.22 will mount the images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgoerzen</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-503</link>
		<dc:creator>jgoerzen</dc:creator>
		<pubDate>Mon, 03 Oct 2005 19:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-503</guid>
		<description>Ahh.  Even with footnotes, font changes, embedded graphics, etc?  (From looking at the features page, it doesn&#039;t look like those WP5 features are supported)

Thanks for your comments.</description>
		<content:encoded><![CDATA[<p>Ahh.  Even with footnotes, font changes, embedded graphics, etc?  (From looking at the features page, it doesn&#8217;t look like those WP5 features are supported)</p>
<p>Thanks for your comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hub</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-502</link>
		<dc:creator>Hub</dc:creator>
		<pubDate>Mon, 03 Oct 2005 19:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-502</guid>
		<description>We support that too.</description>
		<content:encoded><![CDATA[<p>We support that too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgoerzen</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-501</link>
		<dc:creator>jgoerzen</dc:creator>
		<pubDate>Mon, 03 Oct 2005 18:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-501</guid>
		<description>I&#039;ve looked at WPD.  Unfortunately, my files are mostly WordPerfect 5.0 and 5.1, with a few even back to 4.2.  I probably have a few WPD files, but not many.

Thanks anyway ;-)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve looked at WPD.  Unfortunately, my files are mostly WordPerfect 5.0 and 5.1, with a few even back to 4.2.  I probably have a few WPD files, but not many.</p>
<p>Thanks anyway ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hub</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-500</link>
		<dc:creator>Hub</dc:creator>
		<pubDate>Mon, 03 Oct 2005 18:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-500</guid>
		<description>The wonderful AbiWord with libwpd do support WordPerfect 6.0 files.

It is all Free Software :-)</description>
		<content:encoded><![CDATA[<p>The wonderful AbiWord with libwpd do support WordPerfect 6.0 files.</p>
<p>It is all Free Software :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-498</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 03 Oct 2005 11:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-498</guid>
		<description>That depends on what storage db mysql uses. If it is configured to use berkeley db then you can read it with berkeley db tools.</description>
		<content:encoded><![CDATA[<p>That depends on what storage db mysql uses. If it is configured to use berkeley db then you can read it with berkeley db tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgoerzen</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-497</link>
		<dc:creator>jgoerzen</dc:creator>
		<pubDate>Sun, 02 Oct 2005 19:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-497</guid>
		<description>Yeah, I can always run mysqldump to get it into an ASCII format.

My note was because MySQL (like any other SQL database) has a binary on-disk format that you can&#039;t read without, well, MySQL.</description>
		<content:encoded><![CDATA[<p>Yeah, I can always run mysqldump to get it into an ASCII format.</p>
<p>My note was because MySQL (like any other SQL database) has a binary on-disk format that you can&#8217;t read without, well, MySQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-496</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 02 Oct 2005 19:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-496</guid>
		<description>I wouldn&#039;t be concerned about the blog. SQL is as good as standards get.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t be concerned about the blog. SQL is as good as standards get.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gary ng</title>
		<link>http://changelog.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies/comment-page-1#comment-495</link>
		<dc:creator>gary ng</dc:creator>
		<pubDate>Sun, 02 Oct 2005 14:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/395-all-i-really-need-to-know-i-learned-from-360k-floppies.html#comment-495</guid>
		<description>This proves that even if the media used is safe(doesn&#039;t mean floppy), the content still needs periodic re-archive, your wordperfect/1-2-3 example. 

The problem with CD-R/DVD-R is that they still will tend to be forgotten(we thought it is safe) and usually in multiple volumes, we don&#039;t want to touch them for re-archive(shuffling multiple CD/DVD is time consumption and no fun).

I have encountered this problem a few years ago and adopted a HD only backup policy. I just do a re-archive when I changed HD/Computer and with the right scripts, the file content would be brought to the then &quot;updated&quot; format. And because it is usually one HD, I can just let the machine do the job without my attention.</description>
		<content:encoded><![CDATA[<p>This proves that even if the media used is safe(doesn&#8217;t mean floppy), the content still needs periodic re-archive, your wordperfect/1-2-3 example. </p>
<p>The problem with CD-R/DVD-R is that they still will tend to be forgotten(we thought it is safe) and usually in multiple volumes, we don&#8217;t want to touch them for re-archive(shuffling multiple CD/DVD is time consumption and no fun).</p>
<p>I have encountered this problem a few years ago and adopted a HD only backup policy. I just do a re-archive when I changed HD/Computer and with the right scripts, the file content would be brought to the then &#8220;updated&#8221; format. And because it is usually one HD, I can just let the machine do the job without my attention.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

