Why "Name is nonexistent or not a directory" only when Adminstrator?
이전 댓글 표시
In the past couple days, Matlab has developed some strange behavior: If I run it as an administrator, it can't seem to access a remote drive ("Name is nonexistent or not a directory" upon startup when it tries to load my path; can't change directories to that drive), even though I can access that drive outside of Matlab. However when I run Matlab as a non-administrator, the error doesn't happen and I can access directories on the drive. What could be going on? More details: The drive is a NAS device mapped to a drive letter on my Windows 7 machine, and I am running 2015b.
댓글 수: 3
Kirby Fears
2016년 1월 20일
편집: Kirby Fears
2016년 1월 20일
Network drive letter mappings are specific to the user currently logged in. Running as admin may be temporarily assigning you a different admin username that does not have your drive mapped to that letter.
You could try using the actual network path to the remote drive instead of the mapped drive letter and see if that works.
Walter Roberson
2016년 1월 20일
Is it possible that the NAS is mounted by NFS (Network File System)? NFS behaves like that.
K E
2016년 1월 22일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!