1. Share a folder on windows system
2. Go to linux and open a terminal and type the below command to mount the shared directory in windows system
# mount -t cifs -o username="windows user name",password="windows user password" //windows-hostname/shared-folder /mnt
3. The above command will mount windows shared folder to /mnt in linux
2. Go to linux and open a terminal and type the below command to mount the shared directory in windows system
# mount -t cifs -o username="windows user name",password="windows user password" //windows-hostname/shared-folder /mnt
3. The above command will mount windows shared folder to /mnt in linux
No comments:
Post a Comment