we can do a followon to this if you find any problems with it later in the week. On Thu, Jan 20, 2022 at 1:16 PM Eugene Korenevsky <ekorenevsky@xxxxxxxxxxxxx> wrote: > > On Mon, Jan 17, 2022 at 06:14:05PM -0300, Enzo Matsumiya wrote: > > > The patch fixes the initial issue (mount and listing files) as per > > reported in the mentioned bugzilla, but it still fails to create files: > > > > % echo "test" | sudo tee myfile > > tee: myfile: No such file or directory > > test > > > Sorry, cannot reproduce. > > ``` > # mount > ... > //192.168.57.14/дфс on /tmp/x type cifs (rw,relatime,vers=default,cache=strict,username=user,domain=WIN-TCIN4O86A6M,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.57.14,file_mode=0755,dir_mode=0755,soft,nounix,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1) > //WIN-TCIN4O86A6M/дфс/temp on /tmp/x/temp type cifs (rw,relatime,vers=3.1.1,cache=strict,username=user,domain=WIN-TCIN4O86A6M,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.57.4,file_mode=0755,dir_mode=0755,soft,nounix,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1) > # pwd > /tmp/x/temp > # echo test | tee myfile > test > # rm myfile > # echo test | tee myfile > test > # cat myfile > test > # rm myfile && echo ok > ok > ``` > > Could you provide your 'mount' output as well? > > > -- > Eugene -- Thanks, Steve