Skip to main content
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

使用配額報告來判斷哪些配額限制寫入特定檔案

貢獻者

您可以使用磁碟區配額報告命令搭配特定檔案路徑、來判斷哪些配額限制會影響檔案的寫入作業。這有助於您瞭解哪些配額會妨礙寫入作業。

步驟
  1. 使用volume quota report命令搭配-path參數。

顯示影響特定檔案的配額範例

下列範例顯示命令和輸出、以判斷哪些配額對FlexVol 位於「示例」Volume vol2中qtree Q1的檔案檔案檔案1有效:

cluster1:> volume quota report -vserver vs0 -volume vol2 -path /vol/vol2/q1/file1
Virtual Server: vs0
                                    ----Disk----  ----Files-----   Quota
Volume   Tree      Type    ID        Used  Limit    Used   Limit   Specifier
-------  --------  ------  -------  -----  -----  ------  ------   ---------
vol2     q1        tree    jsmith     1MB  100MB       2   10000   q1
vol2     q1        group   eng        1MB  700MB       2   70000
vol2               group   eng        1MB  700MB       6   70000   *
vol2               user    corp\jsmith
                                      1MB   50MB       1       -   *
vol2     q1        user    corp\jsmith
                                      1MB   50MB       1       -
5 entries were displayed.