I'm using amazon, and there is docs everywhere to use xfs. Is xfs a software based raid? Is it fast?
Asked
Active
Viewed 423 times
-4
-
I think I'm using mdadm, is this software or hardware? – rafamvc Dec 15 '10 at 03:31
2 Answers
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
- 19,084
- 6
- 40
- 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,449
- 2
- 28
- 41