willscott / go-nfs

golang NFSv3 server
Apache License 2.0
664 stars 73 forks source link

Could not edit Microsoft Office files from mountpoint #54

Open ikmak opened 1 year ago

ikmak commented 1 year ago

Everything works fine except editing Microsoft Office files(e.g. Word, Excel, PowerPoint) from mountpoint. It can be edited if the file open directly from source folder, but when opening from mountpoint the Microsoft Office shows "readonly".

ikmak commented 1 year ago

@willscott I've tried to mount with options locallocks, and it looks better. But there are still some problems. Word docx(doc) files could be saved with some wired temporary directories like abc.docx.sb-xxxxxx-xxxxx Excel xlsx(xls) files could be saved without any sb temporary directory PowerPoint pptx(ppt) files could be created but couldn't be saved.

willscott commented 10 months ago

I wonder if https://github.com/willscott/go-nfs/pull/72 was the underlying issue behind this

can you try again with the current version?

ikmak commented 10 months ago

@willscott Same...

image