<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[esxDOS BBS — How to prepare a HDF image for the Fuse emulator (DivMMC)]]></title>
	<link rel="self" href="https://board.esxdos.org/extern.php?action=feed&amp;tid=994&amp;type=atom" />
	<updated>2021-01-11T18:22:54Z</updated>
	<generator>PunBB</generator>
	<id>https://board.esxdos.org/viewtopic.php?id=994</id>
		<entry>
			<title type="html"><![CDATA[Re: How to prepare a HDF image for the Fuse emulator (DivMMC)]]></title>
			<link rel="alternate" href="https://board.esxdos.org/viewtopic.php?pid=1985#p1985" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Luzie]]></name>
				<uri>https://board.esxdos.org/profile.php?id=157</uri>
			</author>
			<updated>2021-01-11T18:22:54Z</updated>
			<id>https://board.esxdos.org/viewtopic.php?pid=1985#p1985</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to prepare a HDF image for the Fuse emulator (DivMMC)]]></title>
			<link rel="alternate" href="https://board.esxdos.org/viewtopic.php?pid=1960#p1960" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[SCjoe]]></name>
				<uri>https://board.esxdos.org/profile.php?id=494</uri>
			</author>
			<updated>2020-12-28T19:45:05Z</updated>
			<id>https://board.esxdos.org/viewtopic.php?pid=1960#p1960</id>
		</entry>
</feed>
