LMSouq
general-dev Open

sh: 0: getcwd() failed: No such file or directory on cited drive

CR
CrazyKitty Rotoshi
1 month ago
3 views
Problem Description
I am trying to compile ARM code on [Ubuntu 12.04][1] (Precise Pangolin). Everything is working fine when I put the code in the local directory. But when I put the code in the cited mount directory, an error shows up: making testXmlFiles sh: 0: getcwd() failed: No such file or directory ARM Compiling xxxxx.c sh: 0: getcwd() failed: No such file or directory Here is my setting in [fstab][2]: //10.0.0.1/data /mnt/data cifs auto,noserverino,credentials=/root/.smbcredentials,file_mode=0777,dir_mode=0777,uid=user,gid=users,noperm 0 0 What is going on here? What could cause this error? [1]: https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_12.04_LTS_.28Precise_Pangolin.29 [2]: https://en.wikipedia.org/wiki/Fstab

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base