The file-sharing tag has no wiki summary.
4
votes
2answers
200 views
Create Temporary Samba Share
Is there a possibility to temporarily share a directory per Samba?
With python3 i can serve the current directory per HTTP using:
python -m http.server.
I'd like to do the same thing with Samba.
1
vote
2answers
23 views
A secure way to confine FTP login users to a single directory
I needed to provide multiple users FTP logins, some able to write, some only to read, to a single FTP root directory. I very much wanted that they not see of the file system anything above that ...
6
votes
1answer
199 views
Forcing Linux NFS client to reconnect to server after NFS is disconnected
Is there a way to force a Linux client to reconnect to a NFS server after it has lost its connection? The client eventually notices the server is back and resumes working just fine. I'm just ...
2
votes
1answer
43 views
How to give Read, Write Permissions using IPs in SAMBA
I want to give Read and Write access based on the IPs instead of the Users in SAMBA using smb.conf
This is the Text I copied from my smb.conf file.
[TEST]
comment = test
path = ...
2
votes
0answers
240 views
VirtualBox with aMule - How to configure network, port forwarding… properly?
for security reasons I am running aMule inside VirtualBox.
Guest and Host systems are Linux (to be more specific Arch 64 distro)
Host system has public ip directly connected to internet (no router)
...
1
vote
0answers
130 views
NFS sharing is read only
I have problem with NFS sharing. See my exports:
/export 192.168.1.11(rw,fsid=0,insecure,no_subtree_check,sync)
/export/share 192.168.1.12(rw,nohide,insecure,no_subtree_check,sync)
From a client ...
1
vote
0answers
297 views
W2K3 DC: Samba file sharing access permission problem
I want to access SAMBA shares from a Windows Server 2003 domain controller without a password. But, I am receiving a permission error each time. I'm using RedHat 5.5.
# ls -l
total 96
-rw------- 1 ...
0
votes
0answers
107 views
samba 4.03 question
I have trouble with samba, my old config from samba 3.6 don't work for 4.03 f18. The most clients windows and linux machines can r/w/c share files, but the androids users can browse the share and ...
0
votes
0answers
544 views
How to mount Windows shared folder on Redhat
Case::
I have to mount the windows shared folder on redhat directory /mnt or anywhere elese.
This is the Windows shared folder Path
D:\Analytics\Data\DownLoad This path will be mounted on Redhat so ...
0
votes
0answers
55 views
ownCloud: edit file that is shared with me
I'd like to edit a file in the Shared folder, but this folder doesn't appear on my (Debian) client. Isn't it possible to edit a file in ownCloud without downloading it and uploading it again?