Displaying 20 results from an estimated 300 matches similar to: "Slow file writes to server"
2006 Jan 12
0
Max Buffer Size vs Max Raw Buffer question...1GB tuning questions
I've been attempting to tune my samba server and workstations to work
efficiently on a 1GB lan.
So far I've increased the MTU on both the workstation and linux server to
9000.
Then on the windows xp workstation, I've added these registry keys and
rebooted:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpWindowSize"=dword:3FFFF700
1997 Dec 14
1
Samba performance on Fast Ethernet networks when linked to Win95
Hello everybody,
althought there are a lot of discussions on Samba's performance, I would
like to share my results trying to connect Samba running on a Linux box
to a Win95 workstation on a fast ethernet network.
If any of you could have some ideas or suggestions , please mail me (cc:
teo@flex.ro) because I am not (yet) on this mail list.
First of all, may I present you :
1. THE SERVER -
2010 May 03
0
TCP Tuning/Apache question (possibly OT)
Hello All:
I've been requested to add some TCP tuning parameters to some CentOS
5.4 systems. These tunings are for the TCP receive buffer windows:
net.core.rmem_max
net.core.wmem_max
Information on this tuning is broadly available:
http://fasterdata.es.net/TCP-tuning/linux.html
http://www.speedguide.net/read_articles.php?id=121
Potential downsides are available:
2003 Feb 19
2
Win2K/XP, oplocks, and readahead.
Hi!
I'm working with Samba backed by a high performance filesystem. From a
Windows 2K and Windows XP client I'm trying to achieve very high speed
single file throughput over GigE from the Windows client using either
open/write or CreateFile/ReadFile APIs. I'd rather not venture into
overlapped IO there so that we don't have to recommend that all our
customers rewrite their
2013 Jul 30
3
SMB throughput inquiry, Jeremy, and James' bow tie
I went to the site to subscribe again and ended up watching some of
Jeremy's Google interviews. I particularly enjoyed the interview with
James and the bow tie lesson at the end. :)
So anyway, I recently upgraded my home network to end-to-end GbE. My
clients are Windows XP SP3 w/hot fixes, and my Samba server is 3.5.6
atop vanilla kernel.org Linux 3.2.6 and Debian 6.0.6.
With FDX fast
2009 Feb 26
3
Extremly slow (3-4k/s) on Win clients while Linux clients work fine
Hi,
I've migrated a Win2k fileserver to Samba 3.0.33 on Gentoo (Kernel 2.6.28).
While the Linux clients work fine, I get the absolutely worst transferrates on
Win (XP Prof + Vista) like 3-4k/s (compared to ~10MB/s on Linux).
When copying larger files on Windows, they start this slow, but the transfer
becomes faster after some time like 2Mbit/s via WLAN which would be
acceptable.
I've
2014 Sep 06
2
Decent Performance
Hi all,
I am trying to get some decent speed out of a vanilla Debian (Proxmox) box and
am running out of ideas. Basically I can exchange data at 110MB/sec (raw, nfs,
ftp) but not with Samba shares.
I tried almost every samba tuning tip I could find to no avail. The only
optimisation left to smb.conf at the moment is debug level = 0. As one can see
the robocopy throughput is merely half of what
2013 Oct 24
3
SolidWorks 2013 performance problems
Hi,
We're having performance problems with SolidWorks on our shares.
Copying the entire entire solidworks project to local disk and opening
from there takes around 30s, but opening from the share directly takes
minutes.
Apparently solidworks knowledge base has this to say about Samba:
> The official policy with regards to Linux Samba is that our legal department has advised us that the
2003 Dec 15
4
Samba Variables and TCP/IP Throughput
Hi,
I am trying to optimize my gigabit network. I have two Intel 1000 MT Gigabit
Server Adapters, which support Jumbo Frames -- as well as a Switch that
supports Jumbo Frames. However, I am observing some strange behavior in my file
transfers from Windows XP to Linux and I am wondering if it has anything to do
with the way the Samba variables are set on my Linux box?
The "strange
2002 Sep 19
3
ext3 fs: no userspace writes == no disk writes ?
Hello,
I have a question about ext3 write activity.
I am considering using an ext3 fs on a CompactFlash disk for my
data-logging application (power can disapear anytime).
The quantity & frequency of the data logged itself is not a
problem at all considering flash wear.
But I'm a bit worried about the kernel/ext3 doing regular writes
by itself even when there are no userspace writes.
2005 Jan 10
0
SYSLINUX 3.06 released
Okay, let's hope *fourth* time is a charm...
Changes in 3.06:
* Fix typo that caused the ramdisk to load in the wrong place.
Changes in 3.05:
* New API function "shuffle and boot"; allows COM32 modules to
load or construct (almost) arbitrarily complex objects,
e.g. a kernel and its initrd/initramfs in pieces, and have
the API core
2010 May 31
2
mirror writes 10x slower than individual writes
I have an odd setup at present, because I''m testing while still building my machine.
It''s an Intel Atom D510 mobo running snv_134 2GB RAM with 2 SATA drives (AHCI):
1: Samsung 250GB old laptop drive
2: WD Green 1.5TB drive (idle3 turned off)
Ultimately, it will be a time machine backup for my Mac laptop. So I have installed Netatalk 2.1.1 which is working great.
Read
2008 Feb 14
9
100% random writes coming out as 50/50 reads/writes
I''m running on s10s_u4wos_12b and doing the following test.
Create a pool, striped across 4 physical disks from a storage array.
Write a 100GB file to the filesystem (dd from /dev/zero out to the file).
Run I/O against that file, doing 100% random writes with an 8K block size.
zpool iostat shows the following...
capacity operations bandwidth
pool used
2005 Nov 21
0
question about disk performance in domU
Hi all,
When I ran the experiments to compare an application''s execution time in both a domU (named cctest1)
and a native Linux machine (named ccn10), I noticed the application executes faster in domU. The
host of the domU (named ccn9) and ccn10 are two nodes of a cluster and they have same hardware
configurations. domU (cctest1) is created by exporting loopback files from dom0 on
2006 Apr 19
1
Separate databases for reads and writes?
Hi all -
New to rails... been reading as much as I can though and have yet to find
a solid answer (although I think I found an unsolid negative).
I''m wondering if there''s a way to split up the reads and writes in Rails
so that pages/actions that don''t need to write can query from a group of
mirrored databases. And my content managers can update a single master.
I
2006 Dec 19
1
Does ext3 prevent partial page writes?
Basically I want to know if I can turn off full_page_writes in my postgres
config.
http://www.postgresql.org/docs/8.2/interactive/wal-reliability.html
2010 Nov 07
0
zfs under medium load causes SMB to delay writes
This is not the appropriate group/list for this message.
Crossposting to zfs-discuss (where it perhaps primarily
belongs) and to cifs-discuss, which also relates.
> Hi,
>
> I have an I/O load issue and after days of searching
> wanted to know if anyone has pointers on how to
> approach this.
>
> My 1-year stable zfs system (raidz3 8 2TB drives, all
> OK) just started to
2007 Nov 09
0
samba writes to disk each 5 minutes...
Hello,
I am using samba on a NAS. I use hdparm to put my disk to standby.
Unfortunatelle the disk wakes up appr. each 5 minutes and I get entries in
/var/cache/samba and /var/log
Is there a way to disable the cache and the logging? I did not find anything
in the smb.conf.
Thx in advance
Kai
2006 Oct 31
0
6380036 zfs does not clear S_ISUID and S_ISGID bits on successful writes
Author: marks
Repository: /hg/zfs-crypto/gate
Revision: f89e0d54f3a2bec76fbda3e2097037a4bd3c6f21
Log message:
6380036 zfs does not clear S_ISUID and S_ISGID bits on successful writes
6388195 conflict of filesystem property of "aclinherit=secure" & ACE no_propagate
6389212 file_dac_search privilege is ineffective when traversing zfs mount point
Files:
update:
2009 Oct 07
1
rake spec does not run specs -- just writes to spec.opts directory
I am having an issue on my integration server currently. When I run
rake spec locally my specs run and all is good but when I run rake
spec in on my integration box I get the following output
Options written to spec/spec.opts. You can now use these options with:
spec --options spec/spec.opts
When I run spec --options spec.opts I get the same message.
script/spec and others all do the same , if I