Is there any way to reconfigure an existing XFS file system, originally set up with an internal log, to use an external log device? I have an existing XFS file system on a 4x2 TB RAID-5 array, and I&#39;d really rather not have to take a week to load it all over again.<br>

<br>I have since added a SSD to that system and would like to try using a partition on it as an external logfile for the RAID-5 filesystem. I&#39;ve been playing with various test XFS filesystems and have discovered, as I&#39;m sure many others have before me, that the journal is a big bottleneck when creating or deleting lots of files.<br>

<br>I&#39;ve even tried fallocating a couple of gig from my XFS file system to a loopback device with reiserfs. Extracting and building the Linux kernel tree goes quite a bit faster than using the XFS file system directly, even after playing with all the usual mount options. The only way I&#39;ve found to make native XFS equally fast seems to be an external journal on a fast device.<br>

<br><br><br>