Migrating from SSHFS to NFS
First of all, this is not a tutorial, this is more like a lab notebook of my experience trying to ditch sshfs and start using NFS. The main problem I had with sshfs is that it is not very reliable as a file system to remain mounted 24/7. For example, I had some problems unmounting it when it got stuck in a machine, creating lots of zombie processes. The only solution was to literally restart the machine… Furthermore, its GitHub repo was archived more than a year ago, so these issues will not be addressed soon....