1
vote
0answers
104 views

Samba shares, using smb.conf or /var/lib/samba/usershare

Ok, so I caused my own problem by trying to be funny. And now I am very confused about how to fix it. So here we go: Our server has had 2 open shares since day one. only one of them offered windows ...
0
votes
1answer
49 views

Setting permissions for home server directories

I am fairly new at all this. I have set up a home server using an old laptop and Ubuntu 12.04 to stream media to my LG TV through their DLNA system called MediaLink. This is being done through Plex ...
-1
votes
1answer
191 views

Sharing a Second Hard Drve with Windows using Samba

I installed Ubuntu 12.10 32bit with the intention of using it to share hard drives across an office of Windows 7 computers. I've set up an initial share on the hard drive Ubuntu was installed from ...
0
votes
1answer
37 views

How to share file with User with just read privileges

There is one user Lets call him B and he needs access Just to Read the File MEANS READ ACCESS and that file is own by another user A . How can I grant access to user A's file to User B.
0
votes
1answer
357 views

Set umask, set permissions, and set ACL, but SAMBA isn't using those?

I'm running on Ubuntu Server 12.04. I have a folder called Music and I want the default folder permissions to be 775 and the default file to then be 664. I set the default permissions on the Music ...
0
votes
0answers
599 views

Restricting user permissions to a samba share

I have set up a samba share on my Ubuntu 12.0.4 LTS install which I have access to fine, the share exists in a directory structure similar to this: /media/directory1/directory2/. Here is the what it ...
1
vote
1answer
342 views

What purpose does the Public folder serve

In default Home directory, there is a folder called Public. What purpose does that serve? Are documents in that folder accessible to all users on the same computer? What are the default permissions ...
1
vote
1answer
7k views

I cant get samba to set proper permissions on created directories

I have a ubuntu server sharing some folders using samba. When a client creates a new folder or file, the permissions aren't set according to the settings in smb.conf. My current settings for a ...
1
vote
1answer
2k views

Samba changes file ownership! How do I get rid of that problem?

I am running a Samba Server (Version 3.5.6). The file sharing is OK until I realize that Samba changes file ownership when another user (not the original owner) edit the file and saves it. This is ...
1
vote
1answer
479 views

GUI for setfacl or other NTFS equivalents?

I would like to setup a small office network based on ubuntu machines to replace the current based on windows. One of the requirements is to setup a samba share for file sharing. The problem is that ...
9
votes
1answer
7k views

Can see samba shares but not access them

For the life of me I cannot figure this one out. I have samba installed and set up on the ubuntu box and on the Win7 box I CAN SEE all the shares I created. I created two users on ubuntu that map ...
2
votes
2answers
13k views

How to grant write permissions in Samba?

I'm having trouble with read/write permissions on my Samba server, how do I fix my smb.conf and file permissions to have a more unified access? smb.conf [global] workgroup = workgroup netbios name = ...
0
votes
1answer
831 views

Nautilus file share for multiple users is not working. Only owner gets access

I have always had trouble setting up samba shares with ubuntu. In the past I've tried getting it to work by configuring /etc/samba/smb.conf but never achieved what I wanted. Last time I managed to get ...
13
votes
4answers
515 views

Good and easy way to share files on local machine

I would like to have a directory that has following properties: Many users can copy files into it These files can be deleted/changed by these users (user A can delete/modify file that was copied ...