Hallo,
kernel is 2.6.13-15.10
The config from kernel is:
# XFS support
#
CONFIG_XFS_FS=m
CONFIG_XFS_EXPORT=y
CONFIG_XFS_RT=y
CONFIG_XFS_QUOTA=y
CONFIG_XFS_SECURITY=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_OCFS2_FS=m
CONFIG_MINIX_FS=y
CONFIG_ROMFS_FS=m
CONFIG_INOTIFY=y
CONFIG_QUOTA=y
CONFIG_QFMT_V1=m
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_DNOTIFY=y
CONFIG_SUBFS_FS=m
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m
i set in the lilo.conf append="rootflags=quota"
when i ceck the quota from / then found not a quotsystem. i have not a
idee. thanks. other mountpoints work fine.
Frank
|
|
0
|
|
|
|
Reply
|
fp1 (4)
|
7/11/2006 8:19:20 AM |
|
On Tuesday 11 July 2006 10:19, Frank Patzig stood up and spoke the
following words to the masses in /comp.os.linux.misc...:/
> Hallo,
>
> kernel is 2.6.13-15.10
>
> The config from kernel is:
>
> # XFS support
> #
> CONFIG_XFS_FS=m
> CONFIG_XFS_EXPORT=y
> CONFIG_XFS_RT=y
> CONFIG_XFS_QUOTA=y
> CONFIG_XFS_SECURITY=y
> CONFIG_XFS_POSIX_ACL=y
> CONFIG_OCFS2_FS=m
> CONFIG_MINIX_FS=y
> CONFIG_ROMFS_FS=m
> CONFIG_INOTIFY=y
> CONFIG_QUOTA=y
> CONFIG_QFMT_V1=m
> CONFIG_QFMT_V2=m
> CONFIG_QUOTACTL=y
> CONFIG_DNOTIFY=y
> CONFIG_SUBFS_FS=m
> CONFIG_AUTOFS_FS=m
> CONFIG_AUTOFS4_FS=m
> CONFIG_FUSE_FS=m
>
>
> i set in the lilo.conf append="rootflags=quota"
>
> when i ceck the quota from / then found not a quotsystem. i have not a
> idee. thanks. other mountpoints work fine.
I don't have any experience with doing things the way you described
here, but the /man/ page for /quotaon/ (or /quotaoff/) states that
quota for the /XFS/ filesystem _must_ be provided at mount time.
In other words, you might be more successful using one of the following
options from the /mount/ /man/ page as a mount option in */etc/fstab:*
<from the /man/ page>
quota / usrquota / uqnoenforce
User disk quota accounting enabled, and limits
(optionally) enforced.
grpquota / gqnoenforce
Group disk quota accounting enabled and limits (optionally)
enforced.
</from the /man/ page>
Hope this helps... ;-)
--
With kind regards,
*Aragorn*
(Registered GNU/Linux user #223157)
|
|
0
|
|
|
|
Reply
|
stryder (1498)
|
7/11/2006 11:39:30 PM
|
|