Xfs
在 /etc/fstab 中添加 XFS 卷選項
我需要將 inode64 和 nobarrier 選項添加到 /etc/fstab。它們是僅在第四列下添加的有效選項嗎?查看 fstab 手冊頁,它指向 mount 手冊頁的選項,但這並沒有列出其中任何一個(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.