Why "Name is nonexistent or not a directory" only when Adminstrator?
Show older comments
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 Comments
Kirby Fears
on 20 Jan 2016
Edited: Kirby Fears
on 20 Jan 2016
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
on 20 Jan 2016
Is it possible that the NAS is mounted by NFS (Network File System)? NFS behaves like that.
K E
on 22 Jan 2016
Answers (0)
Categories
Find more on Search Path in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!