



I have tried samba but it is not working.
Therefore read and write access is very important but I just can't get it set up working nicely.
smbtreetestparm -snet usershare info --long
usbtux wrote:You should be able to brows the network,
Home Folder,
network, (bottom left)
Windows network (in my case) MSHOME, or WORKGROUP,
Then you should see connected computers,
Double click on the required computer and it'll ask for connection details, user, network ( mshome or workgroup) password.
Click ok and you should be able to connect to any shares you've already setup...
This may help viewtopic.php?f=90&t=107272 setting up the shares

altair4 wrote:I have tried samba but it is not working.
Therefore read and write access is very important but I just can't get it set up working nicely.
If you are interested in diagnosing the problem with Samba let me know but you will need to be a wee bit more descriptive with your description of the problem. It's not clear from your post if you cannot see the share from the client or you can see it but can't access it or you can access the share but can't write to it.
It makes a difference since one is a network problem, one is a samba problem, and one is a Linux permissions problem. If you want help posting the output of the following commands would aid those trying to help you:
- Code: Select all
smbtree
- Code: Select all
testparm -s
- Code: Select all
net usershare info --long


asus@asus-1215B-1215B
encrypt passwords = No
gksu gedit /etc/samba/smb.confnetbios name = asus-1215Bname resolve order = bcast host lmhosts winsencrypt passwords = Yessudo service smbd restart
sudo service nmbd restartasus@asus-1215B-1215B ~ $ smbtree
The program 'smbtree' is currently not installed. You can install it by typing:
sudo apt-get install smbclient



GJQ wrote:# What naming service and in what order should we use to resolve host names
# to IP addresses
; name resolve order = lmhosts host wins bcast ( Original Settings )
; name resolve order = bcast host lmhosts wins ( Change it as per your request )
name resolve order = bcast host lmhosts wins
asus-1215B-1215B ~ # sudo service smbd restart
smbd: unrecognized service
asus-1215B-1215B ~ # sudo service nmbd restart
nmbd: unrecognized service
sudo service samba restartsudo service smbd start
sudo service nmbd startsudo -s
asus@asus-1215B-1215B ~ $ smbtree
The program 'smbtree' is currently not installed. You can install it by typing:
sudo apt-get install smbclient

mintybits wrote:If you are using linux on everything just use SSH.![]()
On each PC install SSH
- Code: Select all
sudo apt-get install ssh

sudo apt-get install ssh
mintybits wrote:
- Code: Select all
sudo apt-get install ssh
is correct.
But, Just make sure you really and truly trust the user you allow access because you have just given him at a minimum read access to everything you own.

mintybits wrote:GJQ wrote:Is there any other alternatives beside Samba?
Yes!
viewtopic.php?p=662096#p662096

altair4 wrote:GJQ wrote:# What naming service and in what order should we use to resolve host names
# to IP addresses
; name resolve order = lmhosts host wins bcast ( Original Settings )
; name resolve order = bcast host lmhosts wins ( Change it as per your request )
Remove the leading ";" from the line. It tells samba to ignore it. It should read:name resolve order = bcast host lmhosts wins
Okay done as per your adviseasus-1215B-1215B ~ # sudo service smbd restart
smbd: unrecognized service
asus-1215B-1215B ~ # sudo service nmbd restart
nmbd: unrecognized service
What operating system are you using? You posted in the "Main Edition" section of the forum. Are you using Mint's LMDE variant? If you are then the command is:If you truly are using the Main Edition try starting it instead:
- Code: Select all
sudo service samba restart
- Code: Select all
sudo service smbd start
sudo service nmbd start
No I am using the 64bit Linux Mint 14 Mate edition. Which code should I use?
As a side note why do you keep doing this:sudo -s
During the smbclient installation, I put in the code but nothing happen so I though it could be root permission issues, therefore try to install it. Sorry I still learning linux although basic installation into the system is within my ability but not anything more.
As for this:asus@asus-1215B-1215B ~ $ smbtree
The program 'smbtree' is currently not installed. You can install it by typing:
sudo apt-get install smbclient
If you installed smbclient and are still getting that error I have no explanation except a bad install.
Boot into you Install disk, open a terminal and type: smbtree. When it asks for mint's password just hit enter. It should work from the install disk without you even installing it. If it does then there is something wrong with your install, it's something you installed after the install, or an update that has messed up your system.

What do you mean by Boot into your Install disk? Is it to reinsert the CD with the software and try to set it up under Live CD condition to see if it work?


Transfer on LAN is a software that allows multiple users to transfer files (or folders) on a local network. It is cross-platform (it works with Java 6) and requires no configuration.
Transfer on LAN is a spiritual son of Giver.
Transfer on LAN uses TCP and UDP ports 2011 (be careful if you have a firewall activated).

GJQ wrote:Hi mintybits,
I have tried ssh but it is not what I wanted. What I want is folder sharing over lan workgroup. That would be simple as folders will be shown on the lan network. Thanks for the suggestions, really appreciated it.


Users browsing this forum: Bing [Bot], felixlizarraga, olliegab and 41 guests