<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[[转载]Linux下 input/output error（原创）]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Mon, 04 May 2015 01:55:18 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：今天一链接测试机，执行ls时出现：Input/output error，-bash: /bin/df: Input/output error，-bash: /usr/bin/uptime: Input/output error......<br/><br/>&nbsp;&nbsp; 今天在linux下执行umount时无意用了远程目录而不是本地目录，结果悲剧了，当前用户出错，直接进入bash，不管输入什么命令都提示：input/output error。-bash: /home/myhome/.bash_profile: Input/output error<br/>-bash-3.2$ <br/><br/><br/>用root账户进去，发现自己的目录变成这样：<br/>d?????????&nbsp;&nbsp;? ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;? myhome<br/><br/><br/>在网上一搜都说可能是硬盘错误，一身汗～～<br/><br/><br/>最后想起之前umount命令好像有问题，在root下重新执行：<br/># umount /home/myhome<br/>unmount error 16 = Device or resource busy<br/>Refer to the umount.cifs(8) manual page (man 8 umount.cifs)<br/>unmount error 16 = Device or resource busy<br/>Refer to the umount.cifs(8) manual page (man 8 umount.cifs)<br/><br/><br/><br/><br/><br/>以前也经常出现&quot; Device or resource busy&quot;这种问题，到网上再搜，查到一段话：<br/><br/><br/><br/><br/>“有些时候，可能某些设备(通常是 CD-ROM)正忙或无法响应。此时，大多数用户的解决办法是重新启动计算机。我们大可不必这么做。例如，如果 umount /dev/hdc 失败的话，您可以试试“lazy” umount。语法十分简单：<br/>umount -l &lt;挂载点&#124;设备&gt;<br/>此命令将会断开设备并关闭打开该设备的全部句柄。通常，您可以使用 eject &lt;挂载点&#124;设备&gt;命令弹出碟片。所以，如果 eject 命令失效而您又不想重新启动，请使用 lazy umount。”<br/><br/><br/>再次执行后搞定，谢天谢地！！记下以备忘！<br/><br/>转：http://bbs.c114.net/thread-564376-1-1.html
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [转载]Linux下 input/output error（原创）]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>