|
|
|
|
| 如何在RHLinux9下完成磁盘定额设置(Quota)? |
 如何在RHLinux9下完成磁盘定额设置(Quota)? - lanbor_liang [ 2004-03-31 14:27 | 383 byte(s)]
 Re: 如何在RHLinux9下完成磁盘定额设置(Quota)? - slippp [ 2004-04-24 14:10 | 12 byte(s)]
 Re: 如何在RHLinux9下完成磁盘定额设置(Quota)? - Chowroc [ 2004-04-23 16:39 | 650 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
如何在RHLinux9下完成磁盘定额设置(Quota)?
请问:
我的的系统有一个独立的分区/dev/hda8 对应到 /home
/dev/hda9 对应到 /
/dev/hda7 对应到 /boot
我希望对/home 进行磁盘定额设置.
请能告诉我如何在RHlinux9下完成磁盘定额设置的详细步骤?
非常感谢!
|
|
|
----
我是Linux初学者
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
(the xsim has problem)
I using rh80, but i think they will be same:
# touch aquota (in the root dir of the mounted partition)
# quotacheck -m /home (if you want quota this partition)
# edquota -u USER-NAME (edit)
# vi /etc/fstab
LABEL=/home /home ext3 defaults,usrquota,grpquota 1 2
(this will quotaon while start the computer)
the group setting has familar way,
you could have a look at: Linux Management Reference, Steve Shash, Athough it's a old book, i think it's valuable
|
|
|
[Original]
[Print]
[Top]
|
|
|