On 01/05/2020 13:59, A L via samba wrote:> Hi again, > > It is not always the same area. The "blank" areas seems to be early in > the files, bot not at the same offsets. >I will leave Jeremy to comment on your main problem, but you have two read only shares, which are guest only access because of these lines: ??? guest only = Yes ??? guest ok = Yes So why do you have these lines: ??? create mask = 0664 ??? directory mask = 0775 ??? force user = nasuser ??? force group = nas ??? inherit owner = Yes They only come into play when creating files and directories. Rowland
On 2020-05-01 15:31, Rowland penny via samba wrote:> On 01/05/2020 13:59, A L via samba wrote: >> Hi again, >> >> It is not always the same area. The "blank" areas seems to be early >> in the files, bot not at the same offsets. >> > I will leave Jeremy to comment on your main problem, but you have two > read only shares, which are guest only access because of these lines: > > ??? guest only = Yes > ??? guest ok = Yes > > So why do you have these lines: > > ??? create mask = 0664 > ??? directory mask = 0775 > ??? force user = nasuser > ??? force group = nas > ??? inherit owner = Yes > > They only come into play when creating files and directories. > > Rowland >True.. I just copied from another share. Would that have a impact on the current problem with io_uring?> >
On 01/05/2020 14:35, A L via samba wrote:> True.. I just copied from another share. Would that have a impact on > the current problem with io_uring?I do not know, I'll leave that up to Jeremy, but it has to be worth trying without the lines. Rowland