Ich möchte quota installieren. Wie ich vorgehe:
Code: Alles auswählen
yast -i quota
Code: Alles auswählen
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 #
Code: Alles auswählen
pico /etc/fstab
Code: Alles auswählen
/dev/disk/by-id/ata-ST3808110AS_4LS2WX2A-part6 / ext3 acl,user_xattr,usrquota,grpquota 1 1
Code: Alles auswählen
touch /aquota.user /aquota.group
chmod 600 /aquota.*
Code: Alles auswählen
mount -o remount /
Code: Alles auswählen
quotacheck -avugm
Code: Alles auswählen
quotaon -avugm
Code: Alles auswählen
<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/sd ... quota.html
Vielen Dank für die Hilfe!
Gruß,
R
PS.: Eigentlich das gleiche Problem wie der hier:
http://forums.opensuse.org/network-inte ... -11-a.html
Und wie die hier:
http://www.unixboard.de/vb3/showthread.php?t=40217