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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content