User Tools

Site Tools


cifs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cifs [2012/06/27 11:29] (current)
hkoller created
Line 1: Line 1:
 +====== Debugging ======
 +To turn on cifs debug output in dmesg do 
  
 +sudo echo 4 > /​proc/​fs/​cifs/​cifsFYI
 +
 +
 +====== Tweaks ======
 +
 +===== Improving CIFS Performance =====
 +On older ubuntu versions (eg. Ubuntu 10.04) cifs can be slow. The situation can be improved by doing the following
 +
 +  - Unmount all cifs shares
 +  - rmmod cifs (and check that the module is gone)
 +  - echo "​options cifs CIFSMaxBufSize=130048"​ > cifs.conf
 +  - mount with -o direct,​rsize=130048,​wsize=57344
cifs.txt ยท Last modified: 2012/06/27 11:29 by hkoller