<?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>狂人山庄 &#124; Silence,声仔,吴洪声,奶罩 &#187; bootcamp</title>
	<atom:link href="http://wuhongsheng.com/tag/bootcamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://wuhongsheng.com</link>
	<description>响应我党号召,全面建设和谐博客,坚持和谐写博的路线不动摇</description>
	<lastBuildDate>Wed, 04 May 2011 15:13:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>从Snow Leopard中提取BootCamp 3.0的驱动</title>
		<link>http://wuhongsheng.com/mac/2009/09/how-to-extract-bootcamp-driver-from-snow-leopard-dmg/</link>
		<comments>http://wuhongsheng.com/mac/2009/09/how-to-extract-bootcamp-driver-from-snow-leopard-dmg/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 04:52:53 +0000</pubDate>
		<dc:creator>吴洪声</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[bootcamp]]></category>
		<category><![CDATA[dmg]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://wuhongsheng.com/?p=309</guid>
		<description><![CDATA[1.首先确保你有snow leopard的dmg文件 2.不要加载这个dmg文件。如果已经加载，先推出 3.打开终端（实用工具中），输入下面的命令（把dmg文件的路径替换成你的。最方便的方法是直接把dmg文件拖到终端内，会自动生成文件的完整路径） sudo hdid -nomount /Users/Sam/Downloads/snowleopard_10a432_userdvd.dmg 4.你会看到类似下面的输出，这里我们需要disk4中的4 /dev/disk4 Apple_partition_scheme /dev/disk4s1 Apple_partition_map /dev/disk4s2 Apple_Driver_ATAPI /dev/disk4s3 Apple_HFS 5.新建一个文件夹，用于加载dmg文件 mkdir /Volumes/bootcamp_drivers 6.加载dmg文件，把/dev/disk4中的4换成你前面得到的数字 sudo mount -t cd9660 -o nodev,nosuid /dev/disk4 /Volumes/bootcamp_drivers 7.成功的话，你会在桌面上看到一个bootcamp_drivers的文件夹，打开后里面就是BootCamp 3.0 Drivers，全部拷贝出来 8.推出dmg并删掉临时文件夹 sudo umount /Volumes/bootcamp_drivers rm -rf /Volumes/bootcamp_drivers No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>1.首先确保你有snow leopard的dmg文件<br />
2.不要加载这个dmg文件。如果已经加载，先推出<br />
3.打开终端（实用工具中），输入下面的命令（把dmg文件的路径替换成你的。最方便的方法是直接把dmg文件拖到终端内，会自动生成文件的完整路径）</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> hdid <span style="color: #660033;">-nomount</span> <span style="color: #000000; font-weight: bold;">/</span>Users<span style="color: #000000; font-weight: bold;">/</span>Sam<span style="color: #000000; font-weight: bold;">/</span>Downloads<span style="color: #000000; font-weight: bold;">/</span>snowleopard_10a432_userdvd.dmg</pre></div></div>

<p>4.你会看到类似下面的输出，这里我们需要disk4中的4</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>disk4          	Apple_partition_scheme         	
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>disk4s1        	Apple_partition_map            	
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>disk4s2        	Apple_Driver_ATAPI             	
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>disk4s3        	Apple_HFS</pre></div></div>

<p>5.新建一个文件夹，用于加载dmg文件</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>Volumes<span style="color: #000000; font-weight: bold;">/</span>bootcamp_drivers</pre></div></div>

<p>6.加载dmg文件，把/dev/disk4中的4换成你前面得到的数字</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-t</span> cd9660 <span style="color: #660033;">-o</span> nodev,nosuid <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>disk4 <span style="color: #000000; font-weight: bold;">/</span>Volumes<span style="color: #000000; font-weight: bold;">/</span>bootcamp_drivers</pre></div></div>

<p>7.成功的话，你会在桌面上看到一个bootcamp_drivers的文件夹，打开后里面就是BootCamp 3.0 Drivers，全部拷贝出来<br />
8.推出dmg并删掉临时文件夹</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #000000; font-weight: bold;">/</span>Volumes<span style="color: #000000; font-weight: bold;">/</span>bootcamp_drivers
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-rf</span> <span style="color: #000000; font-weight: bold;">/</span>Volumes<span style="color: #000000; font-weight: bold;">/</span>bootcamp_drivers</pre></div></div>



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wuhongsheng.com/mac/2009/09/how-to-extract-bootcamp-driver-from-snow-leopard-dmg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.416 seconds -->

