Closed curtmcd closed 8 years ago
Thanks. Merged.
Mind if I ask what you use it for? It was originally done "just for fun" and I did not expect much real use of this module.
Hi Ronnie,
I have a project at work where we are testing NFS servers that can come and go. We find that the standard Linux kernel client is buggy and difficult to use. If we get a hung mount, often the only remedy is to reboot. I’m experimenting with testing via user mode mounts and found your code (thanks for making it available!) At least with Fuse, if a mount hangs we can just kill the Fuse process and operations terminate immediately with I/O errors.
Cheers,
Curt
From: Ronnie Sahlberg [mailto:notifications@github.com] Sent: Monday, November 07, 2016 4:28 PM To: sahlberg/fuse-nfs fuse-nfs@noreply.github.com Cc: Curt McDowell coder@fishlet.com; Author author@noreply.github.com Subject: Re: [sahlberg/fuse-nfs] Automate and document the build process (#4)
Thanks. Merged.
Mind if I ask what you use it for? It was originally done "just for fun" and I did not expect much real use of this module.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sahlberg/fuse-nfs/pull/4#issuecomment-259008109 , or mute the thread https://github.com/notifications/unsubscribe-auth/AEZHDVcyLYBalbGdeIz4u2waoeZE4b0Yks5q78IZgaJpZM4Krjdz .
Thank you for fuse-nfs. To build it I had to do some research and trial and error; hopefully this minor change would save others the trouble.