Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Storing a few TB of data? #5

Closed
e12e opened this issue Apr 5, 2015 · 6 comments
Closed

Storing a few TB of data? #5

e12e opened this issue Apr 5, 2015 · 6 comments

Comments

@e12e
Copy link

e12e commented Apr 5, 2015

If I push a few TB of data into ipfs (say some media files, install isos etc) -- is that a reasonable use of the technology? How could/should I assure that the network has the capacity to safely store the data, with suitable redundancy? If I dedicate a few TB of disk on my server to ipfs -- can I make sure that some sensible portion is reserved for my use?

@whyrusleeping
Copy link

Data added to ipfs is only stored locally until another interested party requests it from you. ipfs itself (the protocol) provides no guarantees of redundancy or remote storage.

@jbenet
Copy link
Contributor

jbenet commented Apr 6, 2015

I'll add that that's why Filecoin exists-- as a way to incentivize networks of people to replicate/backup your data.

@sudhirj
Copy link

sudhirj commented Dec 3, 2015

BTW, could someone confirm that ipfs add makes a copy of the data I'm adding? So to add 1TB of data into IPFS I'll need at least 2 TB on my disk?

@whyrusleeping
Copy link

@sudhirj that is correct. Similar to adding files into git, in the future we may find a way to work around this.

@sudhirj
Copy link

sudhirj commented Dec 4, 2015

Okay. Then let's put down alternative options for others as well (I'm looking at it for large-file data distribution). The alternatives to this are

  1. Mount the IPFS datastore as a FUSE drive (requires root permissions and special installation) - will this take care of everything automatically? Is copying a file into the mounted folder same as ipfs add, for instance?
  2. Assuming a FUSE mount, can regular IPFS commands like ipfs pin be used on data on the mounted drive?

@madavieb
Copy link

This issue has been moved to https://discuss.ipfs.io/t/storing-a-few-tb-of-data/476.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants