Hi all:

New to Kali Linux and this forum. I am running Kali on a VirtualBox on win10.

I am trying to map share folder from native win10 to kali to share the document between native win10 os to kali linux.

I used mount.cifs command for mounting share folder from win10 to kali linux on virtual machine.
but I am facing below error

code snippet:

sudo mount.cifs //192.168.225.24/Shared_files /home/kali/Desktop/Networkfolder -o user = nitin 32 ⨯
Password for root@//192.168.225.24/Shared_files:
mount error(101): Network is unreachable
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)



Perhaps someone can read the details below and help.

Many thanks.