mount doesn't work with ACL and XFS
news.anestor_at_tesbv.com
Date: 09/16/05
- Next message: Igor Jagec: "Re: segmentation fault with YUM!!"
- Previous message: Peer Hebing: "Re: ANOTHER REASON WHY LINUX SUCKS."
- Next in thread: Lenard: "Re: mount doesn't work with ACL and XFS"
- Reply: Lenard: "Re: mount doesn't work with ACL and XFS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Igor Jagec: "Re: segmentation fault with YUM!!"
- Previous message: Peer Hebing: "Re: ANOTHER REASON WHY LINUX SUCKS."
- Next in thread: Lenard: "Re: mount doesn't work with ACL and XFS"
- Reply: Lenard: "Re: mount doesn't work with ACL and XFS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|