winnfsd / vagrant-winnfsd

Manage and adds support for NFS for Vagrant on Windows.
Other
567 stars 62 forks source link

[Winnfsd] can't run "df" on mounted resource #1

Closed radmen closed 10 years ago

radmen commented 10 years ago

I have windows resource mounted at "/w". There's also mysql data and my MySQL server can't start up properly.

It's because it tries to run "df" to check for available space, and "df" returns errors.

I've started winnfsd with params: WinNFSd.exe -id 1000 1000 w:\www /w

df returns:

df

df: `/w': Operation not supported

I have normal access to files at /w

GM-Alex commented 10 years ago

The problem is that the NFS server I forked has no full NFS 3 support. I started to improve it but I'm no NFS specialist an some things are still missing, like symbolic links and some disk functions. You can find the project here: https://bitbucket.org/jankowfsky/winnfsd

If somebody wanna help, you are welcome.

radmen commented 10 years ago

If somebody wanna help, you are welcome.

Ah TBH I'm in the same situation as you.. Can you open issues on Bitbucket (or better move it to GH)? Maybe someone will help.

GM-Alex commented 10 years ago

The issue tracker is now enabled.

radmen commented 10 years ago

Thank you. I'll close the issue here and will move it to Bitbucket.