willscott / go-nfs

golang NFSv3 server
Apache License 2.0
701 stars 76 forks source link

if `fs.Remove` fails with `non-empty directory`, the server should forward that. #107

Closed DUOLabs333 closed 11 months ago

DUOLabs333 commented 11 months ago

Currently, the server only sends a generic I/O Error, which clients (at least the Linux client, anyway) interpret as Permission denied.

DUOLabs333 commented 11 months ago

This actually doesn't look to be an issue in practice.