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
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 230 | 20년 전 | 2038 | ||
| 229 | 20년 전 | 3131 | ||
| 228 | 20년 전 | 3322 | ||
| 227 | 20년 전 | 2383 | ||
| 226 | 20년 전 | 5458 | ||
| 225 | 20년 전 | 2507 | ||
| 224 | 20년 전 | 2951 | ||
| 223 | 20년 전 | 4196 | ||
| 222 | 20년 전 | 2595 | ||
| 221 | 20년 전 | 2277 | ||
| 220 | 20년 전 | 3666 | ||
| 219 | 20년 전 | 2063 | ||
| 218 | 20년 전 | 3552 | ||
| 217 | 20년 전 | 2469 | ||
| 216 | 20년 전 | 2896 | ||
| 215 | 20년 전 | 2205 | ||
| 214 | 20년 전 | 3324 | ||
| 213 | 20년 전 | 2909 | ||
| 212 | 20년 전 | 3040 | ||
| 211 | 20년 전 | 2137 | ||
| 210 | 20년 전 | 1869 | ||
| 209 | 20년 전 | 2333 | ||
| 208 | 20년 전 | 1961 | ||
| 207 | 20년 전 | 1666 | ||
| 206 | 20년 전 | 1848 | ||
| 205 | 20년 전 | 3938 | ||
| 204 | 20년 전 | 1668 | ||
| 203 | 20년 전 | 2001 | ||
| 202 | 20년 전 | 2343 | ||
| 201 | 20년 전 | 1814 | ||
| 200 | 20년 전 | 2942 | ||
| 199 | 20년 전 | 1997 | ||
| 198 | 20년 전 | 2077 | ||
| 197 | 20년 전 | 3641 | ||
| 196 | 20년 전 | 2965 | ||
| 195 | 20년 전 | 2084 | ||
| 194 | 20년 전 | 10227 | ||
| 193 | 20년 전 | 2235 | ||
| 192 | 20년 전 | 1580 | ||
| 191 | 20년 전 | 2650 | ||
| 190 | 20년 전 | 2281 | ||
| 189 | 20년 전 | 1671 | ||
| 188 | 20년 전 | 1464 | ||
| 187 | 20년 전 | 1894 | ||
| 186 | 20년 전 | 1694 | ||
| 185 | 20년 전 | 1728 | ||
| 184 | 20년 전 | 2326 | ||
| 183 | 20년 전 | 1538 | ||
| 182 | 20년 전 | 1473 | ||
| 181 | 20년 전 | 1612 | ||
| 180 | 20년 전 | 2708 | ||
| 179 | 20년 전 | 1787 | ||
| 178 | 20년 전 | 1841 | ||
| 177 | 20년 전 | 1967 | ||
| 176 | 20년 전 | 1791 | ||
| 175 | 20년 전 | 1863 | ||
| 174 | 20년 전 | 1685 | ||
| 173 | 20년 전 | 2053 | ||
| 172 | 20년 전 | 1774 | ||
| 171 | 20년 전 | 2551 | ||
| 170 | 20년 전 | 2257 | ||
| 169 | 20년 전 | 2537 | ||
| 168 | 20년 전 | 1464 | ||
| 167 | 20년 전 | 1564 | ||
| 166 | 20년 전 | 2140 | ||
| 165 | 20년 전 | 1603 | ||
| 164 | 20년 전 | 3748 | ||
| 163 | 20년 전 | 2641 | ||
| 162 | 20년 전 | 2063 | ||
| 161 | 20년 전 | 2768 | ||
| 160 | 20년 전 | 1714 | ||
| 159 | 20년 전 | 1590 | ||
| 158 | 20년 전 | 2543 | ||
| 157 | 20년 전 | 1470 | ||
| 156 | 20년 전 | 1713 | ||
| 155 | 20년 전 | 3222 | ||
| 154 | 20년 전 | 1877 | ||
| 153 | 20년 전 | 1607 | ||
| 152 | 20년 전 | 4933 | ||
| 151 | 20년 전 | 4560 | ||
| 150 | 20년 전 | 3499 | ||
| 149 | 20년 전 | 3770 | ||
| 148 | 20년 전 | 7050 | ||
| 147 | 20년 전 | 3534 | ||
| 146 | 20년 전 | 2599 | ||
| 145 | 20년 전 | 2597 | ||
| 144 | 20년 전 | 7158 | ||
| 143 | 20년 전 | 4582 | ||
| 142 | 20년 전 | 1889 | ||
| 141 | 20년 전 | 3244 | ||
| 140 | 20년 전 | 1944 | ||
| 139 | 20년 전 | 1537 | ||
| 138 | 20년 전 | 2288 | ||
| 137 | 20년 전 | 1767 | ||
| 136 | 20년 전 | 1443 | ||
| 135 | 20년 전 | 1778 | ||
| 134 | 20년 전 | 2958 | ||
| 133 | 20년 전 | 2429 | ||
| 132 | 20년 전 | 1702 | ||
| 131 | 20년 전 | 1629 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기