Skip to content

Commit 7487c40

Browse files
author
Simonx Xu
authored
Merge pull request #8912 from AmandaAZ/Branch-PostEdit
AB#5804: Post Edit for PR#8908
2 parents 1c08156 + 824690f commit 7487c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/azure/azure-storage/files/security/files-troubleshoot-linux-smb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ sudo mount -t cifs $smbPath $mntPath -o vers=3.0,username=$storageAccountName,pa
187187

188188
### Cause 2
189189

190-
If a file is deleted with a handle still open, the SMB server continues to maintain a zombie file until the last handle to the file is closed. Attempts to perform operations on this zombie file might result in "No such file or directory" errors on Linux.
190+
When a file is deleted while a handle remains open, the SMB server continues to maintain a zombie file until the final handle to the file is closed. Any attempts to perform operations on this zombie file might result in "No such file or directory" errors on Linux.
191191

192192
### Solution 2
193193

194-
If needed, restore the deleted file from your latest backup.
194+
Restore the deleted file from your latest backup if necessary.
195195

196196
## <a id="dns-account-migration"></a>DNS issues with live migration of Azure storage accounts
197197

0 commit comments

Comments
 (0)