this post was submitted on 05 Oct 2025
18 points (90.9% liked)
Decentralization
329 readers
2 users here now
All things and everything about decentralization: news, announcements, proposals, and discussions about decentralized apps, protocols and communities.
- decentralized web (dweb)
- peer-to-peer (P2P)
- file-sharing (e.g., BitTorrent, IPFS, and Gnutella)
- self-hosting
- federation (e.g., ActivityPub/Fediverse and Bluesky)
- federated apps (e.g., Mastodon, Lemmy, and Pixelfed)
- cryptocurrencies (e.g., Bitcoin and Ethereum)
Rules
- Be polite and follow the rules of our instance lemmy.world.
- "Follow a general principle of robustness: be conservative in what you do, be liberal in what you accept from others."
- With respect to peer-to-peer and file-sharing technologies, refrain from posting illegal content (piracy) or links to it.
- With respect to cryptocurrencies, refrain from
- posting initial coin offerings (ICOs) and giveaways
- posting referral and promo links/codes
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’ve used ceph (very little) and longhorn for Kubernetes storage. I’ve never really looked into distributed filesystems but could see something with a longhorn or lower level of administrative complexity as something I would use. The replication and fault tolerance would be my primary interest. Some sort of network share on top of the distributed filesystem too, like windows DFS sort of?
Also, again, never looked into distributed filesystems much but if there was a mode where a distributed filesystem could replace syncthing for ensuring a copy of the data was replicated to specific/all machines, that would be interesting. Specifically I’d like to replicate my media share to my laptop so I have it when offline / traveling. I’m all on Linux these days but something like what windows has where you can make a network share available offline and it just caches it to a local directory…. Feels like a distributed FS could do something similar.