Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Cloud Data Storage Hardware Linux

Ask Slashdot: Linux Mountable Storage Pool For All the Cloud Systems? 165

An anonymous reader writes "Many cloud systems are available on the market like: dropbox, google, sugar sync, or your local internet provider, that offer some free gigabytes of storage. Is there anything out there which can combine the storage into one usable folder (preferably linux mountable) and encrypt the data stored in the cloud? The basic idea would be to create one file per cloud used as a block device. Then combine all of them using a software raid (redundancy etc) with cryptFS on top. Have you heard of anything which can do that or what can be used to build upon?"
This discussion has been archived. No new comments can be posted.

Ask Slashdot: Linux Mountable Storage Pool For All the Cloud Systems?

Comments Filter:
  • The first, and most interesting, is Tahoe LAFS [tahoe-lafs.org]. It does come with a FUSE driver [tahoe-lafs.org], so it can be mounted like a regular filesystem. It is cloud-based and redundant to a degree you choose yourself. All copies stored are encrypted, so the only person who can read them is you. I'm not sure though if fetching from more nodes than you strictly need to reconstruct your original file actually buys you anything with that system, but I think it does.

    You could also use something like a mountable version of Google Drive and then layer fuse-encfs [arg0.net] on top of it. That's not quite as secure as encrypting at the block layer. The overall shape of your directory hierarchy is available, even if the individual file names and their contents are obscured. That should probably be good enough for most purposes.

    • BTW, doing this at a block device level is likely a very poor idea. Block devices are very difficult to get right in a distributed fashion from a synchronization standpoint. They also are likely to cause a lot of excess network traffic since the units the system deals with are poorly matched to the logical units that are actually modified. A good distributed solution to this problem will at have to know something about the fact that you have individual files to be at all reasonable to use.

    • by ultrasawblade ( 2105922 ) on Sunday January 13, 2013 @08:01PM (#42577823)

      If you can mount a cloud service as a folder in Linux somehow, then Tahoe-LAFS can work. I know Dropbox lets you do this but am unsure about the other systems. If the cloud service allows upload/download via HTTPS, this could be worked around nontrivially by writing something using FUSE to translate filesystem requests to HTTPS requests recognized by that service.

      You would have to have a "client" running for each cloud service. Each client has a storage directory which needs to be configured to be the same as the local sync directory for the cloud service. While Tahoe-LAFS is intended to have each client in a "grid" run on separate machines, there's no reason why multiple clients on the same grid could not be running locally. You'd just have to edit configs manually, setting the IP address to 127.0.0.1 and choosing a different port for each "client", and also making sure the introducer.furl is set accordingly.

      Tahoe-LAFS's capability system is pretty neat. Clients never see unencrypted data and you can configure the redundancy and "spread-outness" of the data however you like. Tahoe-LAFS's propensity to disallow quick "deleting" of shares also works well with possibly slowly updating cloud backends - Tahoe is designed to prefer to "age out" shares containing old files periodically rather than support direct deleting.

      And Tahoe works as well on Windows as it does on Linux (it's a python script) so if your cloud service is Windows only that is no disadvantage.

    • by fuzzyfuzzyfungus ( 1223518 ) on Sunday January 13, 2013 @08:56PM (#42578083) Journal

      I get the impression that, while Tahoe LAFS is the good option, the submitter of TFS is looking for the super-cheap option. He wants some sort of terrifying 'RAID-0-over-a-handful-of-different-interfaces-to-a-half-dozen-free-services-so-I-can-scrape-together-a-couple-gigs-here-and-a-couple-there' amalgamation. Unless he's planning some redundancy, that sounds like a recipe for data loss even if it were simple to set up, and you'd still be looking at a relatively paltry amount of storage space.

      It sounds to me like the submitter needs to decide whether he wants to step up and pay for some actual hosts(for which Tahoe LAFS would probably be a good option), or one of the more paranoid dropbox-clones, or whether this is simply an exercise in cobbling scrap together because that can be amusing sometimes...

  • GlusterFS (Score:3, Informative)

    by Anonymous Coward on Sunday January 13, 2013 @06:23PM (#42577243)

    It has optional encrypted transport if you use the native (fuse) mount. Encryption on the back end is on the road map for a future release. It's available for Linux, there's a NetBSD port, and has had working Solaris and OS X support in the past, it probably wouldn't be too hard to make those work again.

  • by egcagrac0 ( 1410377 ) on Sunday January 13, 2013 @06:26PM (#42577269)

    If you don't trust the provider to keep your data intact, don't use that provider.

    If you need more storage, pay for it. The cost is not prohibitive - 100GB or so for under US$10/mo is pretty easy to find.

    If $10/month prices you out of the market, there are better things to worry about than encrypting files and storing them in the cloud.

    • I believe the asker didn't mention a price issue.
      Availability is one reason to redundantly "split your eggs into more than one basket". Cloud outages happen from time to time. If one vendor is unavailable (temporarily or closed down indefinately), you want your files to be available from another vendor.

      • If availability is the goal, duplication (mirroring) would be the way to do it.

        While technically mirroring is a mode of "RAID" (RAID 1), typically I hear "RAID" used to mean some form of spanning - combining more than one storage resource into one larger logical storage resource.

        As for permanently closing down, if you're a paying customer, you have a reasonable expectation to receive notice that they're terminating the service offering. If you're getting it free, enjoy what you get while you can, and don't

        • by icebike ( 68054 )

          I agree that mirroring is the way to go, as long as all the cloud servers support some form of user-side encryption.

          But I can see being worried about permanently closing down as well.
          Does the FBI give notice when they seize the server farm?

          Also many of these services, especially the smaller ones are just resellers of Amazon if I'm not mistaken so in some
          cases even mirroring might not help, and any sort of raid 5 could leave you with nothing is more than one of
          your chosen mirror vendors was ultimately stored

          • Anyone seriously considering putting their data in the cloud hopefully knows that they should keep a copy for themselves as well.

            Beyond that, anyone seriously considering putting their data in the cloud needs to read and understand the SLA and ToS and AUP, and make sure that they all align with your goals. If your goal is to use a provider as a backup of your data, you shouldn't select a provider that specifically says that they don't make backups and won't restore your data in the event of a problem.

            It sh

            • "keep a copy for themselves" If you do this distributed storage software right, then it will be fault tolerant and encrypted.
        • by Xtifr ( 1323 )

          I think it was pretty obvious that he had mirroring in mind, since what he actually said was "using a software raid (redundancy etc)". (Emphasis mine.) That's the only place he mentioned RAID, so I seriously doubt his goal is striping! :)

      • I believe the asker didn't mention a price issue.

        An obvious underlying motivation for what the OP asked for is to take advantage of all the loss-leader offers out there for cloud storage providers; generally they will give you some storage free up to a storage cap, and if you want more, you have to pay. Being able to eke storage up to the cap from a lot of providers would let you effectively negate the cap on any single provider. So a primary motivation could be "I want free cloud storage".

        Availability is one reason to redundantly "split your eggs into more than one basket". Cloud outages happen from time to time. If one vendor is unavailable (temporarily or closed down indefinately), you want your files to be available from another vendor.

        Unavailability means that your vendor's cloud isn't working. On

    • by Xtifr ( 1323 )

      If you don't trust the provider to keep your data intact, don't use that provider.

      That's either a ridiculous statement, or completely off-topic. When it comes to reliability, trust isn't an absolute yes/no thing--it's measured in percentages. And redundancy multiplies reliability, so it's a big win.

      There's a trade-off for complexity here, and it's possible to question whether all the extra effort is really worth the potential gains in reliability. (Is it really that important to have eight nines instead of four, or ten instead of five?) But there's nothing wrong with investigating the po

      • If you don't trust the provider to keep your data intact, don't use that provider.

        That's either a ridiculous statement, or completely off-topic.

        Neither, actually.

        In a design like this, I assume that a storage resource - in this case, a cloud provider - will be either online, or offline. If they're offline, I need to work with a different copy of the data. Using a striping arrangement (or striping with parity) rather than a mirrored arrangement means there may not be another copy available.

        • If you don't trust the provider to keep your data intact, don't use that provider.

          That's either a ridiculous statement, or completely off-topic.

          Neither, actually.

          In a design like this, I assume that a storage resource - in this case, a cloud provider - will be either online, or offline. If they're offline, I need to work with a different copy of the data. Using a striping arrangement (or striping with parity) rather than a mirrored arrangement means there may not be another copy available.

          So you agree that you planned for an outage - you planned for them to not keep your data intact - you didn't trust the provider. But you used it.

          I think the statement is both
          Nobody trusts silicon or spindles, but we use them.

          It's also offtopic because the question was not which provider to use. A question that many people here seem to be trying to answer for some reason

          • There is a difference between "not intact" and "not available".

            I don't see a value in storing recovery information ("parity" in RAID parlance) on storage service B for the data on storage service A.

            I do see value in having a complete second copy ready to use on service B, for times when service A has a planned (or unplanned) outage.

            This is robustness and availability through failover.

            • I don't see a value in storing recovery information ("parity" in RAID parlance) on storage service B for the data on storage service A.

              Agreed. Put like that, it seems stupid.

              But what happens with 3 providers?
              A stores half the data, B stores the other half, and C stores the parity.
              If a single one is down for maintenance, the data is readable.

              So on. 7 providers. 5 hold data pieces and 2 hold parity
              Or it's still better to just mirror them? cut the data into 7 pieces and write each piece on two providers

              • A stores half the data, B stores the other half, and C stores the parity.
                If a single one is down for maintenance, the data is readable.

                That's an awful lot like storing parity on B for data on A.
                Since we've been comparing to RAID terms, dedicated parity storage is part of RAID 3 [wikipedia.org] and RAID 4 [wikipedia.org] - two levels which haven't been common in a long time (replaced with RAID 5 [wikipedia.org] or RAID 6 [wikipedia.org] - both featuring distributed parity).

                In a mirrored arrangement of n mirrors, so long as 1 mirror is up, you can read the data. (n-1 mirrors can be down simultaneously.) "Obviously" there will be a resync after an outage.

                So on. 7 providers. 5 hold data pieces and 2 hold parity
                Or it's still better to just mirror them? cut the data into 7 pieces and write each piece on two providers

                I see substantially diminishing returns after 2 p

                • A stores half the data, B stores the other half, and C stores the parity.
                  If a single one is down for maintenance, the data is readable.

                  That's an awful lot like storing parity on B for data on A.
                  Since we've been comparing to RAID terms, dedicated parity storage is part of RAID 3 [wikipedia.org] and RAID 4 [wikipedia.org] - two levels which haven't been common in a long time (replaced with RAID 5 [wikipedia.org] or RAID 6 [wikipedia.org] - both featuring distributed parity).

                  Yes, RAID-5 or 6 would be much better - distributed parity - even when one of the providers is down, only some of the pieces will require recovery

                  In a mirrored arrangement of n mirrors, so long as 1 mirror is up, you can read the data. (n-1 mirrors can be down simultaneously.) "Obviously" there will be a resync after an outage.

                  So on. 7 providers. 5 hold data pieces and 2 hold parity

                  Or it's still better to just mirror them? cut the data into 7 pieces and write each piece on two providers

                  I see substantially diminishing returns after 2 providers, but your mileage may vary.

                  I intuitively see some truth in this, but why?
                  * You don't gain any more speed
                  You already maxed out your downstream
                  * You don't really gain more reliability
                  Reliability does not go higher and higher with more providers, because other components are still unreliable - i.e. you'll never reach 5 nines anyway.
                  * You are "gaining" more complex

                  • Yes, RAID-5 or 6 would be much better - distributed parity - even when one of the providers is down, only some of the pieces will require recovery

                    I see absolutely no advantage to that (RAID5 or RAID6 across several providers). Mirroring provides redundancy; if it's an unacceptable risk level ("ohnoes! what if both providers go out of business in the same week?"), that's when you add more into the mix. (Of course, if that's an unacceptable risk level, you should be doing it in-house instead of outsourcing. There's a good chance if your own organization ceases operations and can't provide you the storage service, your internal customer will have sim

        • by Xtifr ( 1323 )

          Using a striping arrangement (or striping with parity)

          Ah, I see your mistake. You saw "raid", and assumed he was talking about striping, rather than the more obvious (since he then mentioned "redundancy") mirroring (e.g. RAID1). I'm not sure if that's a case of you having too little knowledge or you assuming too much on his part. I would have said mirroring if I meant mirroring, to avoid the potential for confusion, but I certainly figured he meant RAID1, even though the term "raid" is more commonly associated with striping.

    • OK say your a hobby photographer at $10 a month backing up 1TB of images is VERY cos prohibitive. $100/month for cloud storage is terribly high.

      • Then perhaps offline backups are a better choice in your application.

        A USB hard drive or two and a safe deposit box should be substantially more affordable.

    • by donaldm ( 919619 )

      If you don't trust the provider to keep your data intact, don't use that provider.

      Yes that goes without saying, however you still must say it especially if you are consulting with a customer who is considering cloud storage. A bit like talking about backups. it is amazing this critical service is sometime a low priority with some companies.

      If you need more storage, pay for it. The cost is not prohibitive - 100GB or so for under US$10/mo is pretty easy to find.

      Yes $10 a month is not that expensive for 100GB however if you consider TB's of data (not that difficult if you consider movies etc) and then cost starts to climb and for a home user that $100/month is starting to get expensive.

      If $10/month prices you out of the market, there are better things to worry about than encrypting files and storing them in the cloud.

      For companies a professi

      • The best solution is to have a friend who also runs a Linux server at home. Or hell, even give your friend an old Linux box and set up a Samba mount on it that he can access from Windows. You then each buy two harddrives, and mirror each other. If you don't trust your friend not to snoop on your photos, or vice versa, use encryption.
        • by aug24 ( 38229 )

          I used to do this with a friend: peered ftp servers. Everything under /home and /etc was tarred, zipped, encrypted and ftp'd onto his server at midnight, while his did the same to mine. Can't remember where I put the decrypt key, probably on a floppy that is still in my bureau.

          Of course, data volumes were lower then, and the sun was warmer, and girls prettier.

          Just.

  • by Anonymous Coward on Sunday January 13, 2013 @06:33PM (#42577305)

    My residential internet connection via Comcast is fast enough today that I can pull files off of my server at home, "cloud" style.

    I have two 2TB drives in RAID1, encrypted with whatever magic `cryptsetup' performs, with port 22 of my firewall forwarded to the server. SSH only accepts logins from me. I consider my data to be more secure and easier to access (it's literally seconds away from availability on any real operating system anywhere with internet access. Windows need not apply) than anything I could get from ZOMG TEH CLOUD. Only disadvantage is speed. I'm not gonna be shunting gigabyte plus files around like this.

    Added bonus: easy to add users, easy to throw up a web interface, can do whatever you want with it, since you own the hardware (!!)

    Pfft, cloud. I remember when it was called 'the internet'.

    Now get the fuck off my lawn.

    • by gripped ( 830310 ) on Sunday January 13, 2013 @06:52PM (#42577437) Homepage

      SSH only accepts logins from me.

      You hope

    • by icebike ( 68054 )

      I consider my data to be more secure and easier to access (it's literally seconds away from availability on any real operating system anywhere with internet access.

      The thing about a cloud is that there are (if you choose the correct provider) multiple widely separated storage locations with redundant copies.
      Your setup, with both of your drives (and I wager also your backup copies) all sit in the same house.

      On match. One thief. One flood. One thunder storm.

    • Easy to throw a web interface? I had installed Apache and looked at the kilometer long configuration file and was horrified. I installed a Webdav but thought it looked pretty useless. Fucked around to try to find a usable "web file manager" but I didn't found anything great and don't really know how to install them. Maybe on Windows you could get a setup.exe that set ups everything. Sorry, I don't know how throwing a web interface is "easy", I know a fuck ton about computers and some administration but I ha

      • by Blaskowicz ( 634489 ) on Sunday January 13, 2013 @07:31PM (#42577635)

        btw there's sshfs on Windows, I thought it would be pedantic to mention it but it exists albeit a bit slow.

      • by jedidiah ( 1196 )

        > Easy to throw a web interface? I had installed Apache and looked at the kilometer long configuration file and was horrified. I

        That's much like whining about the size of a Windows application's registry hive.

        You must also be frightened by any fully featured modern video transcoder.

        • by Voyager529 ( 1363959 ) <voyager529@ya[ ].com ['hoo' in gap]> on Monday January 14, 2013 @01:26AM (#42579409)

          > Easy to throw a web interface? I had installed Apache and looked at the kilometer long configuration file and was horrified. I

          That's much like whining about the size of a Windows application's registry hive.

          You must also be frightened by any fully featured modern video transcoder.

          No, there's a smidge of difference.

          The overwhelming majority of Windows applications can be configured using a series of dialog boxes, typically either in the "tools->options" or "edit->preferences" menu. These applications may incidentally store the results of those dialog boxes in a registry hive (or in an ini file in the %appdata% folder or similar), but it's infrequently the only way to make such changes. With Apache, they don't give you a tabbed, categorized dialog box in which to manipulate the options. Similarly, someone who "installed Apache...and was horrified" is probably not well-versed in working with HTTP server software, and thus, editing the Apache config file is going to be a mountain of guesswork as to what you'd really want in the first place. On top of that, there's the "you can usually fidget around to get Apache to do what you want it to do, but be really really careful because the easiest way to get it to work is also usually the most hackable, so if it works right with your instinct, you'll probably have to go back and change it later once you do end up getting it to work".

          As for video transcoding, unless you're a masochist who prefers using FFMpeg on a command line instead of the myriad GUI options, video transcoding CAN be as easy as "choose your source video, pick the general format you want it to end up in or the type of device you want it to go on, and click 'transcode'". In those cases, most of the advanced options are optional, and the defaults are generally close to what you want unless you know specifically that you need a particular non-default option somewhere. This is different than trying to get a web server up and running, especially since there's no security consideration to the video transcode.

          • by Hatta ( 162192 ) on Monday January 14, 2013 @10:32AM (#42581393) Journal

            The overwhelming majority of Windows applications can be configured using a series of dialog boxes, typically either in the "tools->options" or "edit->preferences" menu. These applications may incidentally store the results of those dialog boxes in a registry hive (or in an ini file in the %appdata% folder or similar), but it's infrequently the only way to make such changes. With Apache, they don't give you a tabbed, categorized dialog box in which to manipulate the options

            No, they give you a nice organized text file to edit, with descriptive comments. You can search it and you can back it up easily. That's even BETTER than a tree full of checkboxes.

      • You picked the wrong web server; Apache is great but its configuration is indeed difficult especially if you're not familiar with the concepts. Try out lighttpd, it's pretty dead simple.

      • Making your own web interface for file management? somewhat challenging. Finding a canned one that doesn't utterly suck? Well, that's what Sourceforge is for =)

        Ajaxplorer:
        http://sourceforge.net/projects/ajaxplorer/?source=directory [sourceforge.net]
        Simple to use browser app, and there are iOS and Android apps that do a great job.

        Extplorer:
        http://sourceforge.net/projects/extplorer/?source=recommended [sourceforge.net]
        Better support for larger quantities of files and browsing using a traditional tree/file pane, but slightly more complicated UI

  • spideroak (Score:4, Informative)

    by characterZer0 ( 138196 ) on Sunday January 13, 2013 @06:36PM (#42577329)

    Spideroak (http://www.spideroak.com) does what you want. It encryptes data on your machine before sending it to the cloud.

    • by Anonymous Coward

      So does Wuala: https://www.wuala.com/ [wuala.com]
      I wonder why the poster didn't try searching the web for a phrase like "encrypted Dropbox alternative".

      • Wuala is nice, but not widely supported by third party apps (particularly in the mobile space where you don't typically have control over where files are stored).

      • Yeah, I also wonder why he didn't search for things he didn't want, like using some single service for data storage, as opposed to a layer built over several providers
        I wonder why he didn't search for "encrypted flash disk changing robot", "encrypted gnomes", "dropbox alternative for people who dont want something like dropbox" or "latex bondage"

    • by icebike ( 68054 )

      True, and I really like the fact that you can set it up to keep file changes so that you can step back in time to retrieve last weeks code base, or deleted files. It has lots of flexibility.

      But it does not do the other half of the OPs requirements, of mirroring or raiding the data to multiple physical locations.

      • If you keep a second machine up with the Spideroak program running, it will mirror your data. It would be nice if there was an option to run the program and pull the encrypted data but not decrypt it, so you would have the backup if Spideroak's systems go down, but your data would not be compromized if that machine was.

        • by icebike ( 68054 )

          If you keep a second machine up with the Spideroak program running, it will mirror your data.

          That is an option. But its not a requirement.
          SpiderOak operates in three distinct modes
          Backup
          Sync
          Share
          Each are individually selectable.

  • ... being a free software user doesnt mean you need to be a free service user: If you aren't paying, you aren't the customer.

    I use both Google Drive & Dropbox (for different usage cases and purposes) but my really important backups - including everything from both the other two - go into Amazon S3, as I have a contract there with the supplier, and knowing I'm a paying customer of a profitable service means I'm much less likely to have to rethink my backup strategy due to a withdrawal of a free offer
  • by vlm ( 69642 ) on Sunday January 13, 2013 @06:42PM (#42577365)

    preferably linux mountable

    You'll find a userspace script solution to be infinitely simpler. A script that clones such and such directory onto such and such other directory while encrypting is simple, another script to clone that encrypted directory into some other directory (basically just rsync). Run it periodically outta crontab, etc.

    90% your effort will be expended on error detection / correction / reporting, 9% of your effort on key management for the encryption and keeping the individual services up and running, and probably about 1% on the actual nuts and bolts of copying stuff around while possibly encrypting.

    There are more failure modes than you'd think... consider giant files, for example, which don't fit. Or running it outta crontab and somehow having two copies running simultaneously. Or your scratch directory is on a device that suddenly got remounted RO instead of RW due to developing hardware issues.

    Bidirectional sync is ambitious but possible. You'll burn a seemingly infinite amount of bandwidth trying it (think about the next quote for a second)

    The basic idea would be to create one file per cloud used as a block device

    Thankfully you're just mirroring instead of requesting some kind of raid-5 like technology. Also you're just dumping "a big ole backup file" rather than individual files.

    • Thank you. At least you are going in the direction of what he wants

      I agree. This looks like a job for good old rsync! Or an rsync-like device.

  • encrypt the data stored in the cloud

    Oh and another thing its infinitely more secure to encrypt the data before "putting it up on your homemade mirror network" rather than as a process.

    For example, 99.99999999% of the data I "control" does not need to be encrypted. It just simply doesn't matter, even to a paranoid, although those know no rational limit....

    Another example, lets say you were backing up a sql database of usernames/passwords for some site. The wrong way to do it is store the passwords in plain text and then encrypt the backup.

    • Oh and another thing its infinitely more secure to encrypt the data before "putting it up on your homemade mirror network" rather than as a process.

      I'm not sure I understand - 'rather than as a process'. you mean rather than as part of the storage process? It's more secure to have the data already encrypted, before storing it.

      For example, 99.99999999% of the data I "control" does not need to be encrypted. It just simply doesn't matter, even to a paranoid, although those know no rational limit....

      OK, now you're just attacking him for wanting encryption.

      Another example, lets say you were backing up a sql database of usernames/passwords for some site. The wrong way to do it is store the passwords in plain text and then encrypt the backup. Wrong for about a zillion (obvious?) reasons. If you have a decent system to hash and/or encrypt the data in the DB itself, thats much better, and no one can do anything with the encrypted data anyway. Or at least your database-level-backup script (as distinct from this project) can encrypt it for you (even if its just pipe mysqldump thru mcrypt and then into a file)

      I agree, but still - you don't want the hashes to leak, either. (no matter the hash or salt, username+hash is way better than a web login interface, and if you have some knowledge about the user you might break it)

      Why not encrypt everything as you store it, as well as (of co

  • You may need another text editor though

  • by devitto ( 230479 ) on Sunday January 13, 2013 @06:52PM (#42577433) Homepage Journal

    Someone's already done & blogged about this, using multiple free FTP accounts, with a FTPfs bringing them local, then mounting a RAID (mirrored & parity) partition over it, and encfs over the top of that.

    It was VERY SLOW, but did work, even when he blocked access to some of the FTP accounts - it was just seen as a failed drive read, and the parity reconstruction still permitted access.
    I think the key problem was that FTP servers he used (or the FTPfs driver) didn't allow for partial writes to files, so every time you changed something, large amounts of data was re-uploaded. So there were possibilities for optimization.....

    Enjoy & share if you get anywhere !

    Dom

  • I use both and there are instructions here including a script [lifehacker.com] where you run l.bat to set it up and sync.

    However, it seems your use case is a little different than a personal backup.

  • by lucm ( 889690 ) on Sunday January 13, 2013 @06:57PM (#42577469)

    Forget redundancy, just go with "RAIC-0": unleashing the true power of the Cloud by striping providers!

  • Just pay for it FFS, why try to combine different free services, and go throuth the trouble of running your own linux server in order to save 10$ a month oh my god, "!#$ excited kids.
  • You could use CEPH to do the distribution, then RADOS to create an RBD (Rados Block Device) and when you mount the RBD as asn iSCSI device, you could then build a cryptfs device on top of it, so the provider of the RBD couldn't read/write the data without the keys stored on your server (or wherever you keep them.) The difficulty is getting something like this that is product-ized, so that a provider can give enough economy-of-scale to make it really worthwhile.
  • Bitcasa (Score:2, Interesting)

    by Anonymous Coward

    Bitcasa is an encrypted block based filesystem which mounts via FUSE and streams to the cloud behind the scenes. Has really intelligent caching built in and works with all major platforms (Lin, Win, Mac).

    Linux client hasn't been updated as much as the other platforms but should catch up soon.

    Full disclosure- I'm the CEO of Bitcasa.

    • Fuller disclosure:
      * Storage is Amazon S3. No mention of other clouds. So it's just a worse version of S3
      * Client is closed binary
      * Horrible 'acceptable use' policy and terms of use
          oh yeah, it is closed source:
      "You must not reverse engineer or decompile the Software, nor attempt to do so, nor assist anyone else to do so"

      So, um, yeah, they're data pirates waiting to kidnap your data. Have fun.

    • I'm still looking for the legal part where it says you're not allowed to connect to the Service with any kind of modified client.

  • Why do this ? (Score:5, Insightful)

    by Alain Williams ( 2972 ) <addw@phcomp.co.uk> on Sunday January 13, 2013 @07:46PM (#42577743) Homepage

    He has not said why he wants to do this, ie what problem he is trying to solve. Depending on the question the answer may be different. Does he want a cloud because:

    * data must be available from many places - ie over the Internet ?

    * data is to be safe from one place (ie home/office machine) blowing up and losing everything ?

    * fast access is needed from many places at once ?

    Please first answer these questions so that we may provide you with what you need rather than random solutions that may not be what you need.

  • Avoid it.
    Punt

  • Wouldn't a(n) LVM accomplish this? Set up a bunch of logical devices, put them into an LVM, and let that take care of itself?
  • OwnCloud? (Score:5, Informative)

    by RanceJustice ( 2028040 ) on Monday January 14, 2013 @12:17AM (#42579025)

    I too have been looking for a solution for "denyable-they-don't-have-the-encryption-key" secure, remote storage, back ups and the like. Platform independent and standards compliance is important; I don't want to get locked into a proprietary ecosystem Its even better if there's a nice GUI and usability that doesn't require guru-level knowledge to access, and pricing isn't insane. Thus far I've found a handful of tools that seem to be the best of their breeds - CrashPlan for instance allows encrypted, secure multi-site backups (your own PCs, friends PCs, their servers), unlimited bandwidth/storage space etc... but it is only meant for backups, not sharing or accessing the data frequently. SpiderOak is a fantastic Dropbox alternative, Linux-friendly (both GUI and CLI for those interested) and seems to be amongst the best of the "Cloud (tm)/ Dropbox" type file-hosting/sharing services. However, as the OP specifically notes that they are looking for a unified solution to bring most or all of those remote hosted/"Cloud" stuff under a single mantle, there seems to be one project that has that goal in mind - OwnCloud

    I've been watching OwnCloud (www.owncloud.org) since I heard of it, happy to see an open-source, standards-compliant, "installable on your own hardware as well as rented hosting etc.." universal, modular data storage/sync operation that can be totally under your own control. It has a ton of features, but most notable in this case is exactly what the OP wants: the ability to mount your Google Drive or Dropbox share and have your OwnCloud install interact with them. It looks to be a really promising project and I really hope that a lot of coding gurus join and take notice; if my skill was sufficient, I'd be looking to contribute. It is a relatively new platform and I am sure it will have some growing pains (ie. I do not know if it supports ALL "cloud drive" shares, for instance SpiderOak...), but it supports everything from a built in media player, Card/CalDAV, backups, LDAP, and seems to have amazing potential. I am told that Version 5.0 will be the next big leap forward in terms of polish. Check it out and those that can contribute, please do so. It seems the best option to have user-friendly, open source, secure "cloud" services without bolstering hegemony aspirations by Google, Microsoft, and many others.

  • FreeNAS + OpenVPN is my "cloud" storage. Decent Comcast upstream at home means I have direct access to all my files anywhere, via a single UDP socket secured with certificate-based authentication and encryption. I take special solace knowing I own the hardware my data touches, and FDE on all endpoints ensures another layer of protection.
  • Probably, that's not what the OP is searching for, but Openstack swift is a very interesting cloud storage solution which has redundancy, so I thought it was a good idea to raise the topic in this thread.
  • Bruce Schneier's friendly reminder [schneier.com] that distributed/encrypted cloud storage interferes [nextgov.com] with the cloud providers' business models. It'd be terribly useful, but I'm afraid they will keep on throwing sticks between our legs there for quite a while.

  • I think you just described SME:

    http://storagemadeeasy.com/ [storagemadeeasy.com]

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...