[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Filesystem-Quota nicht aktivierbar (Lenny, ext4)



Moin.

Ich habe ein Problem mit der Aktivierung der Filesystem-Quota auf
einem Server (Debian Lenny mit custon Kernel des Providers, Filesystem
ext4).

Vorgehensweise:

* entsprechende Pakete (quota, quotatool) installiert
* "usrquota" in /etc/fstab ergänzt
* Partitionen remounted: "mount -o remount,usrquota"
  (später auch mal probehalber rebooted)
* quotaon /home

Ergebnis:

| quotaon: Mountpoint (or device) /home not found or has no quota enabled.

Die /etc/fstab sieht so aus:
| /dev/sda1       /       ext4    errors=remount-ro,usrquota       0       1
| /dev/sda2       /home   ext4    defaults,usrquota                0       2
| /dev/sda3       none    swap    defaults                0       0
[...]

Offenbar wurde das auch korrekt übernommen, /etc/mtab sieht jedenfalls
so aus:
| /dev/sda1 / ext4 rw,errors=remount-ro,usrquota 0 0
| /dev/sda2 /home ext4 rw,usrquota 0 0
[...]

Der Kernel sollte Quota AFAIS unterstützen:
| CONFIG_XFS_QUOTA=y
[...]
| CONFIG_QUOTA=y
| # CONFIG_QUOTA_NETLINK_INTERFACE is not set
| CONFIG_PRINT_QUOTA_WARNING=y
| # CONFIG_QUOTA_DEBUG is not set
| CONFIG_QUOTA_TREE=y
| CONFIG_QFMT_V1=y
| CONFIG_QFMT_V2=y
| CONFIG_QUOTACTL=y
| CONFIG_QUOTACTL_COMPAT=y

Habe ich etwas offensichtliches übersehen?

Gibt es ein grundsätzliches Problem mit den quotatools unter Debian
Lenny und ext4?

Versionen:
| Package: quota
| State: installed
| Automatically installed: no
| Version: 3.16-7

| Package: quotatool
| State: installed
| Automatically installed: no
| Version: 1.4.10-1

Für Ratschläge dankbar,
-thh


Reply to: