this post was submitted on 02 Mar 2025
1 points (100.0% liked)

It's A Digital Disease!

23 readers
1 users here now

This is a sub that aims at bringing data hoarders together to share their passion with like minded people.

founded 2 years ago
MODERATORS
 
The original post: /r/datahoarder by /u/SaikyoWeaponsGuy on 2025-03-01 22:04:39.

You can store same data, but also make it take less or much less space on your storage without needing to make an file archives such as ZIP/RAR & read faster by using lossless compression available in some file systems (which is really useful for HDDs)

File systems that support file compression are file systems like: BTRFS, ZFS, NTFS

I personally use ZSTD compression on BTRFS on my main drives including my archival HDD, I was surprised by how much free space I got on my game partition on my NVMe SSD after I decided to enable compression & use btrfs defrag to compress files, I didn't even had to delete any games!

(the reason why I ran btrfs defrag is because if you mount your partition with a compression command, it only compresses the newly written files, existing files need to be compressed with defrag command)

But why files can be readed faster than if they were uncompressed?

the reason why they can be readed faster than uncompressed is due to it being readed in compressed form & decompressed by CPU faster rather than directly reading the higher amount of data when files are uncompressed if files are stored on a slower drive like HDD

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here