리눅스 쿼터(quata)설정 및 설명
디스크 쿼터
1)커널에서 쿼터 지원여부 확인
[root@netdosapro44 ~]# cat /var/log/dmesg | grep quota
VFS: Disk quotas dquot_6.5.1
2)/etc/fstab에 쿼터 옵션 추가
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults.usrquota 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/home /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/usr1 /usr ext3 defaults 1 2
LABEL=/var1 /var ext3 defaults 1 2
LABEL=SWAP-hda11 swap swap defaults 0 0
/dev/hdc /media/cdrom auto pamconsole,ro,exec,noauto,managed 0 0
3)쿼터 파티션 재설정
[root@netdosapro44 ~]# mount -o remount /
[root@netdosapro44 ~]# mount
/dev/hda10 on / type ext3 (rw,usrquota)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda7 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
/dev/hda13 on /home type ext3 (rw)
/dev/hda12 on /tmp type ext3 (rw)
/dev/hda8 on /usr type ext3 (rw)
/dev/hda9 on /var type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
[root@netdosapro44 ~]#
4)쿼터 데이터베이스 파일 만들기 및 퍼미션 추가
[root@netdosapro44 ~]# touch /aquota.user
[root@netdosapro44 ~]# cd /
[root@netdosapro44 /]# chmod 600 /aquota.user
[root@netdosapro44 /]#
5)쿼터 상태 체크
[root@netdosapro44 /]# quotacheck -avugm
quotacheck: WARNING - Quotafile //aquota.user was probably truncated. Can't save quota settings...
quotacheck: Scanning /dev/hda10 [/] quotacheck: Old group file not found. Usage will not be substracted.
done
quotacheck: Checked 3910 directories and 10070 files
6)쿼터 활성화
root@netdosapro44 /]# quotaon /
7)계정 용량 제한하기
[root@netdosapro44 /]# adduser soul1
[root@netdosapro44 /]# ls /home
lost+found pcs soul soul1
[root@netdosapro44 /]# edquota soul1
Disk quotas for user soul1 (uid 502):
Filesystem blocks soft hard inodes soft hard
/dev/hda10 0 0 0 0 0 0
(참고)
blocks : 현제 사용자가 사용 중인 총 블럭수 (용량)
soft : 사용자가 실제로 사용할수 있는 계정용량
hard : 하드로 할당된 용량 범위 내까지 소프트 용량을 사용할수 있게 함
inodes : 총 파일의 갯수
8)유예 기간(grace period)
Grace period before enforcing soft limits for users:
Time units may be: days, hours, minutes, or seconds
Filesystem Block grace period Inode grace period
/dev/hda10 7days 7days
~
9)쿼터 설정 사용 확인
[root@netdosapro44 /]# repquota -a
*** Report for user quotas on device /dev/hda10
Block grace time: 7days; Inode grace time: 7days
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
root -- 282620 0 0 13949 0 0
news -- 388 0 0 28 0 0
rpm -- 84 0 0 1 0 0
10) 사용자 자신 쿼터 용량 확인
[root@netdosapro44 /]# su soul1
[soul1@netdosapro44 /]$ quota
Disk quotas for user soul1 (uid 502): none
[soul1@netdosapro44 /]$
11)쿼터 설정을 다른 사용자와 동일하게 설정하기
-soul2 를 soul1 처럼 용량 설정
[root@netdosapro44 /]# edquota -p soul1 soul2
[root@netdosapro44 /]# repquota -a
*** Report for user quotas on device /dev/hda10
Block grace time: 7days; Inode grace time: 7days
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
root -- 282620 0 0 13949 0 0
news -- 388 0 0 28 0 0
rpm -- 84 0 0 1 0 0
[root@netdosapro44 /]#
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1530 |
1111111
|
18년 전 | 1963 | |
| 1529 |
행복속네잎크로버
|
18년 전 | 3462 | |
| 1528 |
행복속네잎크로버
|
18년 전 | 1843 | |
| 1527 |
1111111
|
18년 전 | 7643 | |
| 1526 |
1111111
|
18년 전 | 3285 | |
| 1525 |
행복속네잎크로버
|
18년 전 | 1269 | |
| 1524 |
행복속네잎크로버
|
18년 전 | 2303 | |
| 1523 |
행복속네잎크로버
|
18년 전 | 3506 | |
| 1522 |
행복속네잎크로버
|
18년 전 | 2361 | |
| 1521 |
행복속네잎크로버
|
18년 전 | 2139 | |
| 1520 |
행복속네잎크로버
|
18년 전 | 2762 | |
| 1519 |
행복속네잎크로버
|
18년 전 | 3721 | |
| 1518 |
행복속네잎크로버
|
18년 전 | 3484 | |
| 1517 |
행복속네잎크로버
|
18년 전 | 2567 | |
| 1516 |
행복속네잎크로버
|
18년 전 | 1916 | |
| 1515 |
행복속네잎크로버
|
18년 전 | 1935 | |
| 1514 |
행복속네잎크로버
|
18년 전 | 2512 | |
| 1513 |
행복속네잎크로버
|
18년 전 | 1987 | |
| 1512 | 18년 전 | 2876 | ||
| 1511 | 18년 전 | 1665 | ||
| 1510 | 18년 전 | 2208 | ||
| 1509 | 18년 전 | 1685 | ||
| 1508 | 18년 전 | 2138 | ||
| 1507 | 18년 전 | 2358 | ||
| 1506 | 18년 전 | 2296 | ||
| 1505 | 18년 전 | 2247 | ||
| 1504 | 18년 전 | 2177 | ||
| 1503 | 18년 전 | 3487 | ||
| 1502 | 18년 전 | 1668 | ||
| 1501 | 18년 전 | 3441 | ||
| 1500 | 18년 전 | 2025 | ||
| 1499 | 18년 전 | 5294 | ||
| 1498 | 18년 전 | 2157 | ||
| 1497 |
hsp1980
|
18년 전 | 2339 | |
| 1496 |
hsp1980
|
18년 전 | 1726 | |
| 1495 |
hsp1980
|
18년 전 | 2133 | |
| 1494 |
hsp1980
|
18년 전 | 3649 | |
| 1493 | 18년 전 | 1501 | ||
| 1492 | 18년 전 | 1745 | ||
| 1491 | 18년 전 | 4320 | ||
| 1490 | 18년 전 | 3707 | ||
| 1489 | 18년 전 | 3264 | ||
| 1488 | 18년 전 | 3366 | ||
| 1487 |
mixdesign
|
18년 전 | 3868 | |
| 1486 |
mixdesign
|
18년 전 | 4326 | |
| 1485 | 18년 전 | 4250 | ||
| 1484 | 18년 전 | 2700 | ||
| 1483 |
hsp1980
|
18년 전 | 2309 | |
| 1482 |
hsp1980
|
18년 전 | 3247 | |
| 1481 |
hsp1980
|
18년 전 | 3163 | |
| 1480 |
hsp1980
|
18년 전 | 3317 | |
| 1479 | 18년 전 | 3256 | ||
| 1478 |
|
18년 전 | 4921 | |
| 1477 |
|
18년 전 | 5209 | |
| 1476 | 18년 전 | 3407 | ||
| 1475 |
mixdesign
|
18년 전 | 2721 | |
| 1474 |
mixdesign
|
18년 전 | 2939 | |
| 1473 |
mixdesign
|
18년 전 | 2267 | |
| 1472 |
mixdesign
|
18년 전 | 2085 | |
| 1471 |
mixdesign
|
18년 전 | 2040 | |
| 1470 |
|
18년 전 | 3073 | |
| 1469 |
mixdesign
|
18년 전 | 2355 | |
| 1468 |
mixdesign
|
18년 전 | 2378 | |
| 1467 |
mixdesign
|
18년 전 | 2057 | |
| 1466 |
mixdesign
|
18년 전 | 2421 | |
| 1465 |
mixdesign
|
18년 전 | 3156 | |
| 1464 | 18년 전 | 4083 | ||
| 1463 | 18년 전 | 3374 | ||
| 1462 |
|
18년 전 | 1998 | |
| 1461 |
|
18년 전 | 1942 | |
| 1460 | 18년 전 | 2857 | ||
| 1459 | 18년 전 | 1655 | ||
| 1458 |
|
18년 전 | 2006 | |
| 1457 |
mixdesign
|
18년 전 | 2301 | |
| 1456 |
mixdesign
|
18년 전 | 2166 | |
| 1455 | 18년 전 | 2271 | ||
| 1454 | 18년 전 | 4040 | ||
| 1453 | 18년 전 | 1778 | ||
| 1452 | 18년 전 | 4397 | ||
| 1451 | 18년 전 | 2928 | ||
| 1450 | 18년 전 | 2221 | ||
| 1449 | 18년 전 | 3267 | ||
| 1448 | 18년 전 | 2899 | ||
| 1447 | 18년 전 | 2825 | ||
| 1446 | 18년 전 | 5637 | ||
| 1445 | 18년 전 | 2295 | ||
| 1444 | 18년 전 | 3410 | ||
| 1443 |
|
18년 전 | 3328 | |
| 1442 | 18년 전 | 3716 | ||
| 1441 | 18년 전 | 3268 | ||
| 1440 | 18년 전 | 2445 | ||
| 1439 | 18년 전 | 2091 | ||
| 1438 | 18년 전 | 2543 | ||
| 1437 | 18년 전 | 6112 | ||
| 1436 | 18년 전 | 2734 | ||
| 1435 | 18년 전 | 4547 | ||
| 1434 | 18년 전 | 2047 | ||
| 1433 | 18년 전 | 10036 | ||
| 1432 | 18년 전 | 2481 | ||
| 1431 |
Psychedelico
|
18년 전 | 1546 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기