Hallo!
Ich möchte quota installieren. Wie ich vorgehe:
Dann editiere ich die fstab:
Bei mir sieht das so aus dann das quotadevice:
Dann erstelle ich die Files:
Dann nochmal remount:
Und ein Check:
Und an:
Das Problem ist, dass jedesmal beim Boot der quota failed?
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
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
Code:
/dev/disk/by-id/ata-ST3808110AS_4LS2WX2A-part6 / ext3 acl,user_xattr,usrquota,grpquota 1 1
Code:
touch /aquota.user /aquota.group
chmod 600 /aquota.*
Code:
mount -o remount /
Und ein Check:
Code:
quotacheck -avugm
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
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