xfs option inode32 doesn't work and is ignored at the initial mount

Solution Unverified - Updated -

Issue

  • xfs option inode32 doesn't work and is ignored at the initial mount:
# mount -t xfs -o inode32 /dev/sdb1 /mnt
# mount | grep mnt
/dev/sdb1 on /mnt type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
  • Remounting with inode32 option works:
# mount -o remount,inode32 /mnt
# mount | grep mnt
/dev/sdb1 on /mnt type xfs (rw,relatime,seclabel,attr2,inode32,noquota)

Environment

  • Red Hat Enterprise Linux 7.3 (kernel-3.10.0-514.el7)

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.