revert nfs fix ghost must fix in the kernel config # CONFIG_NFSD_TCP is not set,...
authorFrank Lage <nixkoenner@users.schwerkraft.elitedvb.net>
Sun, 7 Mar 2010 20:27:45 +0000 (20:27 +0000)
committerFrank Lage <nixkoenner@users.schwerkraft.elitedvb.net>
Sun, 7 Mar 2010 20:27:45 +0000 (20:27 +0000)
networkbrowser/src/AutoMount.py

index 053ba57..ba454bd 100755 (executable)
@@ -125,7 +125,7 @@ class AutoMount():
 
                                if data['mounttype'] == 'nfs':
                                        if not os_path.ismount(path):
-                                               tmpcmd = 'mount -t nfs -o udp,'+ data['options'] +',rsize=8192,wsize=8192 ' + data['ip'] + ':/' + tmpsharedir + ' ' + path
+                                               tmpcmd = 'mount -t nfs -o tcp,'+ data['options'] +',rsize=8192,wsize=8192 ' + data['ip'] + ':/' + tmpsharedir + ' ' + path
                                                self.command = tmpcmd.encode("UTF-8")
 
                                if data['mounttype'] == 'cifs':