0

I am trying to mount a shared folder from windows 10 to a vmware virtual machine linux centos with this command :

mount -t cifs //ip/folder /mnt/win -o username=xxx,password=xxx,file_mode=0644,dir_mode=0755,uid=root 

and it give me

mount error(13): Permision denied 

How can I solve it?

1 Answer 1

0

Do you run it as root?

If not:

sudo mount -t cifs //ip/folder /mnt/win -o username=xxx,password=xxx,file_mode=0644,dir_mode=0755,uid=root 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.