Displaying 5 results from an estimated 5 matches for "bigshar".
Did you mean:
bigshare
2005 Feb 03
2
People with applications needing directories containing large numbers of files.
...irectory in a way that doesn't damage
performance.
Firstly, you need to canonicalize all the files in the
directory to have one case, upper or lower - take your
pick (I chose upper as all my files were already upper
case names). Then set up a new custom share for the
application as follows :
[bigshare]
path = /home/jeremy/tmp/manyfilesdir
read only = no
default case = upper
preserve case = no
short preserve case = no
Of course, use your own path and settings, but set the
case options to match the case of all the files in your
directory. The path should p...
2005 Feb 03
2
Large numbers of files in a directory - take #2 :-)
...directory in a way that doesn't damage
performance.
Firstly, you need to canonicalize all the files in the
directory to have one case, upper or lower - take your
pick (I chose upper as all my files were already upper
case names). Then set up a new custom share for the
application as follows:
[bigshare]
path = /home/jeremy/tmp/manyfilesdir
read only = no
case sensitive = True
default case = upper
preserve case = no
short preserve case = no
Of course, use your own path and settings, but set the
case options to match the case of all the files in your
direc...
2005 Feb 17
1
fast reads, slow writes
We have two SUSE SLES 9.0 x86-64 servers on gigabit network, one with
RAID1 and samba 3.0.4,
and one with RAID10 upgraded to samba 3.0.9. Both have the same problem:
when you copy from
server to client, speeds are on big files about 40MB/s for RAID1 and
about 60MB/s for RAID10.
But when you copy to server, speed are about 8MB/s. I have set up ftp
servers on them just to try
ftp protocol
2006 Sep 15
3
Samba tuning advise
Helo,
We use a big fileserver running Linux/Samba as fileshare.
We are facing performances problems for which we'd like some advise :
Clients are OS2(LanManager) and windows 2000 reading and writing lots of
files in the same directory on the fileshare.
We currently have more than 80 000 files in the directory (files size is
about 100 Bytes).
Could you please advise us some Samba tuning
2017 Aug 25
2
Cannot login to Samba server remotely
...= No
security = user
logon script = netlogin.cmd
logon path = \\%L\Profiles\%U
logon drive = Z:
domain logons = Yes
os level = 33
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
[bigshare]
comment = Shared Folders
path = /staff/docs
valid users = user1, user2, user3, user4
admin users = user1, user2, user4, user4
read only = No
create mask = 2664
force create mode = 2664
directory mask = 2775
force dir...