Is it possible to compress a full file system on Linux?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Over a Mysterious Island
--
Chapters
00:00 Is It Possible To Compress A Full File System On Linux?
00:40 Accepted Answer Score 17
01:21 Answer 2 Score 1
01:43 Thank you
--
Full question
https://superuser.com/questions/884682/i...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#linux #ubuntu #filesystems #compression
#avk47
ACCEPTED ANSWER
Score 17
There are two filesystems I'm familiar with that will give you compression on Linux: BTRFS and ZFS.
ZFS has a big following in the Sun/Solaris, FreeBSD, and FreeNAS communities. It works well on Linux, based on my experience with it. It doesn't come included in any of the big name distributions, but there are add-on repositories that make it very easy to install. See ZFS on Linux
BTRFS is newer and is Linux-only. I've been running it on Ubuntu 14.04 and found it stable. It supports multiple compression methods. I've found LZO compresses fairly well and is really fast; I don't see any performance slowdown from the compression operation.
ANSWER 2
Score 1
Btrfs (B-tree file system) is your answer, it has parallels with Ext4, but offers a bigger change in features and design.
It is still relatively new, and majority of the production Linux installations are quite conservative, so you are probably going to have relatively limited community support.