S O L V E D!
1. Simply edit my /boot/grub/menu.lst and added first in list (at the end) the following:
title Ubuntu 12.04, kernel 3.2.0-30-virtual
root (hd0)
kernel /boot/vmlinuz-3.2.0-30-virtual root=/dev/xvda1 console=hvc0 ro quiet splash
initrd /boot/initrd.img-3.2.0-30-virtual
check /boot to see actual names.
2. Then, I rebooted and
quotaon -uagv
or -if errors
modprobe quota_v2
quotaon -uagv
that's it!
|