Hi, I have had this new install of suse 9.3 running nicely for a while. I have set up some samba shares and can browse them from a windows machine on the network however something is not right with it.

I can open a spreadsheet but NOT save any changes, the message in excel is "the disk is full". I can create a new txt file and save changes to it with no problem. I can create a new excel file, open it, but not save changes ("the disk is full"). Similarly with a word document though attempting to save it produces a variety of error messages including "the disk is full or too many files open" or memory error messages. I can delete any of these created files.

The problem appears to be more than a simple read/write issue and has me stumped. Can anyone help?

Cheers,
Roger


linux:/etc/samba # cat /etc/samba/smb.conf
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2005-04-04
[global]
       printcap name = cups
       printcap cache time = 750
       cups options = raw
       printer admin = @ntadmin, root, administrator
       username map = /etc/samba/smbusers
       map to guest = Bad User
       include = /etc/samba/dhcp.conf
       logon path = \\%L\profiles\.msprofile
       logon home = \\%L\%U\.9xprofile
       logon drive = P:
       restrict anonymous = no
       domain master = No
       max protocol = NT
       ldap ssl = No
       server signing = Auto
       netbios name = gemini
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
       domain logons = No
       security = user
       workgroup = workgroup

[homes]
       comment = Home Directories
       valid users = %S
       browseable = No
       read only = No
       inherit acls = Yes

[profiles]
       comment = Network Profiles Service
       path = %H
       read only = No
       store dos attributes = Yes
       create mask = 0600
       directory mask = 0700

[users]
       comment = All users
       path = /home
       read only = No
       inherit acls = Yes
       veto files = /aquota.user/groups/shares/

[groups]
       comment = All groups
       path = /home/groups
       read only = No
       inherit acls = Yes

[printers]
       comment = All Printers
       path = /var/tmp
       printable = Yes
       create mask = 0600
       browseable = No

[print$]
       comment = Printer Drivers
       path = /var/lib/samba/drivers
       write list = @ntadmin root
       force group = ntadmin
       create mask = 0664
       directory mask = 0775

[data]
       case sensitive = no
       msdfs proxy = no
       read only = no
       path = /windows/e
       valid users = roger
       write list = roger
       writeable - Yes
       browseable = Yes

[photos]
       case sensitive = no
       msdfs proxy = no
       read only = no
       path = /windows/f/Photos
       valid users = roger
       write list = roger
       browseable - Yes

[software]
       browseable = Yes
       comment =
       guest ok = No
       inherit acls = Yes
       path = /windows/G/software/
       read only = No
       valid users = roger
       write list - roger

[downloads]
       browseable = Yes
       comment =
       guest ok = No
       inherit acls = Yes
       path = /windows/G/Downloads/
       read only = No
       valid users = roger
       write list - roger

Reply via email to