Questions tagged [shared-folders]
172 questions
69
votes
5 answers
How to create a Samba share that is writable from Windows without 777 permissions?
I have a path on a Linux machine (Debian 8) which I want to share with Samba 4 to Windows computers (Win7 and 8 in a domain). In my smb.conf I did the following:
[myshare]
path = /path/to/share
writeable = yes
browseable = yes
guest ok = yes
public…
Foo Bar
- 3,462
- 7
- 21
- 28
15
votes
4 answers
Linux to Windows - can list smb shares but cannot connect
This is a really weird one and all the research I've done so far isn't panning out.
I'm trying to connect to a Windows share from CentOS 7.5.1804 to Windows Server 2008 R2 (no snickering and let's stay on topic please) share. This server:
has not…
MGoBlue93
- 263
- 1
- 2
- 6
12
votes
5 answers
mount error(115): Operation now in progress
I'm having an issue mounting a shared NAS drive that is hosted on a Windows 2000 server. This is a drive that I'm certain I have access to, and I frequently access it from a Windows 7 machine and a Windows Server 2008 machine. Now, I'm attempting to…
Joshua Schlichting
- 411
- 1
- 4
- 11
9
votes
2 answers
What does browseable in samba configuration mean?
I tried the option browseable=no in my /etc/samba/smb.conf file. But after it was mounted, that share was still visible to other users through the mount point. But as from what I have learnt, setting directive browseable=yes will make it publicly…
Ayush Goyal
- 584
- 2
- 5
- 10
9
votes
3 answers
vmhgfs-fuse permission denied issue
I need vmhgfs to be accessible to both root user and the www-data user.
As root, I run the vmhgfs-fuse .host:/ /mnt/hgfs/ command in rc.local
However, the webserver is unable to read the shared folder. So I checked its…
daisy
- 53,527
- 78
- 236
- 383
7
votes
3 answers
Samba: How to prevent Samba-server from auto-providing users /home-directory as a shared-folder?
Like described here, Samba-servers on Linux provide the users /home-directory as a shared-folder automatically. How can I prevent this behavior?
In the following, the directory containing the home folders are shared using the users share name. Each…
Dave
- 996
- 4
- 17
- 36
5
votes
3 answers
Delete files and folders recursively in subdirectories
There is a folder, "transfer". In that transfer folder there are user folders "user1", "user2", etc. I want to (periodically) delete the content (i.e. all files and folders in the user folders) but I do not want to delete the "transfer" or user…
Silicomancer
- 205
- 3
- 10
5
votes
1 answer
Cannot mount vboxsf shared folder via /etc/fstab despite having a modules file
I'm able to mount a shared folder after boot, but on boot it doesn't work.
I followed the instructions:
http://not403.blogspot.com/2016/05/how-to-mount-virtualbox-shared-volumes.html
And added it to /etc/fstab and created a file in…
Don Rhummy
- 231
- 3
- 10
5
votes
2 answers
Unable to mount a shared folder on VirtualBox?
I've set up an VirtualBox with CentOS 7 but i can not add a shared folder.
Enviroment:
Host - Windows 10
VirtBox - Centos 7
VirtBox Version - 5.1.10
Development Tools are installed
gcc version - gcc-Version 4.8.5 20150623 (Red Hat 4.8.5-11)…
michael-mammut
- 197
- 2
- 2
- 8
5
votes
2 answers
Share a folder between Linux host and Windows guest VM
I'm trying to share a folder between my main OS (openSUSE 42.1) to a guest Windows 7 virtual machine, but I'm unable to set it up properly.
I access the VM from virt-manager, and I've read that the best way to accomplish this is to use Samba.
I've…
Sekhemty
- 824
- 1
- 12
- 27
5
votes
3 answers
password protected samba share
I would like to have a few samba shares. Some of them should be available to everybody (this is already working) and some of them should be protected with a password (and username). For the password protected folders I created a new user, gave him a…
user108455
- 51
- 1
- 1
- 3
4
votes
4 answers
Where to find the shared folder in Kali Linux?
I use Kali Linux as a virtual machine in VMware Workstation Player with Windows 10 Home as host.
The Player has the option to pick a Windows folder to be used as a shared folder.
I set this up, it says it's enabled, but in Kali Linux this shared…
Petoetje59
- 197
- 1
- 1
- 3
4
votes
1 answer
Virtual Box - Shared folder issue with Ubuntu 16.04
I have a Virtual Box GUI Version 5.1.14r112924 (Qt5.6.2) with a Guest OS Ubuntu-16.04.2 (64-bit) and as a host OS Windows 7 Enterprise.
My shared folder functionality and the ClipBoard mode used to work, but a few days ago, without an update from…
Mathias G.
- 93
- 1
- 8
4
votes
2 answers
How to let users collaborate by editing files in a shared directory
I have what I think is a very normal, very typical use case. I am surprised it seems (so far) that there is not a solution. I assume I am overlooking something obvious. Many people must need a solution for this use case.
Up to five different users…
MountainX
- 17,168
- 59
- 155
- 264
4
votes
0 answers
samba share inaccessible / you don't have permissions
I have setup a samba share folder, however, when I try to access the share, I am getting "Windows Can not access the \\server\share1. You don't have permissions to access \\server\share1"
This server is joined to AD and I am able to list the shares…
heavyguidence
- 141
- 1
- 1
- 7