Skip to content

Commit e947cfc

Browse files
Merge pull request #300107 from khdownie/patch-4
Update glusterfs-migration-guide.md
2 parents 9b543b5 + e280777 commit e947cfc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/storage/files/glusterfs-migration-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Red Hat Gluster Storage (based on GlusterFS) has reached the end of
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 05/19/2025
7+
ms.date: 05/20/2025
88
ms.author: kendownie
99
---
1010

@@ -174,6 +174,8 @@ To mount the file share, run the following command. Be sure to replace `<storage
174174
net use Z: \\<storage-account-name>.file.core.windows.net\<share-name> /u:AZURE\<storage-account-name> <storage-account-key>
175175
```
176176

177+
For more information, see [Mount SMB Azure file share on Windows](storage-how-to-use-files-windows.md).
178+
177179
# [Linux](#tab/linux)
178180

179181
#### For Linux clients (NFS):
@@ -183,6 +185,9 @@ To mount the file share, run the following command. Be sure to replace `<storage
183185
```bash
184186
sudo mount -t nfs <storage-account-name>.file.core.windows.net:/<storage-account-name>/<share-name> <mount-point> -o vers=4.1,sec=sys
185187
```
188+
189+
For more information, see [Mount NFS Azure file shares on Linux](storage-files-how-to-mount-nfs-shares.md).
190+
186191
---
187192

188193
### Step 4: Perform data migration

0 commit comments

Comments
 (0)