Page 1 of 1

SOLVED: Slow network transfer-Win7 to Amahi w/ Ubuntu 12.04

Posted: Tue Oct 15, 2013 12:48 pm
by marcerickson
Like painfully slow. I've mapped a drive on the Windows box to the 1 TB RAID 1 two disk array I use for storage (the Ubuntu installation is on a different disk). It's controlled by a CERC SATA 6-Channel RAID Controller. Drive X:\ is mapped to /data/media. When I transfer files via the drive mapping I get 25 - 30 kb/sec. - when I do it via Team Viewer (a remote control application), I get 4.6 MB/sec. My network information from the Ubuntu box is below - but I don't think that's the problem because of the good speed I get using Team Viewer.

Code: Select all

eth0 configuration: /etc/network/interfaces # Generated by hdactl on 2013-02-18 21:11:33 / 1 auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.10.200 netmask 255.255.255.0 gateway 192.168.10.1 dns-nameservers 192.168.10.200 dns-search home.com

Code: Select all

marc@POWEREDGE1800:~$ sudo lshw -class network *-network description: Ethernet interface product: 82541GI Gigabit Ethernet Controller vendor: Intel Corporation physical id: 7 bus info: pci@0000:03:07.0 logical name: eth0 version: 05 serial: 00:14:22:75:a5:e8 size: 100Mbit/s capacity: 1Gbit/s width: 32 bits clock: 66MHz capabilities: pm pcix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full firmware=N/A ip=192.168.10.200 latency=32 link=yes mingnt=255 multicast=yes port=twisted pair speed=100Mbit/s resources: irq:17 memory:fe7e0000-fe7fffff ioport:dcc0(size=64)

Code: Select all

marc@POWEREDGE1800:~$ sudo ethtool eth0 Settings for eth0: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Speed: 100Mb/s Duplex: Full Port: Twisted Pair PHYAD: 0 Transceiver: internal Auto-negotiation: on MDI-X: Unknown Supports Wake-on: umbg Wake-on: d Current message level: 0x00000007 (7) drv probe link Link detected: yes

Re: Slow network transfer - Windows 7 to Amahi with Ubuntu 1

Posted: Thu Oct 17, 2013 4:49 pm
by sgtfoo
maybe explain your setup more simply, and then explain your end-goal. Then we might be able to chime in on your issue with thoughput

Re: Slow network transfer SOLVED

Posted: Tue May 06, 2014 12:35 pm
by marcerickson
Don't know what fixed it - but it's working properly now. I had to recreate the share to the 1 TB array - it's now named data and is mounted at /media/sdb1. I also mounted sdb1 using the UUID.

For some time I was unable to access my Samba shares over the network from a Windows 7 Professional client - I kept getting No access wrong credentials errors. Then a few days ago I discovered that my Amahi password and Ubuntu/Windows 7 login passwords were different. Changing the Amahi password to the Ubuntu/Windows 7 login password resolved that issue - and when I connect to the share, I now get proper transfer speed.

I'm happy to have everything working properly now.