1836182 Members
3359 Online
110096 Solutions
New Discussion

File Systems Modes

 
Fadia Almarei
Super Advisor

File Systems Modes

Dear All

i need to mount a filesystem in a mode at which any file will be written to it will be compressed, is this applicable and how to do it if YES.

BR;
Fadia
fadia.marei
4 REPLIES 4
Mike Stroyan
Honored Contributor

Re: File Systems Modes

You could have a look at the FuseCompress project.
https://developer.berlios.de/projects/fusecompress/
Jeeshan
Honored Contributor

Re: File Systems Modes

you can write a sample script, which will check that file system an interval of time and if finish then script will compress the file.
a warrior never quits
Fadia Almarei
Super Advisor

Re: File Systems Modes

the OS that i have is RHEL AS 4.6 64 bit , is this fusecompress works with it ?
fadia.marei
Mike Stroyan
Honored Contributor

Re: File Systems Modes

It should be possible, but not simple, to get FuseCompress working with
redhat 4.6. That distribution does not include fuse filesystem support.
Some folks have built fuse modules for specific redhat 4 kernels.
But you would need a new update to those modules every time you
installed a redhat kernel update. And you would be running with
non-redhat code in your kernel. I see fuse rpms for 4.6 amd64 at-
http://rpm.pbone.net/index.php3/stat/14/idka/70048/datan/2008-10-11

The FuseCompress software itself is beta maturity and something that you
build from source.

(This is the point where you should consider that the feature you are
looking for is out on the frontier, far from civilized system administration. :)