<?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: lofiadm: Solaris Mount an ISO CD Image</title> <atom:link href="http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Michael Dozier</title><link>http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-65511</link> <dc:creator>Michael Dozier</dc:creator> <pubDate>Sun, 11 Dec 2011 18:57:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-65511</guid> <description>So, after trial and error, here are my findings.
bash-3.2# lofiadm -a /tmp/file_2_1_r4-.iso
-bash-3.2#/dev/lofi/1 (output)
-bash-3.2# mount -F hsfs /dev/lofi/1 /mnt
-bash-3.2#
-bash-3.2# cd /tmp
-bash-3.2# ./setup_install_server /tmp/install
-bash-3.2# cd /mnt/tmp/install
/usr/local/install/Solaris_10/Tools
-bash-3.2# ls     INSTALL                              install_files_remotely
**If this is an OS installation use this path, if this is an application; cd /mnt and execute /usr/sbin/install_pkg</description> <content:encoded><![CDATA[<p>So, after trial and error, here are my findings.<br
/> bash-3.2# lofiadm -a /tmp/file_2_1_r4-.iso<br
/> -bash-3.2#/dev/lofi/1 (output)<br
/> -bash-3.2# mount -F hsfs /dev/lofi/1 /mnt<br
/> -bash-3.2#</p><p>-bash-3.2# cd /tmp<br
/> -bash-3.2# ./setup_install_server /tmp/install<br
/> -bash-3.2# cd /mnt/tmp/install</p><p>/usr/local/install/Solaris_10/Tools</p><p>-bash-3.2# ls     INSTALL                              install_files_remotely</p><p>**If this is an OS installation use this path, if this is an application; cd /mnt and execute /usr/sbin/install_pkg</p> ]]></content:encoded> </item> <item><title>By: Michael</title><link>http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-56139</link> <dc:creator>Michael</dc:creator> <pubDate>Fri, 04 Mar 2011 23:17:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-56139</guid> <description>So after this process, one would init 0 and boot /dev/lofi/1 /mnt/image.iso?</description> <content:encoded><![CDATA[<p>So after this process, one would init 0 and boot /dev/lofi/1 /mnt/image.iso?</p> ]]></content:encoded> </item> <item><title>By: Pierrot</title><link>http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-42238</link> <dc:creator>Pierrot</dc:creator> <pubDate>Thu, 25 Jun 2009 14:40:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-42238</guid> <description>Thanks for this !</description> <content:encoded><![CDATA[<p>Thanks for this !</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-36788</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Wed, 05 Sep 2007 04:10:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-36788</guid> <description>@mike / Michale,
The faq has been updated. Appreciate your feedback.</description> <content:encoded><![CDATA[<p>@mike / Michale,</p><p>The faq has been updated. Appreciate your feedback.</p> ]]></content:encoded> </item> <item><title>By: Michael</title><link>http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-36787</link> <dc:creator>Michael</dc:creator> <pubDate>Wed, 05 Sep 2007 02:39:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-36787</guid> <description>As per Mike said above, had same issue :)</description> <content:encoded><![CDATA[<p>As per Mike said above, had same issue :)</p> ]]></content:encoded> </item> <item><title>By: mike</title><link>http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-36754</link> <dc:creator>mike</dc:creator> <pubDate>Mon, 20 Aug 2007 20:04:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/#comment-36754</guid> <description>The file name argument on lofiadm must be fully qualified and the path must be absolute not relative.
This will &lt;i&gt;not&lt;/i&gt; work:
&lt;code&gt;lofiadm -a cd.iso&lt;/code&gt;
This will work:
&lt;code&gt;lofiadm -a /tmp/cd.iso&lt;/code&gt;</description> <content:encoded><![CDATA[<p>The file name argument on lofiadm must be fully qualified and the path must be absolute not relative.</p><p>This will <i>not</i> work:</p><p><code>lofiadm -a cd.iso</code></p><p>This will work:</p><p><code>lofiadm -a /tmp/cd.iso</code></p> ]]></content:encoded> </item> </channel> </rss>
