가상 머신 vmware Linux Centos에 공유 Windows 10 폴더를 마운트하려고 하면 다음이 표시됩니다. 마운트 오류(13): 권한이 거부되었습니다.

가상 머신 vmware Linux Centos에 공유 Windows 10 폴더를 마운트하려고 하면 다음이 표시됩니다. 마운트 오류(13): 권한이 거부되었습니다.

다음 명령을 사용하여 Windows 10에서 vmware 가상 머신 linux centos로 공유 폴더를 마운트하려고합니다.

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

그것은 나에게 주었다

mount error(13): Permision denied

어떻게 해결할 수 있나요?

답변1

루트로 실행하고 있나요?

그렇지 않은 경우:

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

관련 정보