[Samba] delayed write files errors

Rowland penny rpenny at samba.org
Fri Jan 3 19:29:25 UTC 2020


On 03/01/2020 17:53, Ni Co via samba wrote:
> Hello,
>
> First of all : Happy New Year to you all :-)
>
> I need your help for a problem.
>
> I've 2 servers on CentOS 7: a Samba DC+AD and a Samba Files Sharing.
>
> In the Samba file sharing server, all data is store in a RAID Disk
> partition wich is mounted in /data/ (fstab :
> UUID=a47ea879-7072-4e8f-a668-3f5a86e58ef2 /data ext4
> defaults,user_xattr,acl,barrier=1    1 2).
The ext4 defaults contain 'user_xattr, acl and barrier=1'  so you 
shouldn't set them.
> Samba log file :
>
> [2019/12/31 23:09:18.415104,  2] ../source3/smbd/open.c:4032(open_directory)
>     open_directory: unable to create
> user/.system/Thunderbird/profile.default-release.
>
> smb.conf of files sharing server :
> ---
>
> [users]
> comment = User Home Folder
> path = /data/homes/
> read only = no
> follow symlinks = yes
> wide links = yes
> browseable = no
> hide files = /desktop.ini/$RECYCLE.BIN/
> ---

I do not think that path is helping, try it with:

path = /data/homes/%U

Also why do you need 'wide links' ?

Rowland





More information about the samba mailing list