Home » Questions » Computers [ Ask a new question ]

XFS won't mount with fstab options in Fedora 12

XFS won't mount with fstab options in Fedora 12

"Okay, the topic says it all. I used the usual 'mkfs.xfs -l size=128m,lazy-count=1 /dev/sdX' at creation. After that, I would like to use custom mount options like:

This goes instead of the ""defaults"" part in /etc/fstab"

Asked by: Guest | Views: 470
Total answers/comments: 1
Guest [Entry]

Solved. The problem was the "biosize" part. Fstab options: noatime,nobarrier,logbufs=8,logbsize=256k .. Works flawless. Had to download kernel-docs and check the xfs.txt in filesystems/ folder.