Advertisement
Guest User

cesurasean

a guest
Oct 5th, 2010
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. server2:~# /sbin/quotacheck -augvm
  2. quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an unclean shutdown.
  3. quotacheck: Scanning /dev/disk/by-uuid/49a875c5-7a8b-4491-b737-e4685f715661 [/] done
  4. quotacheck: Checked 11984 directories and 133015 files
  5. server2:~# quotaoff -av
  6. /dev/disk/by-uuid/49a875c5-7a8b-4491-b737-e4685f715661 [/]: group quotas turned off
  7. /dev/disk/by-uuid/49a875c5-7a8b-4491-b737-e4685f715661 [/]: user quotas turned off
  8. server2:~# quotaoff -av
  9. /dev/disk/by-uuid/49a875c5-7a8b-4491-b737-e4685f715661 [/]: group quotas turned off
  10. /dev/disk/by-uuid/49a875c5-7a8b-4491-b737-e4685f715661 [/]: user quotas turned off
  11. server2:~# quotacheck -augvm
  12. quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an unclean shutdown.
  13. quotacheck: Scanning /dev/disk/by-uuid/49a875c5-7a8b-4491-b737-e4685f715661 [/] done
  14. quotacheck: Checked 11984 directories and 133014 files
  15. server2:~# quotaon -a
  16. quotaon: cannot find //aquota.group on /dev/disk/by-uuid/49a875c5-7a8b-4491-b737-e4685f715661 [/]
  17. quotaon: cannot find //aquota.user on /dev/disk/by-uuid/49a875c5-7a8b-4491-b737-e4685f715661 [/]
  18. server2:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement