I'm working in an environment where my MAC (M1 Pro, Ventura 13.5) is mounting an NFS share. My source code is on the NFS share, my tag files and project files are on a local mount point. I am using SE Pro 2022 (v27.0.2.0) with Hotfix 11 installed.
I open a file in SE and there are times when I try to save the file that I get a dialog stating "Unable to save <file_path/name> Path not found". I can open/edit/save the file using text edit or vi from a terminal on the MAC while SE is in this state. SE even finds that the file was updated and prompts me to reload without the checkbox checked because my copy in SE is modified.
Once I get into this state I have a hard time getting out of it for that particular file. Sometimes a reboot works, other times not. Sometimes restarting SE works, other times not. I haven't yet found a solid way to get out of this state.
Once in a while, saving the file as a different name on the remote file system, then deleting the original and renaming file back to the original name works for a while. e.g. if file is x.cpp, save as x2.cpp, delete x.cpp, mv x2.cpp x.cpp then reload in SE and it might help.
I verfied that I have disabled the Options->File Options->Load->File Locking.
What else can I look for as to why SE decides that it can't find this file to save it even when it just loaded the file. How can I debug this situation? My IT dept won't help me further because I can open/edit/save the file using text edit.