Do you store your data compressed?

...

For mangas and ROMs, yes I do.

Save space and identifies data correction. 7z and zip files are stored with their hash. When you unzip, 7zip performs a hash check to see if the data came out as expected.

Shit is great.

no

All my music is v0 or 320, so yeah.

I store my shit on a ZFS array. I have compression turned on, but for the vast majority of the data it doesn't do much. (it's media, it's already compressed) But it's free so might as well have it.

Op here

> data correction
i did not know the, interesting stuff

>ZFS
how did you choose that? is there somewhere where FS bench marks/comparison can be found?

>how did you choose that?
bit-rot protection and checksumming. Performance and benchmarks didn't even enter into it.

Yes, I do. Not because I compress any file but because the bulk of the data is mp3 and video.

Sry, meant to quote him:

all over the fucking place.
but keep the drives encrypted so i guess it's fine?

Depends on what it is. If it's accessed normally, it's uncompressed. If I'm archiving it, I use LZMA2 compression.

I do use filesystem compression though

I hope you aren't using LZMA2 on already compressed media files.

You might save a few kilobytes off of a 1GB .mp4.

I don't compress media files, those are the normally accessed ones.

Only for data that I won't use for a very long time.

This. Except with btrfs, and lzo compression instead of what I'm assuming you're using, lz4. And, yeah, most digital media is already compressed in some way or another, such as comic books with cbz cba, but it's nice to sqeeze out as much space as humanly possible. The overhead isn't really that bad, and, I figured I might as well use that excess ram I never use for something useful.

Bit rot is also the reason I use flac. I couldn't give two shits about the quality of audio +198kbps, but the very thought degradation makes me foaming-at-the-mouth neurotic

Sometimes when I'll very very scarcely need the data, and even then I'll use squashfs as I basically never compress a single huge file. I also use xz in a pipe over ssh sometimes if the bandwidth between the two endpoints is smaller than the throughput of xz on the sending side.

Yes. I've messed with tons of compression formats too.
>LZO- fast as fuck for both compression and decompression, but has lowest compression ratio. I use it if I need to transfer a big (usually tar) file to another machine when the transfer speed isn't very fast; I can often cut transfer time in half if the content wasn't already compressed.
>gzip- OK speed, OK compression. Don't use this much, mainly for html files as browsers can still open gzipped ones.
>bzip2- middle ground of speed and ratio, often beats xz when compressing plaintext
>xz- good compression, can take longer

>lrzip- makes other compressors more efficient but the resulting file must be decompressed by lrzip. Has built in support for LZO, gzip, bzip2, lzma, and zpaq.
>zpaq- Best compression, takes much much longer than xz. Comes with lrzip, may be possible to use it without. Decompression takes as long as compression.

I don't use 7z, zip, or rar. 7z is a rebranded xz with a GUI and a shitty CLI version. Which program I use depends on how often I need the files, how big the file is.

yes, mostly installers and old meme folders

>compress with 7-zip
>use the balls to the walls preset that utilizes 100% of my 8-core ryzen processor
>takes like half an hour
>no file size change on my folder with raw pictures

so this is the power of open source

>tries to compress compressed data
>"wtf it dont work"

yea, i compress everything i can
i even run games straight out of compressed squashfs volumes

anons is there any nice infographs about conversion rates between different file types and different compression types?

For example, rather than trying to re-encode an old large .wmv file to say h.265 via hand brake i could .rar it for similar size gains (if picture and sound quality were not a huge factor but size was).

Or say Jpeg to rar good conversion etc

i thought raw pictures were uncompressed

what are some examples that actually do work?

we should be compiling this information on the install gentoo wiki

its good info for a common question

Disgusting

Most files on my pc are somehow compressed to begin with. (huffmann, AC, rangecoder, etc.)