리눅스 쿼터(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 /]#
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7730 | 10년 전 | 1312 | ||
| 7729 | 10년 전 | 1156 | ||
| 7728 |
잘살아보자
|
10년 전 | 607 | |
| 7727 |
잘살아보자
|
10년 전 | 504 | |
| 7726 |
잘살아보자
|
10년 전 | 834 | |
| 7725 |
잘살아보자
|
10년 전 | 565 | |
| 7724 |
잘살아보자
|
10년 전 | 474 | |
| 7723 |
잘살아보자
|
10년 전 | 539 | |
| 7722 |
잘살아보자
|
10년 전 | 483 | |
| 7721 |
잘살아보자
|
10년 전 | 513 | |
| 7720 |
잘살아보자
|
10년 전 | 472 | |
| 7719 |
비긴어게인
|
10년 전 | 694 | |
| 7718 |
|
10년 전 | 2543 | |
| 7717 |
잘살아보자
|
10년 전 | 658 | |
| 7716 |
잘살아보자
|
10년 전 | 408 | |
| 7715 |
잘살아보자
|
10년 전 | 435 | |
| 7714 |
잘살아보자
|
10년 전 | 504 | |
| 7713 | 10년 전 | 1790 | ||
| 7712 | 10년 전 | 1719 | ||
| 7711 | 10년 전 | 1107 | ||
| 7710 | 10년 전 | 1406 | ||
| 7709 | 10년 전 | 1525 | ||
| 7708 | 10년 전 | 1463 | ||
| 7707 | 10년 전 | 860 | ||
| 7706 |
별지기천사
|
10년 전 | 575 | |
| 7705 | 10년 전 | 1083 | ||
| 7704 |
ICONdesignstudio
|
10년 전 | 628 | |
| 7703 | 10년 전 | 597 | ||
| 7702 |
|
10년 전 | 734 | |
| 7701 | 10년 전 | 1424 | ||
| 7700 | 10년 전 | 1113 | ||
| 7699 | 10년 전 | 584 | ||
| 7698 | 10년 전 | 1149 | ||
| 7697 | 10년 전 | 5171 | ||
| 7696 | 10년 전 | 664 | ||
| 7695 | 10년 전 | 1690 | ||
| 7694 | 10년 전 | 1068 | ||
| 7693 | 10년 전 | 1561 | ||
| 7692 | 10년 전 | 1303 | ||
| 7691 | 10년 전 | 829 | ||
| 7690 | 10년 전 | 1394 | ||
| 7689 | 10년 전 | 1022 | ||
| 7688 | 10년 전 | 623 | ||
| 7687 |
파랑새1597
|
10년 전 | 603 | |
| 7686 | 10년 전 | 861 | ||
| 7685 | 10년 전 | 1347 | ||
| 7684 | 10년 전 | 804 | ||
| 7683 | 10년 전 | 1107 | ||
| 7682 | 10년 전 | 1033 | ||
| 7681 | 10년 전 | 673 | ||
| 7680 | 10년 전 | 994 | ||
| 7679 | 10년 전 | 512 | ||
| 7678 | 10년 전 | 746 | ||
| 7677 | 10년 전 | 646 | ||
| 7676 |
|
10년 전 | 951 | |
| 7675 |
|
10년 전 | 1182 | |
| 7674 | 10년 전 | 1056 | ||
| 7673 | 10년 전 | 758 | ||
| 7672 | 10년 전 | 1095 | ||
| 7671 | 10년 전 | 895 | ||
| 7670 | 10년 전 | 666 | ||
| 7669 |
mashmellow
|
10년 전 | 1236 | |
| 7668 | 10년 전 | 725 | ||
| 7667 | 10년 전 | 1019 | ||
| 7666 |
senseme
|
10년 전 | 662 | |
| 7665 | 10년 전 | 518 | ||
| 7664 | 10년 전 | 1901 | ||
| 7663 |
mixx애교
|
10년 전 | 985 | |
| 7662 | 10년 전 | 1047 | ||
| 7661 |
hkhkah
|
10년 전 | 798 | |
| 7660 | 10년 전 | 1075 | ||
| 7659 |
커네드커네드
|
10년 전 | 939 | |
| 7658 |
바람돌이팡
|
10년 전 | 680 | |
| 7657 | 10년 전 | 1170 | ||
| 7656 | 10년 전 | 1582 | ||
| 7655 | 10년 전 | 1000 | ||
| 7654 |
개발짜증나
|
10년 전 | 864 | |
| 7653 |
네이비칼라
|
10년 전 | 885 | |
| 7652 |
밥먹고합시다
|
10년 전 | 815 | |
| 7651 |
플라이SINJI
|
10년 전 | 1515 | |
| 7650 |
개발짜증나
|
10년 전 | 1425 | |
| 7649 | 10년 전 | 456 | ||
| 7648 |
이미영ㅇㅇ
|
10년 전 | 872 | |
| 7647 | 10년 전 | 445 | ||
| 7646 | 10년 전 | 817 | ||
| 7645 | 10년 전 | 2327 | ||
| 7644 | 10년 전 | 825 | ||
| 7643 |
|
10년 전 | 2875 | |
| 7642 | 10년 전 | 1518 | ||
| 7641 | 10년 전 | 1144 | ||
| 7640 |
개발짜증나
|
10년 전 | 478 | |
| 7639 |
|
10년 전 | 818 | |
| 7638 |
개발짜증나
|
10년 전 | 1139 | |
| 7637 | 10년 전 | 1558 | ||
| 7636 | 10년 전 | 2918 | ||
| 7635 | 10년 전 | 1701 | ||
| 7634 | 10년 전 | 1890 | ||
| 7633 | 10년 전 | 2348 | ||
| 7632 | 10년 전 | 3956 | ||
| 7631 |
|
10년 전 | 1544 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기