On 1/6/2017 9:52 μμ, Mauricio Tavares wrote:
- Make sure both users are not logged in.
- Create new mountpoints
- Edit fstab to point to new mountpoints.
- Edit /etc/passwd to refer to the new mountpoint for the two users
- mount -a
Would that do the trick for you?
Thanks Mauricio,
Actually, the process you describe is the same as the one I described, with the difference that we use the same mount point for the new location (after unmounting the nfs mount), so we don't need to edit /etc/passwd.
I completed this procedure successfully.
Thanks again, Nick