At Tue, 19 Oct 1999 Andreas Bach Aaen wrote:
> I run dosemu as a normal user and goto a directory that is located on a
> unix hosted nfs system.
> eg.
>
> D:>cd \nfsdir
> D:\NFSDIR>echo hello >test.txt
> D:\NFSDIR>type test.txt
> Access denied - TEST.TXT
> D:\NFSDIR>del test.txt
>
> I may create the file, I may delete the file, but I cannot read it !
>
> If I wiev the file from Unix it has read/write and no execute permissions
> to the user that runs dosemu.
>
If you are running linux 2.2.x, try mounting nfsdir with -o nolock.
Reinhard