<?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>linux troubleshooting &#8211; dbtan 谈DB</title>
	<atom:link href="https://dbtan.com/tag/linux-troubleshooting/feed" rel="self" type="application/rss+xml" />
	<link>https://dbtan.com</link>
	<description>dbtan 的生活、Oracle 及 Linux 等的学习笔记、观点。      说，永远易于做！</description>
	<lastBuildDate>Sun, 11 Oct 2009 13:08:00 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Linux排错troubleshooting</title>
		<link>https://dbtan.com/2009/10/linux-troubleshooting.html</link>
					<comments>https://dbtan.com/2009/10/linux-troubleshooting.html#respond</comments>
		
		<dc:creator><![CDATA[dbtan]]></dc:creator>
		<pubDate>Sun, 11 Oct 2009 12:53:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux troubleshooting]]></category>
		<guid isPermaLink="false">http://dbtan.com/2009/10/linux-troubleshooting.html</guid>

					<description><![CDATA[排错troubleshooting：分4部分。 ⑴ boot 启动问题。 ⑵ local 系统本地问题。 ⑶  [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote>
<p><b>排错troubleshooting：分4部分。</b>  </p>
<p>⑴ boot 启动问题。  </p>
<p>⑵ local 系统本地问题。  </p>
<p>⑶ network 网络问题。  </p>
<p>⑷ server 服务问题。  </p>
<p>这里只先总结前3部分问题的排错，server服务问题会在搭建服务器时提及。  </p>
<p><b>一、boot 启动问题：</b>  </p>
<p>启动步骤：BIOS→bootloader（启动引导器，grub）→kernel→init。  </p>
<p>始前时代：init之前是始前时代。  </p>
<p><b>⒈ bios读取MBR时，MBR坏掉了，进行修复。</b>  </p>
<p><b>注：</b>MBR前446字节MBC（主引导代码）坏时，如同新的硬盘什么都没写一样，此时，是可修复的。如果，之后的64字节（DPT分区表）坏了就无法修复了。  </p>
<p><b>破坏MBR方法：</b>  </p>
<p>[root@newrhel5: ~]# dd if=/dev/zero of=/dev/sda bs=446 count=1  </p>
<p>1+0 records in  </p>
<p>1+0 records out  </p>
<p>446 bytes (446 B) copied, 0.000557676 seconds, 800 kB/s  <br />[......]</p>
<p class="read-more"><a href="https://dbtan.com/2009/10/linux-troubleshooting.html">阅读全文</a></p>
</blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://dbtan.com/2009/10/linux-troubleshooting.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
