F
F
fdroid2018-01-13 13:51:54
Parsing
fdroid, 2018-01-13 13:51:54

What file systems are used in very large storages?

Actually, the question is in the title. In particular, I am interested in which file systems are used by cloud storages (the same Dropbox, etc.), file hosting such as Depositefiles and other projects where it is critical to store very large amounts of data, and at the same time store it securely. On one well-known forum, everything that is not ZFS is extremely dismissive and almost squeamish: supposedly, only ZFS is able to reliably perform the function of storing data, and all these ext4 and others are only suitable for routers. So I became interested - but really, what FS are used on an industrial scale?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Andrew, 2019-10-31
@KickeRockK

You need to write a solution for a specific task, if you google it right as in the question and add a PL, the search engine will give you examples.
Everything else (a specific decision) is done for money, or for your time (with your hands / head)

W
Wexter, 2018-01-13
@Wexter

for local storage zfs (instead of hard/soft raid)/xfs/ext4, for distributed ceph/glusterfs/gfs2

D
Dmitry Shitskov, 2018-01-13
@Zarom

Cepth , for example. ZFS is no good here...

J
John Smith, 2018-01-13
@ClearAirTurbulence

Various. ZFS, of course, is wonderful, but it also has a number of disadvantages. In many cases, normal redundancy is sufficient. For example, you can read this article:
https://www.backblaze.com/blog/vault-cloud-storage...
There they write that they have ext4 on separate disks, but above this they have additional logic that breaks files into pieces and distributes them across volume disks, which consist of disks located in different racks, plus writes parity data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question