First of all you need to share some directories on the windows machine then you can use,
example info:
WinMachine = 10.1.1.10
user=test
pass=test
windows share name= sharefolder
mkdir /mnt/winshare
mount -o username=<username>,password=<password> //<windows-machine>/<share name> /mnt/<mount point on the linux machine>
-> with example info
mount -o username=test,password=test //10.1.10.10/sharefolder /mnt/winshare
or
this also works, (accessing full disk)
mount -o username=test,password=test //10.1.10.10/c$ /mnt/winshare
hope this helps to connect your linux pc to windows machine.
This is a preview of
How to use windows shares with Linux Samba
.
Read the full post (77 words, estimated 18 secs reading time)