리눅스 쿼터(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 /]#
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2630 |
|
15년 전 | 814 | |
| 2629 | 15년 전 | 890 | ||
| 2628 | 15년 전 | 1084 | ||
| 2627 | 15년 전 | 1775 | ||
| 2626 |
angpang
|
15년 전 | 1092 | |
| 2625 |
|
15년 전 | 1183 | |
| 2624 | 15년 전 | 957 | ||
| 2623 | 15년 전 | 897 | ||
| 2622 | 15년 전 | 1269 | ||
| 2621 | 15년 전 | 1738 | ||
| 2620 | 15년 전 | 1013 | ||
| 2619 | 15년 전 | 1347 | ||
| 2618 |
terrorboys
|
15년 전 | 1619 | |
| 2617 |
mummy
|
15년 전 | 973 | |
| 2616 | 15년 전 | 903 | ||
| 2615 |
windday
|
15년 전 | 1053 | |
| 2614 | 15년 전 | 1105 | ||
| 2613 | 15년 전 | 928 | ||
| 2612 | 15년 전 | 1198 | ||
| 2611 | 15년 전 | 1285 | ||
| 2610 | 15년 전 | 1216 | ||
| 2609 | 15년 전 | 3130 | ||
| 2608 |
DiZiNOr
|
15년 전 | 811 | |
| 2607 | 15년 전 | 1359 | ||
| 2606 |
|
15년 전 | 941 | |
| 2605 | 15년 전 | 1759 | ||
| 2604 | 15년 전 | 720 | ||
| 2603 | 15년 전 | 879 | ||
| 2602 |
bitmaster
|
15년 전 | 892 | |
| 2601 | 15년 전 | 899 | ||
| 2600 | 15년 전 | 1628 | ||
| 2599 | 15년 전 | 2935 | ||
| 2598 | 15년 전 | 2015 | ||
| 2597 | 15년 전 | 1930 | ||
| 2596 | 15년 전 | 915 | ||
| 2595 | 15년 전 | 1021 | ||
| 2594 | 15년 전 | 964 | ||
| 2593 |
순천홈페이지
|
15년 전 | 850 | |
| 2592 | 15년 전 | 1142 | ||
| 2591 | 15년 전 | 841 | ||
| 2590 | 15년 전 | 1308 | ||
| 2589 |
dannykim
|
15년 전 | 735 | |
| 2588 |
dannykim
|
15년 전 | 646 | |
| 2587 | 15년 전 | 1531 | ||
| 2586 | 15년 전 | 791 | ||
| 2585 | 15년 전 | 1236 | ||
| 2584 | 15년 전 | 1098 | ||
| 2583 | 15년 전 | 776 | ||
| 2582 | 15년 전 | 800 | ||
| 2581 | 15년 전 | 709 | ||
| 2580 |
|
15년 전 | 688 | |
| 2579 | 15년 전 | 857 | ||
| 2578 | 15년 전 | 1103 | ||
| 2577 | 15년 전 | 2271 | ||
| 2576 |
확실한방법
|
15년 전 | 875 | |
| 2575 | 15년 전 | 959 | ||
| 2574 | 15년 전 | 989 | ||
| 2573 | 15년 전 | 982 | ||
| 2572 | 15년 전 | 1055 | ||
| 2571 |
|
15년 전 | 679 | |
| 2570 | 15년 전 | 1936 | ||
| 2569 |
|
15년 전 | 769 | |
| 2568 | 15년 전 | 1581 | ||
| 2567 | 15년 전 | 732 | ||
| 2566 |
dannykim
|
15년 전 | 745 | |
| 2565 | 15년 전 | 1414 | ||
| 2564 |
기획매니아
|
15년 전 | 1036 | |
| 2563 | 15년 전 | 1321 | ||
| 2562 | 15년 전 | 1620 | ||
| 2561 | 15년 전 | 1260 | ||
| 2560 | 15년 전 | 1345 | ||
| 2559 | 15년 전 | 718 | ||
| 2558 |
|
15년 전 | 2265 | |
| 2557 | 15년 전 | 1007 | ||
| 2556 | 15년 전 | 741 | ||
| 2555 | 15년 전 | 1083 | ||
| 2554 | 15년 전 | 795 | ||
| 2553 | 15년 전 | 2037 | ||
| 2552 | 15년 전 | 1077 | ||
| 2551 | 15년 전 | 903 | ||
| 2550 |
|
15년 전 | 992 | |
| 2549 | 15년 전 | 945 | ||
| 2548 |
|
15년 전 | 961 | |
| 2547 |
|
15년 전 | 1035 | |
| 2546 | 15년 전 | 541 | ||
| 2545 | 15년 전 | 465 | ||
| 2544 | 15년 전 | 433 | ||
| 2543 | 15년 전 | 1138 | ||
| 2542 |
|
15년 전 | 943 | |
| 2541 | 15년 전 | 795 | ||
| 2540 | 15년 전 | 791 | ||
| 2539 | 15년 전 | 1190 | ||
| 2538 | 15년 전 | 3196 | ||
| 2537 | 15년 전 | 1061 | ||
| 2536 |
|
15년 전 | 1862 | |
| 2535 | 15년 전 | 1128 | ||
| 2534 |
|
15년 전 | 946 | |
| 2533 | 15년 전 | 2591 | ||
| 2532 | 15년 전 | 1592 | ||
| 2531 |
|
15년 전 | 2498 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기