after several newbie struggles, I got my Pogoplug V2 E02 running as a SAMBA Nas Server.
Configuration is as follows:
1. Lower back port USB: 2 GB USB Stick EXT3 running Arch Linux
2. Upper pack port USB: 2 TB Western Digital USB 3.0 Harddrive with EXT4
Samba is working without problems, but my harddisk can only read and write with max 4-7 mb/s.
The filesystem of the mounted disk is EXT4, connected via Gig-Bit capable Linksys Router E2500.
I access via Windows 8 over WLAN-n (I used to have 30 Mbits on internet-speedtest via that connection
so it should be far better than 4-7mb/s)
I tested writing speeds with hdparm on my 2 TB disk: about 29 Mb/s. But when I try to read and write
files from Windows, I never get over 7mb/s. I know other people here reach easyly more than 20mb/s.
What is wrong with my config?
$this->bbcode_second_pass_code('', '
[global]
workgroup = WORKGROUP
server string = CLOUDFOX
netbios name = CLOUDFOX
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
log file = /var/log/samba/%m.log
max log size = 50
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE SO_RCVBUF=131072 SO_SNDBUF=131072
write cache size = 2097152
use sendfile = yes
getwd cache= yes
[wd]
path = /media/wd
read only = no
public = yes
writable = yes
#force user = root
guest ok = yes
')