Questions tagged [shared-folders]
The shared-folders tag has no summary.
176 questions
1 vote
0 answers
28 views
I'm trying to share a folder, but Fedora displays:- Failed to enable unit: Unit samba.service does not exist
I'm trying to follow the instructions on the Fedora site, to create a Samba share:- sudo dnf install samba Package "samba-2:4.23.3-1.fc43.x86_64" is already installed. Nothing to do. sudo ...
0 votes
1 answer
80 views
smbclient store password for a specific host
I have a network folder in my LAN, I have installed smbclient to access it with the command smbclient //xxx.xxx.xxx.xxx/share_folder --user=share/user%password I can access it. But how can I store ...
0 votes
1 answer
1k views
How to share user permission across different servers and NFS folders?
I have a 3 different servers running Ubuntu 20. One of them is configured as the NFS host, and the other two as clients. The clients can mount the NFS shared folders and can write content on it sudo ...
0 votes
1 answer
50 views
How to share project directories into home directory of members
I've a requirement that when a user logs in, they should see the shared directories of the projects they are a part of, in the user home. They should not see any other project directory. Users should ...
2 votes
1 answer
119 views
On-the-fly SMB shares conf to quickly share files
I want to use samba to quickly and easily share files on occasions. I set up a smbuser to which I forbid login with chsh -s /bin/false smbuser I give the smbuser's password to people and I have my ...
0 votes
1 answer
342 views
Samba AD DC - Directory entry for a shared folder
Suppose that you have: a Linux machine (A) running a Samba AD DC, a Windows machine (B), with a shared folder \\B\shared_folder. I would like to know if there is an entry in the directory for this ...
3 votes
0 answers
3k views
How to use symbolic links on shared NFS drives?
I have two machines on the same network, and both of them have mounted the same external NFS file system (an efs from AWS), at the mount point /mnt/efs/fs1. I want to do a symbolic link from both ...
0 votes
0 answers
1k views
SAMBA Share (with no user) windows 7 ask user/password
I have a samba folder share without user/auth (access via guest): This is config (OpenWrt): [global] #netbios name = |NAME| netbios name = HDDSoft interfaces = |INTERFACES| server ...