Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable compression for XFS file system on centos5.5?

Tags:

centos

xfs

I am using file system type as "XFS" and i want to enable compression for XFS-file system. I surfed through the net but i couldnot found related data. If anyone aware of the compression for XFS-file system please let me know..

Thanks Guys,

like image 398
kumar_88 Avatar asked Aug 09 '11 08:08

kumar_88


1 Answers

XFS has no such facility as compression. See also Wikipedia which mentions it in the features box.

You would have to provide it on a higher level - or maybe at a lower one, if that exists (not that I am aware of, but one never knows)

like image 66
glglgl Avatar answered Sep 17 '22 18:09

glglgl