The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
38 views

Storing Solr indexes on a NFS mount

Are there are any performance considerations / drawbacks of storing Solr index files on a NFS mount?
1
vote
4answers
164 views

Common filesystem for servers behind a rackspace load balancer

Our PHP application consists of a single web server that will receive files from clients and perform a CPU-intensive analysis on them. Right now, analysis of a single user upload can take 3sec to ...
2
votes
1answer
41 views

Is it possible to import file system owned by a single user and export as multiple virtual volumes, owned by multiple users?

Is it possible to import a file system owned by a single user, (e.g. mounted via NFS) and export it again as multiple virtual volumes, owned by multiple users, where each volume is a folder on the ...
22
votes
8answers
2k views

Secure Network Filesystems for Linux: What are people doing?

NFSv3 is widespread, but the default security model is... quaint. CIFS can use Kerberos authentication, but without POSIX semantics it's a non-starter. AFS never did encrypt traffic on the wire and ...
0
votes
1answer
60 views

Reference network file in command line with SSH protocol

I'm trying to reference a file in the command line, but I keep getting the 'No such file or directory' error. The system uses SSH for the protocol. Examples (that cause error): grep regex ...
3
votes
6answers
974 views

What can I do to replace FTP?

I'd like to replace FTP access with systems that are more secure. Sending passwords in plain text with no encryption is unacceptable and with single-sign-on growing, becoming less acceptable daily. ...