View previous topic :: View next topic |
Author |
Message |
Ynusis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Jun 2005 Posts: 27
|
Posted: Tue Jan 31, 2006 5:23 pm Post subject: Quota Geht nicht |
|
|
Kernel: linux-2.6.14-hardened-r3
dmesg: http://nopaste.php-q.net/188392
/etc/fstab:
Code: |
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda3 / ext3 noatime 0 1
/dev/hda2 none swap sw 0 0
/dev/vg/home /home ext3 noatime,usrquota 0 0
/dev/vg/opt /opt ext3 noatime 0 0
proc /proc proc defaults 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
|
Quota Support ist Y
dm_mod ist geladen.
aber:
Code: |
quotaon -avug
quotaon: using /home/quota.user on /dev/vg/home [/home]: No such process
quotaon: Quota format not supported in kernel. |
jemand eine Idee? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mrsteven Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Funny_Figure/kotz.gif)
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Wed Feb 01, 2006 11:09 am Post subject: |
|
|
Das Problem hatte ich vor kurzem auch mal. Eventuell könnte es helfen, die Quota-Dateien mal neu anzulegen, also:
Code: | quotaoff -vug /dev/vg/home #nur um ganz sicher zu gehen
quotacheck -cvug /dev/vg/home
quotaon -avug |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Ynusis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Jun 2005 Posts: 27
|
Posted: Wed Feb 01, 2006 3:15 pm Post subject: |
|
|
leider immer noch der selbe fehler. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|