1

Quota

· 18년 전 · 1803

Quota

22.1 디스크 quota 설정
사용자들이 디스크 공간을 제한된 이상으로 사용하거나 시스템상에서 무제한적으로 디스크 공간을 낭비하지 않도록 한다.
각 사용자에게 일정한 디스크 공간을 할당하여 시스템의 성능을 향상시키고 효율적으로 관리할 수 있다.
커널 컴파일시 y
Quota support(CONFIG_QUOTA)

현재는 ext2 파일시스템에사만 quota를 지원

quota는 디스크를 두가지로 제한
1) 사용자가 가질 수 있는 inode 수
2) 디스크 블록의 수
3) 소프트와 하드 limits로 설정

22.2 기본 설정 - 사용자별 디스크 할당량 지정
[root @edu00 linux]#useradd linux
[root @edu00 linux]#passwd linux
[root @edu00 linux]# vi /etc/fstab
-------------------------------------------
/dev/hda8 /home ext2 defaults,usrquota(grpquota) 1 2
--------------------------------------------
[root @edu00 linux]#mount -o remount /home
: or 시스템 재부팅
[root @edu00 linux]#touch /home/quota.user
: Database Binary File
  
[root @edu00 linux]#chmod 600 /home/quota.user
[root @edu00 linux]#ls -l /home/quota*
[root @edu00 linux]#quotacheck /home
: 반드시 quotaoff /home 한 후에 하거나  시스템 down시에 한다.

[root @edu00 linux]#quotaon /home or quotaon -a
: /etc/rc.d/rc.sysinit에 설정이 포함되어 있다.
[root @edu00 linux]#edquota -t
: grace period 설정
-----------------------------------------------
Time units may be: days, hours, minutes, or seconds
Grace period before enforcing soft limits for users:
/dev/hda8:block grace period: 7 days, file grace period: 0 days
------------------------------------------------
[root @edu00 linux]#edquota (-u) linux
------------------------------------------------
Edit block and inode quota for user linux:
Device /dev/hda8 (/home):
Used 7070KB, limits: soft=10240 hard=15360 
: soft limit은 10M(10240KB), hard limit은 15M(15360KB)
Used 54 inodes, limits: soft=1000 hard=1500
: soft limit은 1000개, hard limit은 1500개)

[root @edu00 linux]#quota (-v) linux
[root @edu00 linux]#telnet 0
login:linux
Password:
[linux @edu00 linux]$cp -R /usr/share .
[linux @edu00 linux]$du -sh .
[linux @edu00 linux]$exit
[root @edu00 linux]#quota -v
[root @edu00 linux]#quota -q

 

 


[root @edu00 linux]#edquota -p linux (-u) test wind
: linux에 대한 설정을 test, wind에도 적용
[root @edu00 linux]#quota (-v) wind
[root @edu00 linux]#repquota -a
[root @edu00 linux]#repquota /home
[root @edu00 linux]#quotaoff -a
[root @edu00 linux]#quotacheck -a

22.3 그룹별 디스크 할당량 지정
서버에 프로젝트를 위한 공간을 할당해 주거나, 각 부서별로 공간을 나누어 주고자 할 경우에 그룹별로 디스크 할당량을 정한다.
[root @edu00 linux]#mkdir /home/ICLUB
[root @edu00 linux]#chgrp ICLUB /home/ICLUB
[root @edu00 linux]#chmod 770 /home/ICLUB
[root @edu00 linux]#ls -ld /home/ICLUB
[root @edu00 linux]#vi /etc/fstab
-----------------------------------------
/dev/hda8 /home ext2 defaults,usrquota,grpquota 1 2
------------------------------------------
[root @edu00 linux]#touch /home/quota.group
[root @edu00 linux]#chmod 600 /home/quota.group
[root @edu00 linux]#ls -l /home/quota*
[root @edu00 linux]#reboot
[root @edu00 linux]#edquota -g -t
Time units may be: days, hours, minutes, or seconds
Grace period before enforcing soft limits for groups:
/dev/hda8:block grace period: 7 days, file grace period: 0 days

