willscott / go-nfs

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

pass in fileid from underlying filesystem #88

Closed willscott closed 1 year ago

willscott commented 1 year ago

fix #82

It's a bit of bad mix layer to rely on underlying inodes being unique to expose uniqueness of files as displayed in the synthetic nfs mount.

I'll put in an issue to be able to generate stable/unique fileids for files for cases where the underlying filesystem info doesn't expose these.