Please help! I'm currently running samba 2.2.2 on a redhat 7.1 computer. I'm having major database problems with any database that I try to store on my samba server. The programs are quickbooks, act, and access. Basically, all of my index files keep getting really hosed. I have to repair and rebuild files everyday. This is bad especially since this client is a recent convert from NT to linux. Here is my smb.conf file [global] netbios name = TRITON workgroup = ARIASKEZAR os level = 64 preferred master = yes domain master = yes local master = yes security = user encrypt passwords = yes domain logons = yes wins support = yes socket options = TCP_NODELAY # debug level = 2 domain admin group = root # Adding machine trust accouts # add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u # location to store user profiles # logon path = \\%N\profiles\%u # Users home directories and location to be mounted logon drive = H: logon home = \\TRITON\%u # Generic logon script for all users logon script = login.bat # Defined Shares for Server [netlogon] path = /usr/local/exports/samba/netlogon writeable = no #write list = ntadmin [homes] guest ok = no read only = no create mask = 0700 directory mask = 0700 oplocks = false locking = no #[profiles] # path = /usr/local/exports/samba/ntprofile # writeable = yes # create mask = 0600 # directory mask = 0700 [act] path = /usr/local/exports/data/act writeable = yes force group = akusers create mode = 0660 directory mode = 0770 #blocking locks = no #level2 oplocks = yes oplocks = false [quickbooks] path = /usr/local/exports/data/quickbooks writeable = yes force group = akusers create mode = 0660 directory mode = 0770 #blocking locks = no #level2 oplocks = yes oplocks = false [mydocs] path = /usr/local/exports/data/mydocs writeable = yes force group = akusers create mode = 0660 directory mode = 0770 oplocks = false -------------- next part -------------- HTML attachment scrubbed and removed