From Fedora Project Wiki
Description
This test case checks that Fedora Server installs use the correct filesystem by default, as required in the Server/Technical_Specification. At present, the default is XFS.
Setup
- Install the Fedora Server release you wish to test, in graphical or text mode, making as few choices as possible and making the most simple and obvious choices where a choice is required. Especially, do not use custom partitioning. However, it may be useful to verify separately that the default type when creating filesystems in custom partitioning is also correct.
How to test
- Boot the installed system and log in
- Run
findmnt -M / -o FSTYPE
- The first line of output will be FSTYPE. The second is the filesystem used for the root partition.
Expected Results
- The root partition filesystem should be xfs.