리눅스 쿼터(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 /]#
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1030 | 18년 전 | 1774 | ||
| 1029 | 18년 전 | 2204 | ||
| 1028 | 18년 전 | 2623 | ||
| 1027 | 18년 전 | 1781 | ||
| 1026 | 18년 전 | 1512 | ||
| 1025 | 18년 전 | 1528 | ||
| 1024 | 18년 전 | 1456 | ||
| 1023 | 18년 전 | 3216 | ||
| 1022 | 18년 전 | 2907 | ||
| 1021 | 18년 전 | 1664 | ||
| 1020 | 18년 전 | 3404 | ||
| 1019 | 18년 전 | 1832 | ||
| 1018 | 18년 전 | 1481 | ||
| 1017 | 18년 전 | 1941 | ||
| 1016 | 18년 전 | 2089 | ||
| 1015 | 18년 전 | 1621 | ||
| 1014 | 18년 전 | 2336 | ||
| 1013 | 18년 전 | 1991 | ||
| 1012 | 18년 전 | 1600 | ||
| 1011 | 18년 전 | 1779 | ||
| 1010 | 18년 전 | 2031 | ||
| 1009 | 18년 전 | 1790 | ||
| 1008 | 18년 전 | 1592 | ||
| 1007 | 18년 전 | 1650 | ||
| 1006 | 18년 전 | 3122 | ||
| 1005 | 18년 전 | 1986 | ||
| 1004 | 18년 전 | 1858 | ||
| 1003 | 18년 전 | 4362 | ||
| 1002 | 18년 전 | 4987 | ||
| 1001 | 18년 전 | 3154 | ||
| 1000 | 18년 전 | 2900 | ||
| 999 | 18년 전 | 3491 | ||
| 998 | 18년 전 | 2034 | ||
| 997 | 18년 전 | 2382 | ||
| 996 | 18년 전 | 2680 | ||
| 995 | 18년 전 | 2750 | ||
| 994 | 18년 전 | 2341 | ||
| 993 | 18년 전 | 1605 | ||
| 992 | 18년 전 | 3369 | ||
| 991 | 18년 전 | 1969 | ||
| 990 | 18년 전 | 2376 | ||
| 989 | 18년 전 | 2446 | ||
| 988 | 18년 전 | 2874 | ||
| 987 | 18년 전 | 5206 | ||
| 986 |
|
18년 전 | 2480 | |
| 985 |
|
18년 전 | 3323 | |
| 984 | 18년 전 | 4271 | ||
| 983 |
느낌좋은날
|
18년 전 | 2492 | |
| 982 | 18년 전 | 2457 | ||
| 981 | 18년 전 | 4031 | ||
| 980 | 18년 전 | 2744 | ||
| 979 |
Sinpre
|
19년 전 | 2982 | |
| 978 | 19년 전 | 2196 | ||
| 977 | 19년 전 | 2213 | ||
| 976 | 19년 전 | 1989 | ||
| 975 | 19년 전 | 3269 | ||
| 974 | 19년 전 | 2102 | ||
| 973 |
|
19년 전 | 2777 | |
| 972 |
|
19년 전 | 1736 | |
| 971 | 19년 전 | 5307 | ||
| 970 | 19년 전 | 3558 | ||
| 969 | 19년 전 | 4311 | ||
| 968 | 19년 전 | 3053 | ||
| 967 | 19년 전 | 2520 | ||
| 966 | 19년 전 | 3915 | ||
| 965 | 19년 전 | 2639 | ||
| 964 | 19년 전 | 2984 | ||
| 963 | 19년 전 | 2950 | ||
| 962 | 19년 전 | 4172 | ||
| 961 | 19년 전 | 3120 | ||
| 960 | 19년 전 | 3015 | ||
| 959 | 19년 전 | 3665 | ||
| 958 | 19년 전 | 2965 | ||
| 957 | 19년 전 | 2189 | ||
| 956 | 19년 전 | 2217 | ||
| 955 | 19년 전 | 2156 | ||
| 954 | 19년 전 | 2762 | ||
| 953 | 19년 전 | 2468 | ||
| 952 | 19년 전 | 3335 | ||
| 951 | 19년 전 | 3186 | ||
| 950 | 19년 전 | 1817 | ||
| 949 | 19년 전 | 2735 | ||
| 948 | 19년 전 | 7818 | ||
| 947 |
|
19년 전 | 2490 | |
| 946 |
DeepnBlue
|
19년 전 | 3096 | |
| 945 |
pearly
|
19년 전 | 2847 | |
| 944 | 19년 전 | 3010 | ||
| 943 |
|
19년 전 | 2210 | |
| 942 | 19년 전 | 2446 | ||
| 941 |
|
19년 전 | 4067 | |
| 940 | 19년 전 | 2226 | ||
| 939 |
|
19년 전 | 4215 | |
| 938 |
|
19년 전 | 2375 | |
| 937 | 19년 전 | 2071 | ||
| 936 |
|
19년 전 | 2320 | |
| 935 | 19년 전 | 1863 | ||
| 934 |
|
19년 전 | 2394 | |
| 933 | 19년 전 | 2187 | ||
| 932 |
|
19년 전 | 3059 | |
| 931 | 19년 전 | 1844 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기