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.

Buy me a beer

Related posts:

  1. High CPU usage solution for vmware on linux (files on NTFS) If you have high cpu usage problem for your vmware...
  2. Configuring CVS and CVSUP on Linux Installation of CVS and CVSUP Installing CVS on Redhat Linux...
  3. Creating & using ext3 filesystem images Ext3 is a linux filesystem and used by most of...
  4. How to find active local computers on a LAN with Linux machine This entry gives a way to find active computers on...
  5. Linux mbr record backup with sfdisk included extened partition infos You can backup your system partition table with sfdisk which...