[Samba] Edge cannot download to samba share

Andreas Sachs andilist at gmx.de
Sun Oct 29 11:59:00 UTC 2017


Hi Marc,
i can confirm that "vfs objects = streams_xattr" solves the problem.
Thanks for your help.
 
Andreas
 

Gesendet: Sonntag, 29. Oktober 2017 um 10:50 Uhr
Von: "Marc Muehlfeld" <mmuehlfeld at samba.org>
An: "Andreas Sachs" <andilist at gmx.de>, samba at lists.samba.org
Betreff: Re: [Samba] Edge cannot download to samba share
Hi Andreas,

Am 28.10.2017 um 23:13 schrieb Andreas Sachs via samba:
> i have a problem to download files to a samba share with Microsoft Edge. I got the message "file moved or deleted". (I don't know the exact message, because i have a german version of windows).
>
> After the download, there are two files in the directory:
>
> -rwxrwxr--+ 1 andi andi 0 Okt 28 21:42 xxx.pdf
> -rwxrwxr--+ 1 andi andi 286444 Okt 28 21:42 xxx.pdf.yex6if3.partial
>
> I can reproduce the problem on two computers.
>
> Samba Server: Version 4.5.12-Debian

Edge stores additional information in alternative data streams, what
Samba does not provide by default. To enable ADS support, add the
"streams_xattr" VFS module to your share's section:
vfs objects = streams_xattr

I verified this on Windows 10 1709 (all updates applied) and Samba 4.7.0.

However, this VFS module currently works only on shares that use POSIX
ACLs. If your share has "vfs objects = acl_xattr" enabled, which is
always the case on Samba DCs, the share does not work. I opened a BZ
against the "streams_xattr" VFS module to track this:
https://bugzilla.samba.org/show_bug.cgi?id=13108

Regards,
Marc



PS: To help users with the same problem finding this information: The
Edge error message in English is:
{file_name} might have been moved or deleted. Retry|Cancel|View downloads.



More information about the samba mailing list