INSTALLATION DOCUMENTS BY RAVI

Saturday, April 15, 2017

Command to mount windows directory to linux

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

No comments:

Post a Comment

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...