Re: disk quotas on redhat 7.2

2002-01-07 Thread Henrik Schmiediche
Hello, I have been trying to setup quotas on RH 7.2 to no avail. I am using 2.4.17 (with prempt patch) and quotas turned on: ]# grep -i quota .config CONFIG_QUOTA=y The relevant line in /etc/vfstab is: /dev/hda3 /d0 ext3defaults,usrquota 1 2 ]# ls -l /d0/quota.user -rw---1

RE: disk quotas on redhat 7.2

2002-01-05 Thread Tym Rehm
Cc: [EMAIL PROTECTED] Subject: Re: disk quotas on redhat 7.2 Edit the file /etc/fstab: Add userquota after defaults, using lower case. 1.) /dev/hda7 /home ext2 defaults, userquota 1 2 Then create two files for the partions 2.) touch /home/quota.user 3.) touch /home/quota.group 4.)

Re: disk quotas on redhat 7.2

2002-01-05 Thread AABAN34
Edit the file /etc/fstab: Add userquota after defaults, using lower case. 1.) /dev/hda7 /home ext2 defaults, userquota 1 2 Then create two files for the partions 2.) touch /home/quota.user 3.) touch /home/quota.group 4.) chmod 600 /home/quota.user 5.) chmod 600 /home/quota.group

Re: disk quotas on redhat 7.2

2002-01-05 Thread andreas . berglund
LuisMi wrote: > > I am desperated I don't know how to configure disk quotas on my redhat > 7.2, can anyone help me? Have a look at this document http://www.linuxdoc.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/quota.html and then read the man pages. > > thanks. > __