Hello,
I have shared my Ubuntu machines /home/user/Downloads folder through samba.
There are many tools that could help you configure samba, share user’s home directory, share printers, and CD-Rom drives in Ubuntu easily. One of those packages is system-config-samba. With this package, you could easily manage samba without worrying about editing text files or working from the console or terminal.
Hi list,
I once had a server running samba 3.5.10. It was a member of a windows domain. And when a domain user connected to it, it would automatically create a samba user and a unix user.
Now I reinstalled a server using kubuntu 12.04, running samba 3.6.3.
Im trying to setup Samba on my Linux Server but Im unable to connect to one share. Out of all 3 shares i cannot connect to the one named filestor.
Heres my smb.conf :
Code:
[root@Fileserver opt]# cat /etc/samba/smb.conf
# Global parameters
[global]
workgroup = Workgroup
netbios name = Fileserver
server string = Samba Server %v
I am trying to configure samba to have 1 private share (with password promt) and 1 guest share without any password promt.
My samba config is:
Code:
[global]
workgroup = workgroup
server string = Fedora File Server
log file = /var/log/samba/log.%m
max log size = 50
security = user
I have the Samba server running fine. However I am having issues getting two users on the samba share!
There are two files I made both these users need access to them and one is an admin the other is a standard user.
I want to tune the permissions on a share I created as a user in Nautilus. This share does not exist in /etc/samba/smb.conf and I can't see where it would be.
Edit: Just found ~/.smb/smb.conf but this doesn't contain any share information, just information, I suspect, that is used to connect to samba servers.
hello everyone
i have a samba share running on linux machine. I have a client machine running MAC OS.I wanna connect my MAC machine to samba server by using system username/password of mac machine.
I've read several threads regarding the setup and use of Samba, and Samba has always been working fine until recently. I didn't change anything, but for some reason, it appears that Samba only resolves hosts on the default "Workgroup" workgroup. However, the /etc/samba/smb.conf file is setup to use a different workgroup.