
<?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/"
	>

<channel>
	<title>VIDO</title>
	<atom:link href="http://www.vido.info/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vido.info/wordpress</link>
	<description>IT Service</description>
	<pubDate>Sat, 30 May 2009 18:40:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CIFS Performance</title>
		<link>http://www.vido.info/wordpress/2009/05/28/cifs-performance/</link>
		<comments>http://www.vido.info/wordpress/2009/05/28/cifs-performance/#comments</comments>
		<pubDate>Thu, 28 May 2009 12:11:40 +0000</pubDate>
		<dc:creator>Tobias Geiger</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.vido.info/wordpress/?p=126</guid>
		<description><![CDATA[Leider scheint CIFS in den Default-Einstellungen extrem langsam zu sein - ich bekomme wenn ich Samba-Shares per CIFS mounte maximal ~25MB/s
Gegentests mit smbclient bringen bis zu 50MB/s =&#62; CIFS muss getuned werden:
1. Beim Modul-laden: dazu am besten eine Datei unterhalb von /etc/modprobe.d erstellen diesem Inhalt:
options cifs CIFSMaxBufSize=0x130048 cifs_min_rcv=0x64 cifs_min_small=0x256 cifs_max_pending=0x256
2. Beim Mounten: (fstab-Beispiel)
//server/share /mount/point cifs [...]]]></description>
			<content:encoded><![CDATA[<p>Leider scheint CIFS in den Default-Einstellungen extrem langsam zu sein - ich bekomme wenn ich Samba-Shares per CIFS mounte maximal ~25MB/s<br />
Gegentests mit smbclient bringen bis zu 50MB/s =&gt; CIFS muss getuned werden:</p>
<p><strong>1. Beim Modul-laden</strong>: dazu am besten eine Datei unterhalb von /etc/modprobe.d erstellen diesem Inhalt:<br />
<code>options cifs CIFSMaxBufSize=0x130048 cifs_min_rcv=0x64 cifs_min_small=0x256 cifs_max_pending=0x256</code></p>
<p><strong>2. Beim Mounten</strong>: (fstab-Beispiel)<br />
<code>//server/share /mount/point cifs defaults,user,noauto,credentials=/etc/sama/credentials,iocharset=utf8,rsize=130048,nobrl 0 0</code></p>
<p>Relevant ist die &#8220;<strong>nobrl</strong>&#8221; und &#8220;<strong>rsize=130048</strong>&#8221; Option</p>
<p>Danach kommt CIFS fast an die Performance von smbclient/smbfs ran.</p>
<p>Wer nähere Infos braucht: &#8220;man mount.cifs&#8221; und &#8220;modinfo cifs&#8221; geben Erklärungen der Parameter.<br />
Noch genauer nachlesen kann man im <a href="http://fliiby.com/file/314339/bsbwjn46k0.html">Linux-Cifs-Client-Guide</a> von Steve French, dem Author des CIFS-Client-Implementierung von Linux</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vido.info/wordpress/2009/05/28/cifs-performance/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
