On 19 March 2013 17:31, Dave Chinner <da...@fromorbit.com> wrote: > Which tells me exactly what is happening. > > The project quotas are not on the filesystem you directed the the > quota command at, and xfs_quota is telling you that it can't find > the mount point for the configured project quotas on /home. Either: >
Hello, Thanks for your response. I am kind of confused still. I asked for user quotas, with the -u flag. Why should it be trying to lookup project quotas? I only want to get the report of user quotas. I only want to get the report for one filesystem. A filesystem that doesn't support project quotas, which should be fine because I am not asking for project quotas. This was fine under lenny, but broke under squeeze. > # xfs_quota -x -c "quota -N -u brian" > This prints the quota information 20 times. Huh? > or > > # xfs_quota -x -c "quota -N -u brian" /home /share > This prints the quota information 2 times. Huh? hq ~ # xfs_quota -x -c "quota -u brian" /home /share Disk quotas for User brian (10000) Filesystem Blocks Quota Limit Warn/Time Mounted on /dev/mapper/hq-home 3799724 0 0 00 [--------] /home /dev/mapper/hq-share 282856 0 0 00 [--------] /share Disk quotas for User brian (10000) Filesystem Blocks Quota Limit Warn/Time Mounted on /dev/mapper/hq-home 3799724 0 0 00 [--------] /home /dev/mapper/hq-share 282856 0 0 00 [--------] /share Thanks