Access Windows Shares In Linux
Accessing windows network shares from the Linux command line is quick and easy. This lets you access windows shares in Linux just like another ,
- Get the application smbmount from the repositories using
sudo apt-get smbmount - Then, go to the terminal and key in :
smbmount\\\\WINDOWS\\c-c mount /mount/Windows' -I 192.168.0.3 - Here
"\\\WINDOWS\\c"is the windows share which you want to access and where you want them into.(etc\etc\); - To make this permanent :
\\10.0.23.2\DataHeap /media/server smbfs rw,user,suid<\pre>
This will add the appropriate repository from . That is all. Now access any windows drive as just another drive on your desktop. Feel free to ask for help.



