<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Calcifer &#187; tips</title>
	<atom:link href="http://blog.calcifer.com.ar/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.calcifer.com.ar</link>
	<description></description>
	<lastBuildDate>Sat, 02 Oct 2010 05:32:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DAA (Direct Access Archive)</title>
		<link>http://blog.calcifer.com.ar/2008/04/daa-direct-access-archive/</link>
		<comments>http://blog.calcifer.com.ar/2008/04/daa-direct-access-archive/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 10:52:25 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/?p=189</guid>
		<description><![CDATA[Direct Access Archive, or DAA, is a proprietary file format developed by PowerISO Computing for disk image files. The format supports features such as compression, password protection, and splitting to multiple volumes. Because of its proprietary nature, popular disk image mounting programs currently do not support the mounting of DAA images.
Currently there is no published [...]]]></description>
			<content:encoded><![CDATA[<p>Direct Access Archive, or DAA, is a proprietary file format developed by PowerISO Computing for disk image files. The format supports features such as compression, password protection, and splitting to multiple volumes. Because of its proprietary nature, popular disk image mounting programs currently do not support the mounting of DAA images.</p>
<p>Currently there is no published information about the format. Among mainstream applications, it can be opened or converted with <a href="http://www.poweriso.com/download.htm" class="linkexternal">PowerISO</a> and <a href="http://aluigi.altervista.org/mytoolz.htm" class="linkexternal">daa2iso</a>. Various free open source packages are also available to convert DAA to ISO images.</p>
<pre>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:435px"><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">poweriso convert file.daa -o file.iso</div></div>
</pre>
<pre>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:435px"><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">sudo mount -t iso9660 -o loop file.iso /mnt</div></div>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2008/04/daa-direct-access-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

