Results 1 to 7 of 7
Hi guys,
How do I access windows file system on debian sarge. I installed samba file server on my debian box. Well I just accessed it on konqueror by typing ...
- 10-08-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 23
Connecting to remote windows machine using samba server
Hi guys,
How do I access windows file system on debian sarge. I installed samba file server on my debian box. Well I just accessed it on konqueror by typing smb://machinename. I want to know is there any other way of accessing it because konqueror runs quite slow on my machine? Secondly how do I copy files from windows machine to linux. I am unable to copy any file from windows to linux or from linux to windows.
Thanks in advance
Naseem
- 10-08-2006 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
use mc , you can make smb-link with mc
- 10-09-2006 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 23
What is mc? When I run mc from terminal, it says command not found.
Naseem
- 10-09-2006 #4Linux Newbie
- Join Date
- Feb 2006
- Location
- Dover, DE
- Posts
- 112
Start here:
http://wiki.samba.org/index.php/Moun..._a_unix_client
The smb server means that your windows machine can access your linux machine. You need to install smbclient and read the link I provided. I hope that helps.
- 10-09-2006 #5Linux User
- Join Date
- Feb 2006
- Posts
- 484
mc is the midnight commander
run the command with the root account
apt-get install mc
- 10-10-2006 #6Just Joined!
- Join Date
- Sep 2006
- Posts
- 23
Re:
Thanks to both...
wiki link is very informative. With slight changes in the smb.conf file, copy/paste is working now.
Naseem
- 10-10-2006 #7Just Joined!
- Join Date
- Sep 2006
- Posts
- 23
Here is what I did for starting and stopping samba sever....
Code:Starting server: /usr/sbin/smbd -D and /usr/sbin/nmbd -D Stopping server: killall -TERM smbd and killall -TERM nmbd
For mounting/unmounting remote windows filesystem on linux machine...
Code:mount -t smbfs //192.168.1.30/wp /home/usrname/dump umount /home/usrname/dump
Hope it helps to all other who are looking for the same....
Regards
Naseem


Reply With Quote
