MEPISThis forum is for the discussion of MEPIS Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have samba activated to run as a service in MEPIS, but I don't use it to do anything. In the smb4k manager I can see one other PC on my network (windows) and I couldn't figure out the password. I also saw I had a shared folder mounted. So is there a way to be able to access this folder from windows? And how do you find out the password for the other network connection? Thanks
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274
Rep:
How can you not know the password to a winblow$ machine on your network? Did you set this machine up? Right click the share on the winblow$ machine and choose the option that allows unrestricted access to that share, you should then be able to access it using Smb4k.
Yes, it is possibly to access samba shares from Windows, and the other way, too. But it's not necessarily easy...
You should take a look at /etc/samba/smb.conf (man smb.conf, interesting parameters: security, encrypt passwords). Then there is smbpasswd command. On Windows side, it is possible to allow plaintext passwords, if security is no big issue (with older Windows you may need to set a flag in the registry: EnablePlaintextPasswords, and restart Windows).
I have samba activated to run as a service in MEPIS, but I don't use it to do anything. In the smb4k manager I can see one other PC on my network (windows) and I couldn't figure out the password. I also saw I had a shared folder mounted. So is there a way to be able to access this folder from windows? And how do you find out the password for the other network connection? Thanks
In Linux Machine create a smb password for users (means if u have a user brainfast create smb password for him and if no user are there then add a user with useradd command)with smbpasswd command.
#smbpasswd -a brainfast <username>.
Activate the user with the below command.
#smbpasswd -e brainfast
Restart the smb service with
#service smb restart
And check on the Windows machine with the smb username and password.
I was having a similar problem with smb4k on an Ubuntu box.
It turns out that smb4k came with a smb.conf of its own. There were entries in /etc/samba/smb.conf that were causing me not to access the share on other Linux and Win boxes, not access the share on Ubuntu from other Linux or Win boxes and no way to see the Ubuntu box when I searched the network for shares from the other boxes.
If you have any knowledge of smb.conf, you can go in and edit it, comment out the extra stuff, don't delete anything just in case and restart samba, /etc/rc.d/init.d/samba restart.
Sorry I don't have a more detailed post. The computer is at work and I don't have access to it from home.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.