Skip to content

Commit

Permalink
Update Shares Articles - Master
Browse files Browse the repository at this point in the history
This PR adds the FileExplorerFolderIcon.md snippet to the SMB and NFS shares UI ref, tutorials, and SetUpSharing.md article in the Master branch.
  • Loading branch information
micjohnson777 committed Mar 29, 2024
1 parent e3dbbac commit 223b98f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/SCALE/GettingStarted/Configure/SetUpSharing.md
Expand Up @@ -65,7 +65,9 @@ To set up a basic SMB share:
Continue expanding until reaching the dataset where you want to add the share dataset.
Click on the dataset to populate the field with the full path.

{{< trueimage src="/images/SCALE/Shares/AddSMBPath.png" alt="Add SMB Path" id="Add SMB Path" >}}
{{< trueimage src="/images/SCALE/Shares/AddSMBPath.png" alt="Add SMB Path" id="Add SMB Path" >}}

{{< include file="/static/includes/FileExplorerFolderIcons.md" >}}

c. Click **Create Dataset**, enter a name in the **Create Dataset** dialog, then click **Create**.
The system creates the share dataset and populates both the **Path** and share **Name** fields with the name given the dataset.
Expand Down Expand Up @@ -129,6 +131,8 @@ To set up NFS sharing:

{{< trueimage src="/images/SCALE/Shares/AddNFSSharePath.png" alt="Add NFS Share Path" id="Add NFS Share Path" >}}

{{< include file="/static/includes/FileExplorerFolderIcons.md" >}}

c. Click **Create Dataset**, enter a name in the **Create Dataset** dialog, then click **Create**.
The system creates the share dataset and populates both the **Path** and share **Name** fields with the name given the dataset.
The dataset name becomes the share name.
Expand Down
2 changes: 2 additions & 0 deletions content/SCALE/SCALETutorials/Shares/AddingNFSShares.md
Expand Up @@ -45,6 +45,8 @@ Go to **Shares > Unix (NFS) Shares** and click **Add** to open the **Add NFS Sha

Enter the path or use the <span class="material-icons">arrow_right</span> icon to the left of **<span class="material-icons">folder</span>/mnt** to locate the dataset and populate the path.

{{< include file="/static/includes/FileExplorerFolderIcons.md" >}}

Click **Create Dataset**, enter a name for the dataset and click **Create**.
The system creates the dataset optimized for an NFS share, and populates the share **Name** and updates the **Path** with the dataset name.
The dataset name is the share name.
Expand Down
2 changes: 2 additions & 0 deletions content/SCALE/SCALETutorials/Shares/SMB/_index.md
Expand Up @@ -118,6 +118,8 @@ To create a basic Windows SMB share and a dataset, go to **Shares** and click **

1. Enter or browse to select SMB share mount path (parent dataset where you want to add a dataset for this share) to populate the **Path** field.
The **Path** is the directory tree on the local file system that TrueNAS exports over the SMB protocol.

{{< include file="/static/includes/FileExplorerFolderIcons.md" >}}

2. Click **Create Dataset**. Enter the name for the share dataset in the **Create Dataset** dialog, then click **Create**.
The system creates the new dataset.
Expand Down
1 change: 1 addition & 0 deletions content/SCALE/SCALEUIReference/Shares/NFSSharesScreens.md
Expand Up @@ -73,6 +73,7 @@ The **Basic Options** settings display by default and also show in the **Advance

{{< trueimage src="/images/SCALE/Shares/AddNFSScreen.png" alt="Add NFS Basic Options" id="Add NFS Basic Options" >}}

{{< include file="/static/includes/FileExplorerFolderIcons.md" >}}
{{< truetable >}}
| Setting | Description |
|---------|-------------|
Expand Down
1 change: 1 addition & 0 deletions content/SCALE/SCALEUIReference/Shares/SMBSharesScreens.md
Expand Up @@ -81,6 +81,7 @@ The **Basic Options** settings in this section also display in the **Advanced Op

{{< trueimage src="/images/SCALE/Shares/AddShareBasicOptions.png" alt="Add SMB Basic Options" id="Add SMB Basic Options" >}}

{{< include file="/static/includes/FileExplorerFolderIcons.md" >}}
{{< truetable >}}
| Setting | Description |
|---------|-------------|
Expand Down

0 comments on commit 223b98f

Please sign in to comment.