FTP, Samba very slow
#1
Hello!

I use XBMC 9.11 repack Live on Asrock Nvidia Ion330 + 400 GB 2.5" HDD. I install Proftp and samba too.
I have gigabit lan. All are working, but I have one problem.
If I copy XBMC to my pc, then ftp 45-55 MB/s, samba 20-22 MB/s. I think its ok. But I copy my pc to xbmc, then ftp 8-11 MB/s only, samba 150-300 KB/s! :S

What is the problem? Xbmc to pc its good speed, but pc to xbmc is poor. Why?
Ftp is too slow, but samba... :S
How can I copy over ftp pc to xbmc 40-50 MB/s?

Sorry for my bad english Smile

Thx. RedCat
Reply
#2
nobody?
Reply
#3
you could use "cifs" to mount the share, instead of "smbfs" if you used that... this solved problems here some time ago...
cd /pub/ && cat Beer
Reply
#4
kubax Wrote:you could use "cifs" to mount the share, instead of "smbfs" if you used that... this solved problems here some time ago...

And how can I use cifs to mount the share? Ubuntu samba server + windows 7 client?

Thx
Reply
#5
should be

Code:
mount -t cifs //IP_OR_DNS_NAME/SHARE_NAME/ /MOUNT/DIR/

/MOUNT/DIR/ will be the path where to mount the share
//IP_OR_DNS_NAME/SHARE_NAME/ will be something like "//192.168.0.1/Videos"

Here is a more detailed howto...

https://wiki.ubuntu.com/MountWindowsSharesPermanently
cd /pub/ && cat Beer
Reply
#6
kubax Wrote:should be

Code:
mount -t cifs //IP_OR_DNS_NAME/SHARE_NAME/ /MOUNT/DIR/

/MOUNT/DIR/ will be the path where to mount the share
//IP_OR_DNS_NAME/SHARE_NAME/ will be something like "//192.168.0.1/Videos"

Here is a more detailed howto...

https://wiki.ubuntu.com/MountWindowsSharesPermanently


I use Windows 7 as client and xbmc live + samba (+ proftpd) as server. Windows 7 dont know mount command...
I woud like copy windows 7 (client) to xbmc (server).
Reply

Logout Mark Read Team Forum Stats Members Help
FTP, Samba very slow0