Link to home
Start Free TrialLog in
Avatar of georgopanos
georgopanosFlag for United States of America

asked on

Setting up Samba Problem

I am trying to setup samba 3 from SUSE 9.1. I am able to see the folders from my XP machine but I have no permissions to change anything and the user name and PW from my XP machine match one that I have created on the linux system. All help appreaciated.
Avatar of mmartha
mmartha

Check the permissions of the linux files/folders with "ls -al", the user you are using must have permissions (or be the owner).

If you want to set the owner of the files/folders to your USERNAME do: chown USERNAME FILENAME (or folder name). You can add the -R flag to the command to change the owner recursively on the child folders: chown -R USERNAME FOLDER
it didn't help?
ASKER CERTIFIED SOLUTION
Avatar of Gabriel Orozco
Gabriel Orozco
Flag of Mexico image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
When you say the username password match the one on the linux machine do you mean you created a linux user?
You need to create a samba passwd for that user with

smbpasswd -a username

You may have already done this but its worth a check.
Also what messages are you getting in your logs?