<?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; samba</title>
	<atom:link href="http://jk.aiwaly.com/wp/tag/samba/feed" rel="self" type="application/rss+xml" />
	<link>http://jk.aiwaly.com</link>
	<description>不断探索,追求卓越,做快乐自己</description>
	<lastBuildDate>Thu, 29 Mar 2012 01:09:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>samba 改字符集为 gbk的方法</title>
		<link>http://jk.aiwaly.com/wp/samba-%e6%94%b9%e5%ad%97%e7%ac%a6%e9%9b%86%e4%b8%ba-gbk%e7%9a%84%e6%96%b9%e6%b3%95-2.html</link>
		<comments>http://jk.aiwaly.com/wp/samba-%e6%94%b9%e5%ad%97%e7%ac%a6%e9%9b%86%e4%b8%ba-gbk%e7%9a%84%e6%96%b9%e6%b3%95-2.html#comments</comments>
		<pubDate>Mon, 21 Dec 2009 13:16:51 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[linux 应用]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[字符集]]></category>

		<guid isPermaLink="false">http://jacky.scanmon.com/?p=1472</guid>
		<description><![CDATA[samba 默认存储文件 是以utf-8 存储文件名, 但有时用utf-8 存储文件是,ftp 上去会出现乱码, 所以有时需要将utf-8 字符集改为 gbk 字符集 .
鹏鹏工作室在做samba服务器维护的使用了如下设置: 大家可以测试一下
在   [global]  里面
unix charset = CP936 //以下三行是设置字符集，以便正确显示中文
dos charset = CP936
display charset = CP936
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/samba-%e6%94%b9%e5%ad%97%e7%ac%a6%e9%9b%86%e4%b8%ba-gbk%e7%9a%84%e6%96%b9%e6%b3%95-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux 挂在windows 共享 假死状态解决</title>
		<link>http://jk.aiwaly.com/wp/linux-%e6%8c%82%e5%9c%a8windows-%e5%85%b1%e4%ba%ab-%e5%81%87%e6%ad%bb%e7%8a%b6%e6%80%81%e8%a7%a3%e5%86%b3.html</link>
		<comments>http://jk.aiwaly.com/wp/linux-%e6%8c%82%e5%9c%a8windows-%e5%85%b1%e4%ba%ab-%e5%81%87%e6%ad%bb%e7%8a%b6%e6%80%81%e8%a7%a3%e5%86%b3.html#comments</comments>
		<pubDate>Mon, 21 Dec 2009 09:22:11 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[linux 应用]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://jacky.scanmon.com/?p=1457</guid>
		<description><![CDATA[linux 挂在windows 共享 假死状态解决
linux 服务器挂在windows 共享目录的时候,一旦服务器端共享目录出现问题,linux服务器挂载目录会出现i/o 错误,造成这个目录假死状态,最初的解决办法就是重新启动linux服务器解决这个问题.今天找到结局改问题的方法.
[root@localhost local]#smbmount //192.168.1.11/log$  mount  -o username=guest   //挂载命令
假设  mount  进入假死状态
[root@localhost local]# ps -aux   //找到挂载目录进程和守护进程
root     14358  0.0  2.0  9168 2004 ?        Ss   04:39   0:00 smbmount //192.168.1.11/log$ mount -o username guest
root     14360  0.0  0.0     0    0 ?        S    04:39   0:00 [smbiod]
[root@localhost local]# kill -9 14358   //杀掉挂载进程
[root@localhost local]# kill -9 14260   //杀掉smb 挂载守护进程
[root@localhost [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/linux-%e6%8c%82%e5%9c%a8windows-%e5%85%b1%e4%ba%ab-%e5%81%87%e6%ad%bb%e7%8a%b6%e6%80%81%e8%a7%a3%e5%86%b3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

