유틸리티 개념이다.
raid 도 그래
quota.user
quaota.group
quotacheck -avug --> 사용자/그룹과 관련된 내용을 출력해라
quaotaon 시작
quotaoff 종료
repquota : 리포트 : -a
edquota - t (edit)
edquota -u 사용자 : 특정 계정에 영량 제한
filesystem
block
inodes ---> 파일의 갯순데 요즘은 잘 안써요
mkdir -p /share/ㅌ
UUID=2109d20c-d251-4938-b1e0-7e18280f4afe /share/raid0 ext4 defaults 0 0
quota home dirextory sini degistirdik
/ etc /passwd
UUID=2109d20c-d251-4938-b1e0-7e18280f4afe /share/mnt ext4 defaults 0 0
,usrjquota=aquota.user,jqfmt=vfsv0 1 2 사용자
,grpquota,
UUID=2109d20c-d251-4938-b1e0-7e18280f4afe /share/mnt ext4 defaults,usrjquota=aquota.user,jqfmt=vfsv0 1 2
mount --options remount /share/mnt ---> 재부팅 없이 리마운트 시켜줘
[root@localhost ~]# quotacheck -avug
quotacheck: Scanning /dev/md5 [/share/mnt] done
quotacheck: Cannot stat old user quota file /share/mnt/aquota.user: 그런 파일이나 디렉터리가 없습니다. Usage will not be subtracted.
quotacheck: Old group file name could not been determined. Usage will not be subtracted.
quotacheck: Checked 3 directories and 0 files
quotacheck: Old file not found.
quotacheck: Skipping 192.168.0.182:/share/jin [/share/nfs]
[root@localhost ~]#
에러가 나네요 ㅜㅜ
[root@localhost share]# cd mnt/
[root@localhost mnt]# ls
aquota.user lost+found
[root@localhost mnt]#
aquota user 파일이 생성 되었어요
시나리오
edquota -u quota
[root@localhost mnt]# quotaon -avug
/dev/md5 [/share/mnt]: user quotas turned on
[root@localhost mnt]#
[root@localhost mnt]# quota -v quota
Disk quotas for user quota (uid 1008):
Filesystem blocks quota limit grace files quota limit grace
/dev/md5 0 1024 10240 0 0 0
[root@localhost mnt]#
ftp 키고
[root@localhost mnt]# cd ..
[root@localhost share]# ll
합계 1
drwxr-xr-x 3 root root 1024 6월 22 10:36 mnt
drwxr-xrwx 2 root root 32 6월 20 16:41 nfs
drwxr-xr-x 2 root root 6 6월 21 13:38 raid0
drwxr-xr-x 2 root root 6 6월 21 13:38 raid1
drwxr-xr-x 2 root root 6 6월 21 14:21 sdb0_mount
drwxr-xr-x 2 root root 23 6월 21 11:09 sdb1_mount
drwxr-xr-x 2 ferhan1 ferhan1 6 6월 20 10:27 smb
[root@localhost share]# chown quota:quota mnt
[root@localhost share]#
사용자들을 각각 limit 따로 하거나
그룹 만들어서 그룹에 넣던지
/home 디렉터리를
blog tarzi seylerde kendi
'RHEL' 카테고리의 다른 글
centOS-7 기본 (0) | 2023.06.26 |
---|---|
RAID (0) | 2023.06.21 |
phpmyadmin (0) | 2023.06.21 |