Oracle Linux: XFS Mount With Noacl Permission
(Doc ID 2214863.1)
Last updated on MARCH 24, 2023
Applies to:
Linux OS - Version Oracle Linux 6.6 and laterInformation in this document applies to any platform.
Review currency on 15th.Oct 2018
Symptoms
Unable to mount xfs with noacl permission .
Set noactl mount option for xfs file system in /etc/fstab ,failed with error below.
But can add this noacl mount option by mount -o remount,noacl command:
#cat /etc/fstab
/dev/sbb1 /mnt xfs inode64.noacl 0 0
#mount -v /mnt
mount: wrong fs type, bad option, bad superblock on /dev/mapper/vg_cdm_ebsul06_N00-appl_ptch,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
# dmesg | tail
XFS (sbb1): Ending clean mount
XFS (sbb1): unknown mount option [noacl].
XFS (sbb1): Mounting Filesystem
XFS (sbb1): Ending clean mount
XFS (sbb1): unknown mount option [noacl].
XFS (sbb1): unknown mount option [noacl].
XFS (sbb1): unknown mount option [noacl].
XFS (sbb1): Mounting Filesystem
XFS (sbb1): Ending clean mount
XFS (sbb1): unknown mount option [noacl].
Remount noacl can list noacl in the output:
#mount -o remount,noacl /mnt
#mount| grep noacl
/dev/sdb1 on /mnt type xfs (rw,inode64,noacl)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |