Pages

Monday, June 25, 2012

How to Share a Winshare on Linux:-

To mount any windows share/partition in Linux use the below command. Here 192.168.3.60 is the IP of Windows host and ‘download’ is the share name on windows. Then pass on the username of Windows host with password and finally you can mount that share on /mnt in Linux host. Cifs is ‘Common Internet File System’.

# mount -t cifs //192.168.3.60/download -o username=guest,password=myPassword  /mnt

No comments:

Post a Comment