Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Jul 16, 2015 6:18 pm 
Offline

Joined: Wed Feb 11, 2009 1:47 pm
Posts: 1
I run a web app service from a Linode VPS. The service allows for user-uploaded content, and potentially a large amount. I would like to store this content somewhere other than the Linode itself.

Linode do not seem to sell bulk or cloud storage themselves. Ideally, I'd like to subscribe to a bulk network storage provider whom I can mount within my VPS like a local filesystem, so that the server code can write to this storage using conventional file operations.

Is such a thing possible, and if so, what providers might people recommend who sell cloud storage I can use this way? I am not needing to access the stored data by any public means - just within the VPS itself. I am also not looking for cloud sync services like Dropbox. Really, just bulk storage, accessible over the network, ideally through a filesystem mount or, failing that, a code library.

Thanks for any tips!


Top
   
PostPosted: Fri Jul 17, 2015 10:46 pm 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
A lot of people seem to be happy with Amazon S3.

It's not a conventional file system, but you can use libraries to access it from pretty much every programming language. Moreover, you can let users access files on S3 directly instead of going through your server, so you can also save a lot of unnecessary traffic compared to locally mounting a remote filesystem.

A few years ago when Linode used to provide a lot less disk space, one of the frequent users of this forum (can't remember his handle) started a lengthy thread comparing various remote filesystem options. I think at one point he tried purchasing a large VPS (not much CPU, not much RAM, but a lot of HDD) with another provider at a nearby datacenter and mounting it with either NFS or SSHFS. See if you can find that thread if you don't want to use Amazon S3.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group