<?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>榆树网 &#187; Ghost</title>
	<atom:link href="http://www.wenzk.com/archives/tag/ghost/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wenzk.com</link>
	<description>http://www.wenzk.com</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:37:40 +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>Cloning a FreeBSD system</title>
		<link>http://www.wenzk.com/archives/522</link>
		<comments>http://www.wenzk.com/archives/522#comments</comments>
		<pubDate>Sat, 02 Jan 2010 15:11:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Clone]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Ghost]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=522</guid>
		<description><![CDATA[Simplifying by assuming a single partition, a secure network, and ucspi-tcp already installed on ORIG&#8230; Install fresh hard disk in CLONE, and boot from a FreeBSD rescue floppy. Rather than installing, go to the &#8220;configure&#8221; submenu and do &#8220;fdisk&#8221; and &#8220;slice.&#8221; Use W Q instead of just Q to quit each one. Install a boot manager [...]]]></description>
			<content:encoded><![CDATA[<p>Simplifying by assuming a single partition, a secure network, and <a href="http://cr.yp.to/ucspi-tcp.html">ucspi-tcp</a> already installed on  <code>ORIG</code>&#8230;</p>
<p>Install fresh hard disk in <code>CLONE</code>, and boot from a  FreeBSD rescue floppy.</p>
<p><span id="more-522"></span>Rather than installing, go to the &#8220;configure&#8221; submenu and do  &#8220;fdisk&#8221; and &#8220;slice.&#8221;  Use <code>W Q</code> instead of just <code>Q</code> to quit each one.  Install a boot manager just as if you were building a  new system.</p>
<p>Go back to the main menu and choose &#8220;fixit,&#8221; then &#8220;live  filesystem on CD-ROM.&#8221;</p>
<p>Press alt-f4 to switch to the emergency shell.</p>
<p>Start tcpserver on <code>ORIG</code>:</p>
<blockquote>
<pre>tcpserver -vRHl 0 -c 1 10.23.1.1 1234 sh -c '
echo HTTP/1.1 200 OK
echo Content-type: application/octet-stream
echo
exec dump -0f - /'</pre>
</blockquote>
<p>Go back to <code>CLONE</code>:</p>
<blockquote>
<pre>cd /mnt
fetch -q -o - http://10.23.1.1:1234/foo | restore -rvf -</pre>
</blockquote>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/819" title="使用freebsd构建pppoe server服务器">使用freebsd构建pppoe server服务器</a> (0)</li><li><a href="http://www.wenzk.com/archives/817" title="基于freebsd建立内核模式的pppoe服务器">基于freebsd建立内核模式的pppoe服务器</a> (0)</li><li><a href="http://www.wenzk.com/archives/796" title="The Z File System(ZFS)-ZFS on FreeBSD">The Z File System(ZFS)-ZFS on FreeBSD</a> (0)</li><li><a href="http://www.wenzk.com/archives/792" title="FreeBSD 6.2在线升级至8.0-RELEASE">FreeBSD 6.2在线升级至8.0-RELEASE</a> (0)</li><li><a href="http://www.wenzk.com/archives/586" title="FreeBSD下运行Zabbix出现错误">FreeBSD下运行Zabbix出现错误</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/522/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
