Share Windows Files with Linux

- Install mount.cifs

        yum install cifs-utils -y

- Create a directory where you want the Windows folder 

root@localhost#mkdir /mnt/win

- Use mount.cifs  with the windows machine IP, folder and credentials to mount

root@localhost#sudo mount.cifs //10.4.23.67/Syslogs/ /mnt/win/ -o user=administrator,pass=password

root@localhost#
root@localhost#ls /mnt/win/
Documents Downloads
root@localhost#


No comments: