I have been investigating a bit previously to install Centos 5 in a box that it will use applications managing large files (i think more than 300 MB minimal).
I was thinking in , as / has a lot of small files, it would be better use ext3 instead xfs , and use only xfs in /home.
But i don't know if use xfs in / could give some increased performance to the applications that will be used there.
As those apps use large files i think perhaps , have / as xfs could benefit those apps when running them.
The data will be in /home,but as the apps would be installed in / , and perhaps as they manage large files , having also / as xfs could be good.
PD: I know that in centos 5 , anaconda doesn't let to format a partition in xfs, but once installed,installing first a new kernel supporting xfs , and installing xfsprogs, i can use a live-cd and with rsync backup / and /home to another disk , format partitions to xfs and then restore backup.
What do you think about using xfs for / in this case?
PD: I know that in centos 5 , anaconda doesn't let to format a partition in xfs, but once installed,installing first a new kernel supporting xfs , and installing xfsprogs, i can use a live-cd and with rsync backup / and /home to another disk , format partitions to xfs and then restore backup.
(if anyone curious how i would do the migrating go here http://pastebin.com/bZPTaunk) (I have done that one time and seems to work)