<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[linuxの飘扬]]></title> 
<link>https://www.linuxfly.org/index.php</link> 
<description><![CDATA[Power by www.linuxfly.org]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[linuxの飘扬]]></copyright>
<item>
<link>https://www.linuxfly.org/post/607/</link>
<title><![CDATA[[原]Asianux 4.0 中/etc/fstab的设定]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Mon, 04 Jul 2011 08:51:52 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/607/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;Asianux 4.0 的/etc/fstab 考虑到过往用类似sdx等设备挂载，当插入新设备后，可能会引起设备名被修改的问题。默认已UUID 方式设定。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/disk/" rel="tag">disk</a> , <a href="https://www.linuxfly.org/tags/mount/" rel="tag">mount</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/550/</link>
<title><![CDATA[[原]补充udev 绑定网卡的方法]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Wed, 01 Sep 2010 09:20:18 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/550/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;之前在<a href="http://www.linuxfly.org/post/540/" target="_blank">[原]简述udev的自定义规则</a>一文中，曾描述过如何绑定block 块设备，也提到可以用于绑定其他的物理设备，例如网卡等。以Asianux 3.0 为例，使用udev 后，经常发生网卡设备在重启或关机后改变的问题。过去，我们是通过在ifcfg-ethx配置文件中，利用MAC地址进行绑定，详细可见<a href="http://www.linuxfly.org/post/258.htm" target="_blank">[原]解决Asianux 3.0上多网卡设备号变动的问题</a>中的介绍。但这方法有明显的缺陷：即使某网卡不同，也必须加入MAC指定，给一个不用的IP地址，并激活，否则，还是会出现网卡设备变动的问题。<br/>&nbsp;&nbsp;&nbsp;&nbsp;而使用udev 规则就不会有这问题，它是通过网卡的物理信息在初始化硬件时完成的，还可以自定义设备名称，使用非常方便。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/udev/" rel="tag">udev</a> , <a href="https://www.linuxfly.org/tags/network/" rel="tag">network</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/540/</link>
<title><![CDATA[[原]简述udev的自定义规则]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Tue, 10 Aug 2010 10:27:29 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/540/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;自2.6 核心开始，就可以使用udev 协助管理系统中各设备名称。例如，磁盘设备排序、网卡设备排序等。udev能动态地在/dev 目录里产生自定义的、标识性强的设备文件或设备链接。本文即以红旗Asianux 3.0 平台，给新加载的U盘设备自定义一个链接为例进行简要说明。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/udev/" rel="tag">udev</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/538/</link>
<title><![CDATA[[转]如何创建第三方驱动盘]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Thu, 29 Jul 2010 03:14:03 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/538/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;下文以红帽4.8 kernel-2.6.9-89.EL.i686.rpm为例，将描述如何在现有的系统上创建一张第三方驱动盘。要创建该驱动盘，前提是您必须要有一套即将安装系统的环境（至少有对应的kernel-devel 环境）。因为，该驱动必须在现有的环境中编译后，才能打包成第三方驱动盘，然后用linux dd 方式加载。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/drivers/" rel="tag">drivers</a> , <a href="https://www.linuxfly.org/tags/dd/" rel="tag">dd</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/513/</link>
<title><![CDATA[[原]红旗上使用multipath复合多条路径]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Thu, 06 May 2010 05:29:13 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/513/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;某项目用到HDS（Hitachi Storage Systems）的一款高端存储Universal Storage Platform VM (USP VM)，其支持多个链路以负载均衡的方式同时访问存储上的逻辑设备。这里，我会使用linux下的device-multipath来符合各条链路。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/multipath/" rel="tag">multipath</a> , <a href="https://www.linuxfly.org/tags/device-mapper/" rel="tag">device-mapper</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/499/</link>
<title><![CDATA[[原]联想前置面板的连接问题]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Sat, 19 Dec 2009 08:30:00 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/499/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;有朋友从网上淘了一块联想原装机上的PC主板，型号比较老，但还能正常使用。但遇到一个问题，声卡驱动不对。我也到场看了一下，用Everest查询了一下硬件型号，是ADI1888的。Google知道，该声卡芯片比较奇怪，同样的问题经常发生。主要表现在，驱动分两个：非WDM的和WDM的版本。其中，非WDM的版本驱动很小，需要手动安装。而通过WDM的驱动，在安装时，可能会提示“找不到可匹配的硬件设备”，无法成功安装。朋友遇到的就是第二种情况。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;既然如此，换一个驱动吧。手动把非WDM的驱动安装上去，成功加载，识别正常。连接背板上的Line Out接口，发现新问题，没有声音？难道是主板有问题？咨询卖家，对方说在原来的机箱中绝对是正常的。那我怀疑就是与之前在七喜主板上遇到的问题一样，可能又是主板上前置面板声音跳线没处理好导致的问题。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/lenovo/" rel="tag">lenovo</a> , <a href="https://www.linuxfly.org/tags/sound/" rel="tag">sound</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/493/</link>
<title><![CDATA[[原]迁移（克隆）Linux系统]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Fri, 13 Nov 2009 06:43:01 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/493/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;我曾经写过两篇文章：<a href="http://www.linuxfly.org/post/299/" target="_blank">[原]把物理系统搬入OpenVZ中</a> 和 <a href="http://www.linuxfly.org/post/426/" target="_blank">[原]使用VMware Converter 3.0/4.0 迁移虚拟机</a>。它们都涉及迁移Linux系统的问题，只是讲述的都是虚拟机环境。现在，我将要描述的是，如何在两台物理服务器上进行迁移或称克隆。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/clone/" rel="tag">clone</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/460/</link>
<title><![CDATA[[转]Linux中确定CPU的情况]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Mon, 13 Jul 2009 06:13:04 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/460/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;一些操作系统的最新版本已经更新了 /proc/cpuinfo 文件，以支持多路平台。如果您的系统中的 /proc/cpuinfo 文件能够正确地反映出处理器信息，那么就不需要执行上述步骤。反之，可采用本文中的信息进行解释。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;/proc/cpuinfo 文件包含系统上每个处理器的数据段落。/proc/cpuinfo 描述中有 6 个条目适用于多内核和超线程（HT）技术检查：processor, vendor id, physical id, siblings, core id 和 cpu cores。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/cpu/" rel="tag">cpu</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/417/</link>
<title><![CDATA[[转]理解和认识udev]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Sun, 31 May 2009 02:38:09 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/417/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;因为本身从事存储行业，在工作中多次碰到用户有这样的要求：我的linux系统中原来有一块SCSI硬盘，系统分配的设备文件是/dev/sda。现在新增加了一个外置的磁盘阵列，通过SCSI卡连接。但接上这个磁盘阵列后，/dev/sda变成了磁盘阵列的硬盘了，原来内置的SCSI硬盘变成了 /dev/sdb，我希望将设备文件固定下来。<br/>&nbsp;&nbsp;&nbsp;&nbsp;过去，我总是对用户说，这个比较麻烦，因为<span style="color: #0000FF;">/dev/sda等文件都是linux内核自动分配的</span>。很难固定下来，除非你更改加载SCSI卡驱动程序的顺序，让内置硬盘连接的SCSI卡比外接磁盘阵列连接的SCSI卡的驱动模块先加载到内核，这样就能保证/dev/sda总是指向内置的硬盘。但这种解决方法毕竟不太完美，而且对于其他的即插即用设备，如USB设备等都不适用。<br/>&nbsp;&nbsp;&nbsp;&nbsp;近来，通过安装和升级linux-2.6内核，发现这个问题已经可以<span style="color: #FF0000;">通过2.6内核新的sysfs文件系统和udev程序得到解决</span>。下面就是我在学习了udev配置后的一点心得。我喜欢用FAQ的形式来说明。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/udev/" rel="tag">udev</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/399/</link>
<title><![CDATA[[原]在Asianux 3.0上使用裸设备]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Wed, 13 May 2009 07:31:07 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/399/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;裸设备经常用于Oracle等数据库系统存放数据，过去，在DC Server 5.0是使用rawdevices服务，配合raw命令来实现物理设备和裸设备的绑定工作的，但从Asianux 3.0开始，已经改用udev来管理大部分的物理设备，因此，裸设备的绑定方法也需要修改。<br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/raw/" rel="tag">raw</a>
]]>
</description>
</item>
</channel>
</rss>