<?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: HFS Utillities	</title>
	<atom:link href="https://virtuallyfun.com/2020/11/16/hfs-utillities/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2020/11/16/hfs-utillities/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Tue, 24 Nov 2020 05:13:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Lubo		</title>
		<link>https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259228</link>

		<dc:creator><![CDATA[Lubo]]></dc:creator>
		<pubDate>Tue, 24 Nov 2020 05:13:58 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10650#comment-259228</guid>

					<description><![CDATA[It is in their wiki, logical, but not obvious for those not used to open source:

https://github.com/Aleph-One-Marathon/alephone/wiki/Linux-Install-Instructions

For Mac and the icky OS, they provide precompiled binaries. FYI, the MS binaries seem to work OK, if a bit slow, in wine 5.1.7 from winehq, on Debian 9+. YMMV.]]></description>
			<content:encoded><![CDATA[<p>It is in their wiki, logical, but not obvious for those not used to open source:</p>
<p><a href="https://github.com/Aleph-One-Marathon/alephone/wiki/Linux-Install-Instructions" rel="nofollow ugc">https://github.com/Aleph-One-Marathon/alephone/wiki/Linux-Install-Instructions</a></p>
<p>For Mac and the icky OS, they provide precompiled binaries. FYI, the MS binaries seem to work OK, if a bit slow, in wine 5.1.7 from winehq, on Debian 9+. YMMV.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lubo		</title>
		<link>https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259226</link>

		<dc:creator><![CDATA[Lubo]]></dc:creator>
		<pubDate>Tue, 24 Nov 2020 03:58:20 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10650#comment-259226</guid>

					<description><![CDATA[To make Aleph One compile, at least on Debian based Linux:

Install the following:

sudo apt install libboost-all-dev libsdl2-ttf-dev libsdl2-net-dev

Not mentioned on their site, maybe I&#039;m going blind in my old age?]]></description>
			<content:encoded><![CDATA[<p>To make Aleph One compile, at least on Debian based Linux:</p>
<p>Install the following:</p>
<p>sudo apt install libboost-all-dev libsdl2-ttf-dev libsdl2-net-dev</p>
<p>Not mentioned on their site, maybe I&#8217;m going blind in my old age?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lubo		</title>
		<link>https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259224</link>

		<dc:creator><![CDATA[Lubo]]></dc:creator>
		<pubDate>Tue, 24 Nov 2020 03:13:36 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10650#comment-259224</guid>

					<description><![CDATA[Marathon, from the Bungie PRE-Evil M$ days. Noice.

FYI, since they consider this almost abandonware, they donated their source, with a BSD or GPL license, and the is an open source effort to port it to Linux and that redmond garbage.

https://alephone.lhowon.org/

Don&#039;t let Bob shoot you.]]></description>
			<content:encoded><![CDATA[<p>Marathon, from the Bungie PRE-Evil M$ days. Noice.</p>
<p>FYI, since they consider this almost abandonware, they donated their source, with a BSD or GPL license, and the is an open source effort to port it to Linux and that redmond garbage.</p>
<p><a href="https://alephone.lhowon.org/" rel="nofollow ugc">https://alephone.lhowon.org/</a></p>
<p>Don&#8217;t let Bob shoot you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris M.		</title>
		<link>https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259158</link>

		<dc:creator><![CDATA[Chris M.]]></dc:creator>
		<pubDate>Tue, 17 Nov 2020 18:33:02 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10650#comment-259158</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259156&quot;&gt;DOS&lt;/a&gt;.

HFS+ is kinda irreverent for 68k emulation as it only showed up in MacOS 8.1, the last version for 68k machines. Its more useful for PPC emulation, but 2GB HFS images are usually fine for emulation use.

Not mentioned in this thread are the OS level drivers for HFS/HFS+ like MacDrive or opensource projects like FUSE. They are primarily for mounting physical disks as a drive letter on the OS level, not images (although FUSE can do images since *NIX everything is a file :P)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259156">DOS</a>.</p>
<p>HFS+ is kinda irreverent for 68k emulation as it only showed up in MacOS 8.1, the last version for 68k machines. Its more useful for PPC emulation, but 2GB HFS images are usually fine for emulation use.</p>
<p>Not mentioned in this thread are the OS level drivers for HFS/HFS+ like MacDrive or opensource projects like FUSE. They are primarily for mounting physical disks as a drive letter on the OS level, not images (although FUSE can do images since *NIX everything is a file :P)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DOS		</title>
		<link>https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259156</link>

		<dc:creator><![CDATA[DOS]]></dc:creator>
		<pubDate>Tue, 17 Nov 2020 13:07:34 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10650#comment-259156</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259137&quot;&gt;Chris M.&lt;/a&gt;.

That tool seems nice, I used it once for something else.

It sounds like of the three tools, HFV Explorer might be the only one that supports HFS Plus?  I don&#039;t think that has ever been a problem for me personally though.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259137">Chris M.</a>.</p>
<p>That tool seems nice, I used it once for something else.</p>
<p>It sounds like of the three tools, HFV Explorer might be the only one that supports HFS Plus?  I don&#8217;t think that has ever been a problem for me personally though.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: raijinkai		</title>
		<link>https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259139</link>

		<dc:creator><![CDATA[raijinkai]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 19:16:54 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10650#comment-259139</guid>

					<description><![CDATA[On its day... I used to mount these images directly using something like Arsenal Image Mounter (directly accessible) or StarWind in iSCSI mode (indirect access, you need to use a iSCSI client like MS Initiator to mount it), and then let HFV Explorer access individual partitions of the image (It has provisions for accessing Apple Map partitioned HDDs because Syquest removables and Iomega Jazz drives). But I don&#039;t remember if it was using ASPI (definitely will not work in Win10), or it could use NT SPTI native API for SCSI devices.]]></description>
			<content:encoded><![CDATA[<p>On its day&#8230; I used to mount these images directly using something like Arsenal Image Mounter (directly accessible) or StarWind in iSCSI mode (indirect access, you need to use a iSCSI client like MS Initiator to mount it), and then let HFV Explorer access individual partitions of the image (It has provisions for accessing Apple Map partitioned HDDs because Syquest removables and Iomega Jazz drives). But I don&#8217;t remember if it was using ASPI (definitely will not work in Win10), or it could use NT SPTI native API for SCSI devices.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris M.		</title>
		<link>https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259137</link>

		<dc:creator><![CDATA[Chris M.]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 15:01:51 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10650#comment-259137</guid>

					<description><![CDATA[CiderPress can work with images or actual disks that have an Apple Partition Map.

http://a2ciderpress.com/]]></description>
			<content:encoded><![CDATA[<p>CiderPress can work with images or actual disks that have an Apple Partition Map.</p>
<p><a href="http://a2ciderpress.com/" rel="nofollow ugc">http://a2ciderpress.com/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259136</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 14:29:12 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10650#comment-259136</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259133&quot;&gt;DOS&lt;/a&gt;.

Oh nice!  I was meaning to mess with Sim City and some tcl TK.  Or port it to something more insane.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259133">DOS</a>.</p>
<p>Oh nice!  I was meaning to mess with Sim City and some tcl TK.  Or port it to something more insane.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DOS		</title>
		<link>https://virtuallyfun.com/2020/11/16/hfs-utillities/comment-page-1/#comment-259133</link>

		<dc:creator><![CDATA[DOS]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 12:05:13 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10650#comment-259133</guid>

					<description><![CDATA[hfsutils also has a small GUI (nowhere near as nice as HFVExplorer): xhfs, pictured at the linked home page for the tool.

https://github.com/JotaRandom/hfsutils, a fork of the original code with various fixes, includes a patch that enables xhfs to build with a more modern Tcl version.]]></description>
			<content:encoded><![CDATA[<p>hfsutils also has a small GUI (nowhere near as nice as HFVExplorer): xhfs, pictured at the linked home page for the tool.</p>
<p><a href="https://github.com/JotaRandom/hfsutils" rel="nofollow ugc">https://github.com/JotaRandom/hfsutils</a>, a fork of the original code with various fixes, includes a patch that enables xhfs to build with a more modern Tcl version.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
