Bug 6903 - MAC can't upload to samba share
Summary: MAC can't upload to samba share
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 3.3
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.3.2
Hardware: x86 Linux
: P3 normal
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL:
Keywords:
: 6902 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-18 05:06 UTC by akong
Modified: 2018-05-07 22:46 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description akong 2009-11-18 05:06:05 UTC
My samba version is 3.3.2
The service is all ok between PC and samba server.
The Mac can mount samba share and can view all data.
It's will show have no space to upload when mac want to upload to samba share.
I have check samba share with use df -h
/dev/sdb1             5.4T  2.3T  2.9T  45% /mnt/X_drive
                                                       ^^^^^
                                                       Used
I have test english file name or chinese filename all can't upload to samba.
I list my smb.conf
[global]
        log file = /var/log/samba/log.%m
        lanman auth = yes
        load printers = yes
        inherit owner = yes
        idmap gid = 10000-20000
        socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
        wins server = 192.168.1.202
        encrypt passwords = yes
        hosts allow = 127. 192.168.1. 192.168.2. 192.168.3.
        realm = linguitronics.com
        passdb backend = tdbsam
        client plaintext auth = yes
        inherit acls = yes
        nt acl support = yes
        cups options = raw
        vfs objects = extd_audit
        server string = FileServer1
        inherit permissions = yes
        password server = etams001.linguitronics.com
        idmap uid = 10000-20000
        winbind enum users = yes
        workgroup = LINGUITRONICS
        os level = 20
        client lanman auth = yes
        winbind enum groups = yes
        security = ads
        max log size = 50
What is this problem?
Thanks a lot.
Comment 1 Volker Lendecke 2009-12-19 06:55:34 UTC
*** Bug 6902 has been marked as a duplicate of this bug. ***
Comment 2 Björn Jacke 2018-05-07 22:46:47 UTC
there has not been a problem with that in recent Samba or OS X versions