mount doesn't work with ACL and XFS

news.anestor_at_tesbv.com
Date: 09/16/05


Date: 16 Sep 2005 06:46:38 -0700

Hello,

I'm trying to setup a samba server with a XFS partition and ACL control
on a fedora4 linux box.

I compiled the kernel with the XFS and ACL support:
[root@violette Desktop]# grep ACL /boot/config-2.6.12-1.1447_FC4
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_JFS_POSIX_ACL=y
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_POSIX_ACL=y
[root@violette Desktop]#

My kernel startup well with the XFS and ACL:
from dmesg:
.....................
application mixer_applet2 uses obsolete OSS audio interface
ieee1394: Initialized config rom entry `ip1394'
ieee1394: Initialized config rom entry `ip1394'
SGI XFS with ACLs, security attributes, large block numbers, no debug
enabled
SGI XFS Quota Management subsystem
input: AT Translated Set 2 keyboard on isa0060/serio0
............................

but when I try to mount my XFS partition with ACL support, mount
command doesn't work:

[root@violette Desktop]# mount -t xfs -o acl /dev/hdb1 /mnt/samba
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail or so

>>From mount source file I see that this a generic message because it can
not understand "-o acl" option.
Maybe I need a newest mount tool ?
>>From man page of mount I see that ACL is not between XFS options, but
the man page was updated in 1997 (!!!).

What I'm doing wrong ?

Help a lot for help any help!

Regards.



Relevant Pages

  • Re: XFS Mount Hangs the Partition (on latest kernel + many old 2.6.x ones)
    ... > attempting to mount a certain XFS partition (but not a different one on the ... > same hard-disk) caused the mount process to hang, ... > (that was using kernel 2.4.15-rc2 from Linus), and then rebooted twice, ...
    (Linux-Kernel)
  • Re: mount doesnt work with ACL and XFS
    ... > I'm trying to setup a samba server with a XFS partition and ACL ... > but when I try to mount my XFS partition with ACL support, ...
    (linux.redhat)
  • Re: Unneeded kernel threads (xfs, jfs, gfs2)
    ... Your distro is building all of these modules into the kernel. ... Sure - XFS will start another three kernel threads per filesystem ... when XFS is initialised rather than when a mount occurs. ...
    (Linux-Kernel)
  • [SLE] Mounting a SGI disk?
    ... After loading the scsi driver it detects the drive ok, But i cant mount ... sgilabel sector 2 size 512 ... XFS: nil uuid in log - IRIX style log ... Starting XFS recovery on filesystem: sda1 ...
    (SuSE)
  • Re: XFS filesystem corruption on the arm(el) architecture
    ... I discovered some problems with xfs. ... I conserved a image of the corrupted filesystem ... Mount the filesystem to replay the log, ... agno = 0 ...
    (Linux-Kernel)