<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[esxDOS BBS — How to prepare a HDF image for the Fuse emulator (DivMMC)]]></title>
		<link>https://board.esxdos.org/viewtopic.php?id=994</link>
		<atom:link href="https://board.esxdos.org/extern.php?action=feed&amp;tid=994&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to prepare a HDF image for the Fuse emulator (DivMMC).]]></description>
		<lastBuildDate>Mon, 11 Jan 2021 18:22:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to prepare a HDF image for the Fuse emulator (DivMMC)]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=1985#p1985</link>
			<description><![CDATA[<div class="quotebox"><cite>SCjoe wrote:</cite><blockquote><p>Can anyone help: why the hdfmonkey can create FAT32 based images, but cannot write into them?</p></blockquote></div><p>Are you using Linux or Windows?<br />What Image-Size?<br />Can you tell me the command you use for writing?</p>]]></description>
			<author><![CDATA[null@example.com (Luzie)]]></author>
			<pubDate>Mon, 11 Jan 2021 18:22:54 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=1985#p1985</guid>
		</item>
		<item>
			<title><![CDATA[How to prepare a HDF image for the Fuse emulator (DivMMC)]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=1960#p1960</link>
			<description><![CDATA[<p>1] Get the latest esxdos archive (currently v088) from <a href="http://esxdos.org/index.html">http://esxdos.org/index.html</a></p><p>2] Unpack the package &quot;esxdos088.zip&quot; to the folder named esxdos088.zip.dir</p><p>3] prepare a hdf file for a emulator<br />$ hdfmonkey create test.hdf 64M<br />$ hdfmonkey put test.hdf esxdos088.zip.dir/SYS /<br />$ hdfmonkey put test.hdf esxdos088.zip.dir/BIN /<br />$ hdfmonkey mkdir test.hdf /TMP</p><p>4] run the emulator<br />$ fuse --no-divide --divmmc test.hdf esxdos088.zip.dir/ESXMMC.TAP</p><p>5] LOAD &quot;&quot; and flash the system<br />go to Options/Peripheral/Disk/&quot;Divmmc write protect&quot;<br />next make Machine/&quot;Hard Reset&quot;<br />(hard reset is needed, not only normal one...)</p><p>hdfmonkey formats this 64MB image with FAT16 and 2KB clusters</p><p>you can also make a HDF image with FAT32 via command mkfs.vfat:<br />$ dd if=/dev/zero of=test2.raw bs=256M count=1<br />$ /sbin/mkfs.vfat -F32 -s4 test2.raw<br />$ raw2hdf -v 1.1 test2.raw test2.hdf<br />$ hdfmonkey put test2.hdf esxdos088.zip.dir/SYS /<br />$ hdfmonkey put test2.hdf esxdos088.zip.dir/BIN /<br />$ hdfmonkey mkdir test2.hdf /TMP<br />$ fuse --no-divide --divmmc test2.hdf esxdos088.zip.dir/ESXMMC.TAP<br />...and follow with the previous step 5]</p><p>Many thanks to ub880d for making this guide.</p><p>Can anyone help: why the hdfmonkey can create FAT32 based images, but cannot write into them?</p>]]></description>
			<author><![CDATA[null@example.com (SCjoe)]]></author>
			<pubDate>Mon, 28 Dec 2020 19:45:05 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=1960#p1960</guid>
		</item>
	</channel>
</rss>
