리눅스 쿼터(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 /]#
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 10년 전 | 445 | ||
| 7829 |
|
10년 전 | 630 | |
| 7828 | 10년 전 | 556 | ||
| 7827 | 10년 전 | 453 | ||
| 7826 | 10년 전 | 461 | ||
| 7825 | 10년 전 | 504 | ||
| 7824 | 10년 전 | 467 | ||
| 7823 | 10년 전 | 409 | ||
| 7822 | 10년 전 | 383 | ||
| 7821 | 10년 전 | 327 | ||
| 7820 | 10년 전 | 360 | ||
| 7819 |
|
10년 전 | 760 | |
| 7818 | 10년 전 | 408 | ||
| 7817 | 10년 전 | 559 | ||
| 7816 | 10년 전 | 427 | ||
| 7815 | 10년 전 | 623 | ||
| 7814 | 10년 전 | 459 | ||
| 7813 | 10년 전 | 409 | ||
| 7812 | 10년 전 | 423 | ||
| 7811 | 10년 전 | 408 | ||
| 7810 | 10년 전 | 597 | ||
| 7809 | 10년 전 | 527 | ||
| 7808 | 10년 전 | 409 | ||
| 7807 | 10년 전 | 429 | ||
| 7806 |
프로그래머7
|
10년 전 | 1353 | |
| 7805 | 10년 전 | 1295 | ||
| 7804 |
zahir1312
|
10년 전 | 793 | |
| 7803 |
|
10년 전 | 1395 | |
| 7802 | 10년 전 | 487 | ||
| 7801 | 10년 전 | 879 | ||
| 7800 | 10년 전 | 1096 | ||
| 7799 | 10년 전 | 580 | ||
| 7798 | 10년 전 | 532 | ||
| 7797 | 10년 전 | 541 | ||
| 7796 | 10년 전 | 382 | ||
| 7795 | 10년 전 | 535 | ||
| 7794 | 10년 전 | 578 | ||
| 7793 | 10년 전 | 1077 | ||
| 7792 | 10년 전 | 496 | ||
| 7791 | 10년 전 | 580 | ||
| 7790 | 10년 전 | 523 | ||
| 7789 |
fbastore
|
10년 전 | 1467 | |
| 7788 | 10년 전 | 572 | ||
| 7787 | 10년 전 | 429 | ||
| 7786 | 10년 전 | 624 | ||
| 7785 | 10년 전 | 612 | ||
| 7784 | 10년 전 | 668 | ||
| 7783 | 10년 전 | 480 | ||
| 7782 | 10년 전 | 514 | ||
| 7781 | 10년 전 | 918 | ||
| 7780 | 10년 전 | 838 | ||
| 7779 | 10년 전 | 789 | ||
| 7778 | 10년 전 | 375 | ||
| 7777 | 10년 전 | 485 | ||
| 7776 | 10년 전 | 482 | ||
| 7775 | 10년 전 | 422 | ||
| 7774 | 10년 전 | 640 | ||
| 7773 | 10년 전 | 396 | ||
| 7772 | 10년 전 | 757 | ||
| 7771 | 10년 전 | 414 | ||
| 7770 | 10년 전 | 658 | ||
| 7769 | 10년 전 | 412 | ||
| 7768 | 10년 전 | 631 | ||
| 7767 | 10년 전 | 1195 | ||
| 7766 | 10년 전 | 517 | ||
| 7765 | 10년 전 | 564 | ||
| 7764 |
잘살아보자
|
10년 전 | 419 | |
| 7763 |
|
10년 전 | 1485 | |
| 7762 |
Tosea
|
10년 전 | 1079 | |
| 7761 | 10년 전 | 671 | ||
| 7760 |
잘살아보자
|
10년 전 | 715 | |
| 7759 |
잘살아보자
|
10년 전 | 555 | |
| 7758 |
잘살아보자
|
10년 전 | 619 | |
| 7757 | 10년 전 | 1262 | ||
| 7756 |
ITBANK
|
10년 전 | 1273 | |
| 7755 | 10년 전 | 1939 | ||
| 7754 | 10년 전 | 1082 | ||
| 7753 | 10년 전 | 900 | ||
| 7752 | 10년 전 | 1412 | ||
| 7751 |
잘살아보자
|
10년 전 | 557 | |
| 7750 |
잘살아보자
|
10년 전 | 493 | |
| 7749 |
잘살아보자
|
10년 전 | 513 | |
| 7748 |
잘살아보자
|
10년 전 | 535 | |
| 7747 |
잘살아보자
|
10년 전 | 613 | |
| 7746 |
잘살아보자
|
10년 전 | 692 | |
| 7745 |
잘살아보자
|
10년 전 | 931 | |
| 7744 |
잘살아보자
|
10년 전 | 433 | |
| 7743 | 10년 전 | 961 | ||
| 7742 |
starbros
|
10년 전 | 855 | |
| 7741 |
잘살아보자
|
10년 전 | 693 | |
| 7740 |
잘살아보자
|
10년 전 | 573 | |
| 7739 |
잘살아보자
|
10년 전 | 477 | |
| 7738 |
잘살아보자
|
10년 전 | 554 | |
| 7737 |
잘살아보자
|
10년 전 | 528 | |
| 7736 |
잘살아보자
|
10년 전 | 545 | |
| 7735 |
잘살아보자
|
10년 전 | 881 | |
| 7734 |
잘살아보자
|
10년 전 | 442 | |
| 7733 |
잘살아보자
|
10년 전 | 555 | |
| 7732 |
잘살아보자
|
10년 전 | 719 | |
| 7731 |
잘살아보자
|
10년 전 | 636 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기