A mechanism for allowing and mediating access to files for non-local users and programs. Such mechanisms are either built on top of local filesystems or seamlessly integrated into distributed filesystems. Common examples of file sharing mechanisms include CIFS (SMB, DFS), NFS, GlusterFS, Lustre.
Questions tagged [file-sharing]
652 questions
12
votes
8 answers
Expire Files In A Folder: Delete Files After x Days
I'm looking to make a "Drop Folder" in a windows shared drive that is accessible to everyone. I'd like files to be deleted automagically if they sit in the folder for more than X days.
However, it seems like all methods I've found to do this, use…

Brett G
- 2,033
- 2
- 28
- 45
12
votes
10 answers
Is it possible to use bittorrent for a fileserver
I would like to set up a file server that is searchable, preferable via the web. I'm wondering if it would be possible to achieve this using the bittorrent protocol and have a single client sharing every single torrent on the server. I guess I could…

sris
- 221
- 1
- 4
12
votes
1 answer
NTFS ACL's: What is the difference between object and container inhertiance?
I am looking at using icacls.exe. However, before proceeding, I wanted clarification on the difference between these two ACL's:
(OI) - object inherit
(CI) - container inherit

Belmin Fernandez
- 10,799
- 27
- 84
- 148
11
votes
5 answers
Anonymous file sharing without login window, from Windows 7 server to XP clients
I'm trying to provide machines on a small LAN with read-only, anonymous access to files shared from a Windows 7 workstation (let's call it WIN7SVR). In particular, I don't want clients to have to deal with a login window when they navigate to,…

mshroyer
- 280
- 1
- 3
- 9
11
votes
1 answer
Disable file locks on a read-only Windows File Share
Case
On a Windows Server (2012R2 or 2016), I want to configure a file share offering a following functionality
some users, publishers group, have a write access to the share; these users are managing and updating the content on the share
other…

Michał Sacharewicz
- 569
- 8
- 25
11
votes
3 answers
Moving a RAID array from one machine to another
I'm not too familiar with RAID arrays, but I plan on making a RAID 5 array for a fileserver. However, once I get the RAID running for a while, I have plans to move it to another machine (with completely different hardware). Is it possible to move an…

MGSoto
- 215
- 1
- 2
- 5
11
votes
3 answers
I need to know if anyone is using our file server's IP address to access instead of the name. Any ideas?
I have been given the task of changing our current file server's IP address. I haven't been in the company long, so don't know what exactly reads and writes to it yet.
Is there any way that I can tell if connections are being made to it by the IP…

Chris Robinson
- 111
- 2
11
votes
5 answers
Connecting with Samba to a Windows Share returns "NT_STATUS_DUPLICATE_NAME"
I have set a shared directory on my Windows machine, and given full control permissions to username@workgroup.
When I try to connect to the Windows machine with Linux using smbclient, I get the error NT_STATUS_DUPLICATE_NAME. Here is the…

Neil
- 2,425
- 8
- 36
- 45
10
votes
9 answers
Scalable (> 24 TB) NAS for research department
I have been asked to provide a new fileserver to store our medical images (raw format, not dicom). As we have no IT staff, I have to find a solution, and I hardly know anything about this topic.
The requirements we have are: scalable to 24 TB in 3…

Ibaun
- 105
- 5
10
votes
8 answers
Shared Home folders on file server listed as "My Documents"
We have a Windows 2008 R2 file server sharing home folders for about 600 users. These folders are mapped to a shared drive for each user when they log in on their own workstations, and that mapped drive is in turn set as the default location in the…

Joel Coel
- 12,932
- 14
- 62
- 100
10
votes
9 answers
Cannot connect to local network shares when connected to VPN. Error: "the user name could not be found"
I keep finding that on our small company LAN (7 users, 3 servers) that some servers keep becoming "not accessible" for the purposes of file sharing. They display the message "\SERVER is not accessible. You might not have permission to use this…

NickG
- 654
- 6
- 12
- 28
9
votes
2 answers
NetworkService account access to a shared folder (WinSrv 2012R2)
We have services running under IIS with pool setup to run under NetworkService identity. If the service required access to a shared folder on a remote server, on previous versions of WinServer we just added the "ServerA$" account to the list of user…

veljkoz
- 157
- 3
- 8
9
votes
5 answers
Copy large files to multiple machines on a LAN
I have a few large files that I need to copy from one Linux machine to about 20 other Linux machines, all on the same LAN as quickly as is feasible. What tools/methods would be best for copying these files, noting that this is not going to be a…

Jonathan Callen
- 200
- 2
- 8
9
votes
1 answer
Best sysctl.conf configuration for high load - extremely busy content streaming server
What is the best sysctl.conf configuration for a high load, extremely busy content streaming server ?
The server fetches the content from remote servers like amazon, s3, etc. then uses php to dynamically stream the content to user without saving it…

Daniel Johnson
- 91
- 1
- 3
9
votes
2 answers
Best options for storing and sharing data over mutiple servers, to be accessed by multiple users
In the environment I currently work in there are several servers dedicated to various departments. However we recently got our hands on several identical servers potentially, around 10+. I'm hoping someone can point me in the right direction on a…

Rocko'sModernWaifu
- 91
- 3