»
遊客:
加入
|
登入
(帳號有問題請連絡TWed2k@gmail.com)
TWed2k
»
Linux交流
»
[教學][RHEL] Quota
» 發表回覆
發表回覆
Discuz! 代碼
提示插入
直接插入
說明訊息
- 字體 -
細明體
黑體
Arial
Book Antiqua
Century Gothic
Courier New
Georgia
Impact
Tahoma
Times New Roman
Verdana
- 字號 -
-2
-1
1
2
3
4
5
6
- 顏色 -
White
Black
Red
Yellow
Pink
Green
Orange
Purple
Blue
Beige
Brown
Teal
Navy
Maroon
LimeGreen
符號
,
、
。
.
?
!
~
$
%
@
&
#
*
‧
;
︰
…
‥
﹐
﹒
˙
·
﹔
﹕
‘
’
“
”
〝
〞
‵
′
〃
├
─
┼
┴
┬
┤
┌
┐
╞
═
╪
╡
│
▕
└
┘
╭
╮
╰
╯
╔
╦
╗
╠
═
╬
╣
╓
╥
╖
╒
╤
╕
║
╚
╩
╝
╟
╫
╢
╙
╨
╜
╞
╪
╡
╘
╧
╛
_
ˍ
▁
▂
▃
▄
▅
▆
▇
█
▏
▎
▍
▌
▋
▊
▉
◢
◣
◥
◤
﹣
﹦
≡
|
∣
∥
–
︱
—
︳
╴
¯
 ̄
﹉
﹊
﹍
﹎
﹋
﹌
﹏\
︴
∕
﹨
╱
╲
↑
↓
←
→
↖
↗
↙
↘
㊣
◎
○
●
⊕
⊙
○
●
△
▲
☆
★
◇
◆
□
■
▽
▼
§
¥
〒
¢
£
※
♀
♂
〔
〕
【
】
《
》
(
)
{
}
﹙
﹚
『
』
﹛
﹜
﹝
﹞
<
>
≦
≧
﹤
﹥
「
」
︵
︶
︷
︸
︹
︺
︻
︼
︽
︾
〈
〉
︿
﹀
∩
∪
﹁
﹂
﹃
﹄
Α
Β
Γ
Δ
Ε
Ζ
Η
Θ
Ι
Κ
Λ
Μ
Ν
Ξ
Ο
Π
Ρ
Σ
Τ
Υ
Φ
Χ
Ψ
Ω
α\
β
γ
δ
ε
ζ
η
θ
ι
κ
λ
μ
ν
ξ
ο
π
ρ
σ
τ
υ
φ
χ
ψ
ω
ㄩ
˙
ˊ
ˇ
ˋ
╳
+
﹢
-
×
÷
=
≠
≒
∞
ˇ
±
√
⊥
∠
∟
⊿
㏒
㏑
∫
∮
∵
∴
添加文字底框
內容
[字數檢查]
:
表情符號
更多 Smilies
字型大小
小
|
中
|
大
|
巨
溫馨提示:本區開放遊客瀏覽。
儲存草稿
|
恢復草稿
|
...
文章關鍵字 :
[
功能說明
]
(關鍵字可加強搜索準確性, 如關鍵字多於一組, 請以
,
作分隔, e.g. : 阿笨,shiuh,第一笨)
關閉 URL 識別 | html 禁用
關閉
表情符號
|
表情符號
可用
關閉
Discuz! 代碼
|
Discuz! 代碼
可用
使用個人簽名
接收新回覆信件通知
推薦放檔網絡空間
檔案(Torent, zip等)
freedl
multiupload
btghost
便當狗
mediafire
pillowangel
圖片(JPG, GIF等)
hotimg
tinypic
mousems2
imageshack
imm.io
>>>
歡迎推薦好用空間
最新10篇文章回顧
ispeter
發表於 2005-12-17 02:57 PM
此文章來自 ispeter , 請勿轉載 !!
[教學][RHEL] Quota
參考資料:
http://linux.vbird.org/linux_basic/0420quota.php
指令說明:
quotacheck
(建立Partition 的 Quota 設定檔)
# quotacheck [-auvg] <Partition Path>
-g
:掃瞄群組使用的檔案與目錄
-u
:掃瞄使用者的檔案與目錄
-v
:顯示掃瞄過程
-a
:掃瞄所有在 /etc/mtab 裡頭已經 mount 的具有 quota 支援的磁碟
-m
:強制進行 quotacheck
新增 User Quota
# edquota [-u user] [-g group] [-t]
-g
:編輯 group 的 quota
-u
:編輯 user 的 quota
-t
:編輯寬限時間(就是超過 quota 值後,還能使用硬碟的寬限期限)
-p
:copy 範本(以建立好的使用者或群組)到另一個使用者(或群組)
單位:
Kbytes
CODE:
[Copy to clipboard]
Disk quotas for user root (uid 0):
Filesystem blocks soft hard inodes soft hard
/dev/sda5 25 0 0 3 0 0
左邊的 soft、hard
:限制檔案的大小
右邊的 soft、hard
:限制檔案的數量
soft
:超過此容量,會警告使用者
soft
:超過此容量,會警告使用者
hard
:『絕對不能超過』的容量
顯示 User Quota
# quota [-guvs] [user,group]
-g
:顯示 group 群組
-u
:顯示 user
-v
:顯示 quota 的值
-s
:選擇 inod 或 硬碟空間來顯示
Quota on / off
# quotaoff -a
停止所有 Partition 的 Quota
# quotaon -a
啟動所有 Partition 的 Quota
建置步驟 / 範例:
新增 Partition
# parted /dev/sda print
# parted /dev/sda mkpart extended
# parted /dev/sda mkpart logical ext3 9820 9920
# mkfs -j /dev/sda5
# dumpe2fs /dev/sda5 | more
Mount Quota Partition
用其中一個方法便可:
修改 "/etc/fstab"
# mk /mnt/sda5
# vi /etc/fstab
CODE:
[Copy to clipboard]
/dev/sda5 /mnt/sda5 ext3 defaults,usrquota,grpquota 0 0
# mount -a
直接 Mount 進來
# mount /dev/sda5 /mnt/sda5 -t ext3 -o remount,usrquota,grpquota
建立 Quota 的設定檔
# quotacheck -uvg /mnt/sda5
會在 "/mnt/sda5" Partition 下產生 "aquota.group"、"aquota.user" 這兩個設定檔案。
設定 User "u1" 的 Quota
# edquota -u u1
CODE:
[Copy to clipboard]
Disk quotas for user root (uid 0):
Filesystem blocks soft hard inodes soft hard
/dev/sda5 25 10240 10240 3 0 0
設定 u1 的 Quota 為 10240 KBytes
觀察目前 User "u1" 的 Quota 設定
# quota -uv u1
所在時區為 GMT+8, 現在時間是 2024-11-22 01:10 AM
清除 Cookies
-
連絡我們
-
TWed2k
© 2001-2046
-
純文字版
-
說明
Discuz!
0.1
| Processed in 0.018761 second(s), 6 queries , Qzip disabled