> Before you can use new quota you have to convert old quotafiles to new
>ones. You can do this by convertquota(8) utility which is in the package.
>Or you can just run 'quotacheck -F vfsv0 -c <mountpoint>' to create completely
>new quota files with new quota format.
Thanks--over the weekend I appear to have that bit working. I still can't
add quotas to my shiny new ext3 partition though :(
$ touch /export01/aquota.user
$ umount /export01
$ mount /export01 -o usrquota
$ quotaon /export01
quotaon: using /export01/aquota.user on /dev/sda3: Invalid argument
The strace shows:
quotactl(0x10000, 0x8053fe8, 0, 0x8053fc8) = -1 EINVAL (Invalid argument)
Is there a recent HOWTO on this (maybe I've got it wrong)?
Cheers,
Matt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/