Results 1 to 2 of 2
Is there a way to haave unix compress all files in or to be written to a directory - equivalent to setting the property in Windows?
Alternatively (although only for ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-07-2013 #1Just Joined!
- Join Date
- Feb 2013
- Posts
- 3
Unix Compression for a directory
Is there a way to haave unix compress all files in or to be written to a directory - equivalent to setting the property in Windows?
Alternatively (although only for reading i seem to remember that there was a way to have Unix read GZ files uncompressing on the fly - ie without explicitly unzipping) unbeknownst to the application program?
- 02-07-2013 #2
Yes, but it involves more than one click (but also offers more versatility).
1) btrfs has transparent compression as a feature.
Btrfs - Wikipedia, the free encyclopedia
2) If you decide to use the standard ext3/4 filesystems, then transparent compression can be realized via one of the fuse modules
FUSE: Filesystem in Userspace
SourceForge.net: CompressedFileSystems - fuseYou must always face the curtain with a bow.


Reply With Quote
