<?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>DBAlife &#187; rhel5</title>
	<atom:link href="http://www.dbalife.com/archives/tag/rhel5/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dbalife.com</link>
	<description>网站系统架构实践</description>
	<lastBuildDate>Wed, 27 Jul 2011 09:57:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>mount: unknown filesystem type &#039;smbfs&#039;</title>
		<link>http://www.dbalife.com/archives/59.html</link>
		<comments>http://www.dbalife.com/archives/59.html#comments</comments>
		<pubDate>Tue, 18 Dec 2007 09:40:10 +0000</pubDate>
		<dc:creator>skywalker</dc:creator>
				<category><![CDATA[操作系统]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[rhel5]]></category>
		<category><![CDATA[smbfs]]></category>

		<guid isPermaLink="false">http://www.skywalker.net.cn/?p=59</guid>
		<description><![CDATA[今天在使用RHEL5时，发现mount不了windows的共享盘 mount -t smbfs -o username=xxx,password=xxx //hostname/dir /mnt/tmp mount: unknown filesystem type 'smbfs' 系统已经不能识别smbfs文件系统了 查资料说fc5的kernel已经不再支持smbfs，而改用Common Internet File Systemcifs(cifs)取代了原有的smbfs，猜想RHEL5也做了这个改动，所以命令就改为: # mount -t cifs -o username=xxx,password=xxx //hostname/dir /mnt/tmp  很顺利地mount上了 这里又出现一个新问题： 1个星期多前新安装了这个linux，装了安装盘ISO中的sambe server。之后为了安装ORACLE10G，特意mount了局域网中另一台windows2000的盘，记得非常清楚，用的是 mount -t smbfs 为什么现在smbfs会不能支持？why？ Related posts: samba的自动挂载 系统安全笔记 Cacti无法登陆故障解决一例
Related posts:<ol>
<li><a href='http://www.dbalife.com/archives/48.html' rel='bookmark' title='samba的自动挂载'>samba的自动挂载</a></li>
<li><a href='http://www.dbalife.com/archives/21.html' rel='bookmark' title='系统安全笔记'>系统安全笔记</a></li>
<li><a href='http://www.dbalife.com/archives/146.html' rel='bookmark' title='Cacti无法登陆故障解决一例'>Cacti无法登陆故障解决一例</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>今天在使用RHEL5时，发现mount不了windows的共享盘</p>
<p>mount -t smbfs -o username=xxx,password=xxx //hostname/dir /mnt/tmp<br />
mount: unknown filesystem type 'smbfs'</p>
<p>系统已经不能识别smbfs文件系统了</p>
<p>查资料说fc5的kernel已经不再支持smbfs，而改用Common Internet File Systemcifs(<font color="#ff0000">cifs</font>)取代了原有的<font color="#ff0000">smbfs</font>，猜想RHEL5也做了这个改动，所以命令就改为:<br />
# mount -t cifs -o username=xxx,password=xxx //hostname/dir /mnt/tmp </p>
<p>很顺利地mount上了</p>
<p>这里又出现一个新问题：<br />
1个星期多前新安装了这个linux，装了安装盘ISO中的sambe server。之后为了安装ORACLE10G，特意mount了局域网中另一台windows2000的盘，记得非常清楚，用的是 <span style="color: #ff0000">mount -t smbfs</span></p>
<p>为什么现在smbfs会不能支持？why？</p>
<p>Related posts:<ol>
<li><a href='http://www.dbalife.com/archives/48.html' rel='bookmark' title='samba的自动挂载'>samba的自动挂载</a></li>
<li><a href='http://www.dbalife.com/archives/21.html' rel='bookmark' title='系统安全笔记'>系统安全笔记</a></li>
<li><a href='http://www.dbalife.com/archives/146.html' rel='bookmark' title='Cacti无法登陆故障解决一例'>Cacti无法登陆故障解决一例</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbalife.com/archives/59.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

