-4

I'm using amazon, and there is docs everywhere to use xfs. Is xfs a software based raid? Is it fast?

rafamvc
  • 1,119
  • 1
  • 8
  • 7

2 Answers2

2

XFS is not a RAID implementation. It is a filesystem. It does happen to have some nice tweaking ability. Some of those tweaks increase the performance of the filesystem when used in a RAID array. It is very fast...especially when configured properly. That's probably why Amazon recommends it.

Jason Berg
  • 18,954
  • 6
  • 38
  • 55
1

XFS is a high performance file system originally developed by SGI. RAID would have to be done either in hardware or software at a lower level.

3dinfluence
  • 12,409
  • 2
  • 27
  • 41