<?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>Sybase数据库技术，数据库恢复专家 &#187; iso</title>
	<atom:link href="http://www.dbainfo.net/tag/iso/feed" rel="self" type="application/rss+xml" />
	<link>https://www.dbainfo.net</link>
	<description>提供Sybase ASE及Sybase SQL Anywhere数据库修复服务，电话：13811580958(微信)，QQ：289965371！We have many years of experience in recovering data from damanged Sybase devices. Contact us by Phone: +86 13811580958 Wechat: 13811580958 Email: 289965371@qq.com</description>
	<lastBuildDate>Sat, 14 Jun 2025 16:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>aix与solaris中mount一个iso文件的方法</title>
		<link>https://www.dbainfo.net/mount-an-iso-image-file-at-aix-solaris-platform.htm</link>
		<comments>https://www.dbainfo.net/mount-an-iso-image-file-at-aix-solaris-platform.htm#comments</comments>
		<pubDate>Sun, 13 Jun 2010 09:34:30 +0000</pubDate>
		<dc:creator>dbainfo</dc:creator>
				<category><![CDATA[Unix&Linux]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://www.dbainfo.net/?p=743</guid>
		<description><![CDATA[AIX下mount一个iso文件的步骤: mklv -y cdaix -s n -L /dev/cdaix rootvg 384M hdisk0 dd if=/sybase/sybaseAIX64BIT.iso of=/dev/cdaix bs=10m mkdir /mnt/cdaix mount -v cdrfs -o ro /dev/cdaix /mnt/cdaix 完成，加载点/mnt/aix内即为iso的内容。 Solaris下mount一个iso文件的步骤: lofiadm (显示已用的设备名) lofiadm -a /db/sybdata/rs1520solx64zhja.ISO /dev/lofi/2 lofiadm /dev/lofi/2&#160;&#160; （查看刚才创建的附属的块设备） mount -F hsfs -o ro /dev/lofi/2 /mnt&#160; （用mount命令mount映像文件） 完成，加载点/mnt内即为iso的内容。 Linux下mount一个iso文件的步骤: mount -t iso9660&#160; -o loop ./wary-5.1.4.iso&#160; /mnt/remove/ &#160; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;- [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: medium;"><strong>AIX下mount一个iso文件的步骤:</strong> </span></p>
<p>mklv -y cdaix -s n -L /dev/cdaix rootvg 384M hdisk0<br />
	dd if=/sybase/sybaseAIX64BIT.iso of=/dev/cdaix bs=10m<br />
	mkdir /mnt/cdaix<br />
	mount -v cdrfs -o ro /dev/cdaix /mnt/cdaix</p>
<p>完成，加载点/mnt/aix内即为iso的内容。</p>
<p><span style="font-size: medium;"><strong>Solaris下mount一个iso文件的步骤:</strong> </span></p>
<p>lofiadm (显示已用的设备名)</p>
<p>lofiadm -a /db/sybdata/rs1520solx64zhja.ISO /dev/lofi/2</p>
<p>lofiadm /dev/lofi/2&nbsp;&nbsp; （查看刚才创建的附属的块设备）</p>
<p>mount -F hsfs -o ro /dev/lofi/2 /mnt&nbsp; （用mount命令mount映像文件）</p>
<p>完成，加载点/mnt内即为iso的内容。</p>
<p><span style="font-size: medium;"><strong>Linux下mount一个iso文件的步骤:</strong></span></p>
<p>mount<strong> -t iso9660&nbsp; -o loop</strong> ./wary-5.1.4.iso&nbsp; /mnt/remove/</p>
<p>&nbsp;</p>
<p>&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;-<br />
	&mdash;- 本文为andkylee个人原创，请在尊重作者劳动成果的前提下进行转载；<br />
	&mdash;- 转载务必注明原始出处 :<a href="../" target="_blank" title="http://www.dbainfo.net"> http://www.dbainfo.net</a><br />
	&mdash;- 关键字： aix solaris mount iso mklv dd lofiadm<br />
	&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;-</p>
<div style="clear: both; margin: 10px 0pt; border: 1px dashed rgb(153, 153, 153); font-size: 12px; padding: 5px 10px;">
<li>本文链接地址：<a href="https://www.dbainfo.net/mount-an-iso-image-file-at-aix-solaris-platform.htm">https://www.dbainfo.net/mount-an-iso-image-file-at-aix-solaris-platform.htm</a>；</li>
<li>本文为dbainfo个人原创，请在尊重作者劳动成果的前提下进行转载；</li>
<li>转载务必注明原始出处 : <a href="https://www.dbainfo.net/">Sybase数据库技术，数据库恢复专家</a>；</li>
<li>对《<a href="https://www.dbainfo.net/mount-an-iso-image-file-at-aix-solaris-platform.htm">aix与solaris中mount一个iso文件的方法</a>》有何疑问或见解，请在本文下方发表；</li>
<li>对网站还有其他问题或建议，请提交在<a href="https://www.dbainfo.net/messages" target="_blank">留言板</a>，谢谢！</li>
</div>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2010-12-22 -- <a href="https://www.dbainfo.net/cross-platform-datafile-linux-windows.htm" title="跨平台数据库的数据设备文件迁移linux > windows">跨平台数据库的数据设备文件迁移linux > windows</a> (0)</li><li>2010-10-26 -- <a href="https://www.dbainfo.net/solaris-install-gcc-compiler-environment.htm" title="Solaris的gcc，gdb安装">Solaris的gcc，gdb安装</a> (0)</li><li>2010-09-20 -- <a href="https://www.dbainfo.net/solaris-tar-exclude-file-dir.htm" title="solaris中tar包时排除指定的目录">solaris中tar包时排除指定的目录</a> (0)</li><li>2010-08-16 -- <a href="https://www.dbainfo.net/linux-mount-cdrom.htm" title="linux下光盘的挂载使用">linux下光盘的挂载使用</a> (2)</li><li>2010-06-01 -- <a href="https://www.dbainfo.net/sybase-ase-initialize-service-solaris-share-memory-segment-projadd.htm" title="解决solaris10上因为共享内存不足导致不能初始化sybase15.0.3服务的问题">解决solaris10上因为共享内存不足导致不能初始化sybase15.0.3服务的问题</a> (0)</li><li>2010-03-19 -- <a href="https://www.dbainfo.net/solaris-system-version-long-word.htm" title="查看solaris系统的版本和位数">查看solaris系统的版本和位数</a> (1)</li><li>2010-03-10 -- <a href="https://www.dbainfo.net/xmanager-cannot-login-solaris10.htm" title="解决xmanager不能远程登录Solaris10主机的问题[转]">解决xmanager不能远程登录Solaris10主机的问题[转]</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>https://www.dbainfo.net/mount-an-iso-image-file-at-aix-solaris-platform.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
