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
8
votes
3 answers
Samba sharing an NFS mount point
I'm sorry if this is a repeat post, seems my first attempt failed...
A little context first.
Firstly, I have inherited one of the classic networks from hell. Amongst a number of other things, I discovered that the majority of the clients data,…

Peter Nunn
- 452
- 1
- 11
- 25
8
votes
13 answers
What OS would you use for a simple fileserver and why?
Im looking to set up a simple fileserver:
5 - 7 clients - Mixed Windows, Linux, Mac OSX - connecting over wireless and wired
Serving ~200GB content -
Photos, MP3's, ISO's etc
What OS would you recommend for this fileserver? I understand XP limits…

barfoon
- 760
- 4
- 14
- 29
8
votes
2 answers
Enable user registration - eJabberd
I am a complete n00b to configuring Jabber/XMPP servers and I am hoping to get some help getting set up. I have done all of this and installed pidgin. I seem to be able set up my "admin-user" in pidgin no problem but when I try to register a new…

travega
- 206
- 1
- 2
- 9
8
votes
2 answers
Windows 2003; Find folders with non-inherited/changed permissions
The question: I'm looking for a good way to audit/search a directory structure (Windows 2003) and locate any folders that either don't inherit permissions from their parent -or- have additional users/groups added.
The Back Story
We're migrating an…

Chris_K
- 3,444
- 6
- 43
- 45
8
votes
2 answers
What is a good and safe way of sharing ssh-keypairs?
I have a few key-pairs, that are used as authentication, to ssh into my servers on the Amazon cloud. I rotate those certificates weekly, manually. My question is, I need to share the certificates with some colleagues, a few on the LAN, and a few in…

theTuxRacer
- 549
- 2
- 9
- 22
7
votes
2 answers
how can I mount a windows share with rw access?
The question is in the title.
Here is what I tried but the folder is read only.
sudo mount -t cifs -o username=maazza,domain=MYDOMAIN //192.168.123.2/company-files /mnt/test
I am on debian jessie.
I read something about forcing an user id and a…

maazza
- 254
- 1
- 6
- 14
7
votes
3 answers
OS X server large scale storage and backup
I really hope this question doesn't come across as trolling or asking for buying advice. It's not intended.
I've just started working for a small ad agency (40 employees). I actually quit being a system administrator a few years ago (too…

mered61
- 73
- 4
7
votes
5 answers
What software do you recommend for extranet fileserver access?
Right now we have Windows file servers, and more and more groups of departments are wanting to share files for collaborative purposes with our clients. The sharing needs to be bidirectional.
It is not likely that we will ever have access to the…

Zoredache
- 130,897
- 41
- 276
- 420
7
votes
2 answers
Unable to see Samba server by netbios name
We have a linux server set up with a number of samba shares on our mixed windows/mac/linux network. The shares are accessible if we go to \\192.168.x.x\share, however we can't access the server by it's netbios name (as set-up in the smb.conf file).…

Phillip B Oldham
- 1,026
- 5
- 15
- 24
6
votes
1 answer
Symlinks look like regular files on samba shares
Symlinks on my samba share aren't behaving the way I want them to – specifically, the links look like duplicate regular files to the client machine. This used to work (i.e. symlinks on the server looked like symlinks on the client), but at some…

Justin Goeres
- 83
- 2
- 4
6
votes
2 answers
2012 R2 Hyper-V and File Server (general purpose) cluster
I am in the process of creating a Hyper-V 2012 R2 Cluster. I have 3 physical hosts (128GB RAM , dual Hex-core and 12 NICs each) and a SAN to play with. The SAN is a Virtual Storage system (Datacore), serves its virtual disks through iSCSI and I have…

Steve
- 133
- 2
- 6
6
votes
3 answers
What should be done to share a /home partition between two Linux installs on the same computer?
If I wanted to run different releases (stable, development) of the same distribution on a single computer, what do I need to configure to ensure they can share a /home partition between them?

jldugger
- 14,342
- 20
- 77
- 129
6
votes
2 answers
Best file sharing protocol for Windows clients?
I want to share files on a Linux server with Windows 7 clients. I have a choice between multiple file sharing protocols: SMB/CIFS, FTP, WebDAV, NFS… question is: which one is the best for my needs?
Here are my criteria:
High performance on fast…

Etienne Dechamps
- 2,194
- 8
- 24
- 28
6
votes
6 answers
Is Opera Unite a security risk, and is there an easy way to block it?
Given that Opera Unite allows users to share files (music, photos, etc.) through firewalls and without a web server, it seems to be a security risk for the enterprise.
An article on this at…

davebug
- 905
- 2
- 8
- 17
6
votes
1 answer
Load balancing a Windows File Share using HA-Proxy
After pulling my hair out over DFS I just had this weird and potentially dangerous idea come into my head whereby, just possibly, I might be able to use HA-Proxy to load balance a file share between servers.
I've done some remedial packet traces and…

nbevans
- 742
- 1
- 6
- 13