[root @edu00 linux]#edquota -g ICLUB
Quotas for group ICLUB:
/dev/hda8: blocks in use:0, limits (soft = 12000, hard = 13000)
inodes in use:0, limits ( soft = 0, hard = 0)

 


[root @edu00 linux]#quotaon /home
[root @edu00 linux]#edquota -v -g ICLUB
[root @edu00 linux]#telnet 0
login:open
Password:
[open @edu00 open]$groups
[open @edu00 open]$newgrp ICLUB
[open @edu00 open]$groups
[open @edu00 open]$cd /home/ICLUB
[open @edu00 open]$cp -R /usr/share .
[open @edu00 open]$du -sh
[open @edu00 open]$exit
[root @edu00 linux]#quota -v -g ICLUB
[root @edu00 linux]#quota -q -g ICLUB
[root @edu00 linux]#repquota -a

 

[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
18년 전 조회 2,539
18년 전 조회 3,051
18년 전 조회 2,511
18년 전 조회 3,693
18년 전 조회 2,357
18년 전 조회 2,142
18년 전 조회 2,010
18년 전 조회 1,832
18년 전 조회 3,402
18년 전 조회 4,734
18년 전 조회 5,009
18년 전 조회 2,311
18년 전 조회 3,768
18년 전 조회 3,469
18년 전 조회 4,759
18년 전 조회 3,418
18년 전 조회 4,412
18년 전 조회 4,091
18년 전 조회 3,787
18년 전 조회 3,193
18년 전 조회 3,075
18년 전 조회 3,660
18년 전 조회 2,320
18년 전 조회 2,261
18년 전 조회 5,690
18년 전 조회 2,852
18년 전 조회 2,604
18년 전 조회 2,893
18년 전 조회 2,244
18년 전 조회 3,241
18년 전 조회 1만
18년 전 조회 2,087
18년 전 조회 2,999
18년 전 조회 3,044
18년 전 조회 2,271
18년 전 조회 3,147
18년 전 조회 4,132
18년 전 조회 3,105
18년 전 조회 2,470
18년 전 조회 6,204
18년 전 조회 3,829
18년 전 조회 6,491
18년 전 조회 2,586
18년 전 조회 2,512
18년 전 조회 2,540
18년 전 조회 3,496
18년 전 조회 3,350
18년 전 조회 2,133
18년 전 조회 3,873
18년 전 조회 1,804
18년 전 조회 1,533
18년 전 조회 1,559
18년 전 조회 1,717
18년 전 조회 1,804
18년 전 조회 3,584
18년 전 조회 2,432
18년 전 조회 1,882
18년 전 조회 2,285
18년 전 조회 4,765
18년 전 조회 2,508
18년 전 조회 3,136
18년 전 조회 2,119
18년 전 조회 3,633
18년 전 조회 1,988
18년 전 조회 7,812
18년 전 조회 3,481
18년 전 조회 1,455
18년 전 조회 2,490
18년 전 조회 3,693
18년 전 조회 2,526
18년 전 조회 2,306
18년 전 조회 2,921
18년 전 조회 3,886
18년 전 조회 3,644
18년 전 조회 2,730
18년 전 조회 2,096
18년 전 조회 2,110
18년 전 조회 2,690
18년 전 조회 2,155
18년 전 조회 3,043
18년 전 조회 1,842
18년 전 조회 2,385
18년 전 조회 1,859
18년 전 조회 2,310
18년 전 조회 2,535
18년 전 조회 2,469
18년 전 조회 2,425
18년 전 조회 2,350
18년 전 조회 3,653
18년 전 조회 1,833
18년 전 조회 3,609
18년 전 조회 2,177
18년 전 조회 5,457
18년 전 조회 2,307
18년 전 조회 2,492
18년 전 조회 1,897
18년 전 조회 2,296
18년 전 조회 3,814
18년 전 조회 1,671
18년 전 조회 1,901