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

建立qtree

貢獻者

您可以建立 qtree 來包含資料、並使用來指定其內容 volume qtree create 命令。

開始之前
  • SVM和將要包含新qtree的Volume必須已經存在。

  • SVM安全樣式必須為NTFS、且SMB必須設定並執行。

步驟
  1. 建立qtree: volume qtree create -vserver vserver_name { -volume volume_name -qtree qtree_name | -qtree-path qtree path } -security-style ntfs

    您可以將 Volume 和 qtree 指定為個別的引數、或以格式指定 qtree 路徑引數 /vol/volume_name/_qtree_name

  2. 確認qtree是以所需的交會路徑建立: volume qtree show -vserver vserver_name { -volume volume_name -qtree qtree_name | -qtree-path qtree path }

範例

以下範例建立一個 qtree 、名稱為 qt01 、位於 SVM vs1.example.com 上、具有交會路徑 /vol/data1

cluster1::> volume qtree create -vserver vs1.example.com -qtree-path /vol/data1/qt01 -security-style ntfs
[Job 1642] Job succeeded: Successful

cluster1::> volume qtree show -vserver vs1.example.com -qtree-path /vol/data1/qt01

                      Vserver Name: vs1.example.com
                       Volume Name: data1
                        Qtree Name: qt01
  Actual (Non-Junction) Qtree Path: /vol/data1/qt01
                    Security Style: ntfs
                       Oplock Mode: enable
                  Unix Permissions: ---rwxr-xr-x
                          Qtree Id: 2
                      Qtree Status: normal
                     Export Policy: default
        Is Export Policy Inherited: true