在/ etc / fstab中添加XFS卷选项

我需要将inode64和nobarrier选项添加到/ etc / fstab。 他们有效的选项只是在第四列添加? 查看fstab手册页,它指向选项的挂载手册页,但没有列出它们中的任何一个( http://linux.die.net/man/8/mount )。 任何帮助,将不胜感激。 谢谢!

他们在那个地方有效。 我在一台XFS文件系统的服务器上使用nobarrier多年,没有问题。 而inode64确实出现在较新的手册页中。

支座(8)

  inode64 Indicates that XFS is allowed to create inodes at any location in the filesystem, including those which will result in inode numbers occupying more than 32 bits of significance. This is provided for backwards compatibility, but causes problems for backup applications that cannot handle large inode numbers.