hello,
the solution to this issue is the addition of the following two mount options in /etc/fstab for the partition that journaled quotas need to be enabled :
1) usrjquota=<user quota filename>
2) jqfmt=vfsv0
the following sample line shows the way is done :
/dev/VolGroup00/LogVol00 / ext3 defaults,usrjquota=aquota.user,jqfmt=vfsv0 1 1
Reference helped find solution :
http://www.uluga.ubuntuforums.org/sh....php?p=7077864