I'm having a different issue with my E02. I have two Samba shares:
64GB Lexar flash drive, FAT32
250GB HDD, NTFS
The 250GB HDD has no issues whatsoever, but the 64GB Lexar drive has a delay when I start to copy a large file. The larger it is, the longer the delay. Once the delay is over, it copies just fine. Here's a chunk of my Samba global:
$this->bbcode_second_pass_code('', ' passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword$
socket options = TCP_NODELAY
#write cache size = 1048576
#use sendfile = yes
obey pam restrictions = yes
null passwords = yes
map to guest = bad user
encrypt passwords = yes
passwd program = /usr/bin/passwd %u
passdb backend = tdbsam
dns proxy = no
server string = %h server
unix password sync = yes
workgroup = WORKGROUP
security = user
syslog = 0
usershare allow guests = yes
panic action = /usr/share/samba/panic-action %d
max log size = 1000')
I'm using udevil to automount. Here's what the mount looks like:
$this->bbcode_second_pass_code('', '/dev/sdb1 on /media/250GB External type fuseblk (rw,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/sdc1 on /media/64GB type vfat (rw,nosuid,nodev,noexec,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)')
Any help would be greatly appreciated.
