Tuesday, August 5, 2008

To mount a Windows drive to your Linux PC


Share the Windows directory. Make sure you enable read/write

Make the mount point in your Linux PC eg: $mkdir /Temp

$smbmount /// / -o username=/,password=
Example:
$smbmount //sharmaj-d/Temp /Temp -o username=XXXX,password=

No comments: