• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

SuSE 11.1 quota (invalid argument):

revealed

Guru
Hallo!

Ich möchte quota installieren. Wie ich vorgehe:
Code:
yast -i quota

Code:
rpm -qa | grep quota
quota-3.16-50.7
wild-thing:/home/disk # cat /etc/SuSE-release
openSUSE 11.1 (i586)
VERSION = 11.1
wild-thing:/home/disk # uname -rio
2.6.27.19-3.2-pae i386 GNU/Linux
wild-thing:/home/disk #

Dann editiere ich die fstab:
Code:
pico /etc/fstab
Bei mir sieht das so aus dann das quotadevice:
Code:
/dev/disk/by-id/ata-ST3808110AS_4LS2WX2A-part6  /       ext3    acl,user_xattr,usrquota,grpquota 1 1
Dann erstelle ich die Files:
Code:
touch /aquota.user /aquota.group
chmod 600 /aquota.*
Dann nochmal remount:
Code:
mount -o remount /

Und ein Check:
Code:
quotacheck -avugm
Und an:
Code:
quotaon -avugm

Das Problem ist, dass jedesmal beim Boot der quota failed?
Code:
<5>VFS: Disk quotas dquot_6.5.1
doneTurning quota on
Checking quotas. This may take some time.
quotaon: using //aquota.group on /dev/sdc6 [/]: Invalid argument
quotaon: Maybe create new quota files with quotacheck(8)?
quotaon: using //aquota.user on /dev/sdc6 [/]: Invalid argument
quotaon: Maybe create new quota files with quotacheck(8)?
Failed features: boot.quota
Ist das eventuell ein Bug? Ich bin an der SuFU verendet!. Unter 11.1 gibt es ein solches Update momentan noch nicht?::
http://support.novell.com/techcenter/sdb/en/2001/11/rschmid_quota.html

Vielen Dank für die Hilfe!

Gruß,

R

PS.: Eigentlich das gleiche Problem wie der hier:
http://forums.opensuse.org/network-internet/389260-quota-problem-opensuse-11-a.html

Und wie die hier:
http://www.unixboard.de/vb3/showthread.php?t=40217
 
Oben