Mount SMB Network Drive using Cli.Wrap returns mount error(13): Permission denied. #159
Unanswered
tadessefikadu
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Do you run cmd as admin? Otherwise you can try using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mount SMB Network Drive using Cli.Wrap returns mount error(13): Permission denied.
Command:
mount -t cifs -o username=user@fqdn,password='password',sec=ntlmssp //smbshared.fqdn/foldername /mountfolder
I am using CliWrap as below
I get "mount error(13): Permission denied." when this is run using Cli.Wrap, however, when in the same container cmd. It runs with no issue and the mount is created.
Any suggestion on what I need to look into?
Beta Was this translation helpful? Give feedback.
All reactions