#============================ Share Definitions ==============================
[homes]
        comment = Home Directories
        browseable = no
        writeable = yes

# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
        comment = All Printers
        path = /var/spool/samba
        browseable = no
# Set public = yes to allow user 'guest account' to print
        guest ok = no
        writeable = no
        printable = yes


[C:]
        comment = Point Files
        path = /C:
        writeable = yes
        browseable = yes
        only guest = yes

[CALYX POINT]
        comment = Point Files
        path = /C:/CALYX POINT
        writeable = yes
        browseable = yes
        only ok = yes
        public = yes

[Employees]
        comment = Employee Files
        path = /C:/Employees
        writeable = yes
        browseable = yes
        only guest = yes
        public = yes

[PUBLIC]
        comment = Shared Files
        path = /C:/PUBLIC
        public = yes
        writable = yes
        create mask = 0777
        directory mask = 0777
        force user = nobody
        force group = nogroup


On Tue, 14 Nov 2006, John Drescher wrote:

On 11/14/06, Josh Hester <[EMAIL PROTECTED]> wrote:

I set up a samba share on a fedora core 5 box.

I am able to drag and drop files to it, but when I try to save from an
app, I get a message saying disk is full.  These are all XP home clients.
When I tried to share from an XP pro client it worked.

Any ideas on how to fix this?


Please post the section of your smb.conf file that describes the share.

John

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to