Having a tough time understanding something and can't figure out what happened. This morning an nfs share stopped working on my dev environment, it was working fine yesterday. After some head scratching, I relalized that my /home/ directory isn't a symlink to /usr/home/ anymore, it is a real directory containing my home stuff. Also, /usr/home/ still exists, but it is empty. Since my nfs export was /usr/home/..., changing it to /home/... made it possible to mount it again.
My dev environment consists of 3 vagrant boxes ("freebsd/FreeBSD-11.1-RELEASE") that I never provision or touch directly, I pretty much only do
Any ideas of how this could have happened?
My dev environment consists of 3 vagrant boxes ("freebsd/FreeBSD-11.1-RELEASE") that I never provision or touch directly, I pretty much only do
vagrant up
every morning and off I go. At first I thought it must be a bad operation on my part, but I realized that my 3 boxes are now like this, even one where there is no nfs or anything related to the /home/ directory.Any ideas of how this could have happened?