timwhit
Hairy Aussie
So, I finally got fed up with having a crappy network at home and decided to do something about it.
I ran cat 6 solid cable through my ceiling (Rotozip into the drywall twice, push cables into resulting trough). I bought a Netgear GS108 8 port Gigabit switch and hooked it up when I got home from work tonight.
I tested everything was working between my Windows box and my Linux box using iperf. It reported speeds between 885mbps and 915mbps, which seems pretty good.
I have a Windows share mounted on my Linux box using fstab like this:
Here are the approximate performance numbers, both tests were run from the Linux box:
Copy file from Linux to Windows using cp: 26.6 MB/s
Copy file from Windows to Linux using cp: 6.69 MB/s
What I can't figure out is why the performance is so slow copying from the Windows box to the Linux box. I haven't tried to tune Samba or make any other changes yet. That will be my next step though. Any other ideas?
I ran cat 6 solid cable through my ceiling (Rotozip into the drywall twice, push cables into resulting trough). I bought a Netgear GS108 8 port Gigabit switch and hooked it up when I got home from work tonight.
I tested everything was working between my Windows box and my Linux box using iperf. It reported speeds between 885mbps and 915mbps, which seems pretty good.
I have a Windows share mounted on my Linux box using fstab like this:
Code:
//192.168.1.103/desktop /media/htpc cifs credentials=/home/user/sambapass,uid=user,gid=users,file_mode=0777,dir_mode=0777
Here are the approximate performance numbers, both tests were run from the Linux box:
Copy file from Linux to Windows using cp: 26.6 MB/s
Copy file from Windows to Linux using cp: 6.69 MB/s
What I can't figure out is why the performance is so slow copying from the Windows box to the Linux box. I haven't tried to tune Samba or make any other changes yet. That will be my next step though. Any other ideas?