[tanya-jawab] quota nya kok ngga jalan ya......?

2004-03-29 Terurut Topik zuhud
salam rekan2,

saya sudah seetting quota:
/etc/fstab --- /dev/sda3 /home  ext2  defaults,nosuid,usrquota,grpquota 1 2

lalu membuat file
# touch /home/aquota.user
# touch /home/aquota.group
# chmod 600 touch /home/aquota.user  dst

mengkonfigurasi file /etc/rc.d/rc.local
# Check quota and then turn quota on.
if [ -x /usr/sbin/quotacheck ]
   then
 echo Checking quotas. This may take some time.
 /usr/sbin/quotacheck -avug
 echo  Done.
 fi
 if [ -x /usr/sbin/quotaon ]
   then
 echo Turning on quota.
 /usr/sbin/quotaon -avug
 fi


tetap tidak bisa jalan, malah muncul pesan :
quota off: cannot find quota file on /home [/dev/sda3] to turn quotas
on/off

tolong klo bantuannya

   rgrds,

 ::zuhud::




---
E-mail ini dikirim menggunakan ITS Webmail .
http://mail.its.ac.id/



-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] quota nya kok ngga jalan ya......?

2004-03-29 Terurut Topik Dion Sasmito
Halo,

 saya sudah seetting quota:
 /etc/fstab --- /dev/sda3 /home  ext2 
defaults,nosuid,usrquota,grpquota 1 2
 
 mengkonfigurasi file /etc/rc.d/rc.local
 # Check quota and then turn quota on.
 if [ -x /usr/sbin/quotacheck ]
then
  echo Checking quotas. This may take some time.
  /usr/sbin/quotacheck -avug
  echo  Done.
  fi
  if [ -x /usr/sbin/quotaon ]
then
  echo Turning on quota.
  /usr/sbin/quotaon -avug
  fi
 
 
 tetap tidak bisa jalan, malah muncul pesan :
 quota off: cannot find quota file on /home [/dev/sda3] to turn quotas
 on/off

Kebetulan saya baru set quota di salah satu komputer, seingat saya, ini
semuanya benar, kecuali bagian ini

 lalu membuat file
 # touch /home/aquota.user
 # touch /home/aquota.group
 # chmod 600 touch /home/aquota.user  dst

Seinget saya, tidak perlu ini. 
Coba di hapus lagi terus di quotacheck -avug

Dion
_
This mail sent using V-webmail - http://www.v-webmail.org


-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php