Skip to content

Commit 95666e6

Browse files
authored
Merge pull request MicrosoftDocs#67504 from vidarmsft/patch-19
Added Linux SMB share mount command
2 parents 2b3c080 + d25e875 commit 95666e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/databox/data-box-deploy-copy-data.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,11 @@ If using a Windows Server host computer, follow these steps to connect to the Da
8686
8787
**Always create a folder for the files that you intend to copy under the share and then copy the files to that folder**. The folder created under block blob and page blob shares represents a container to which data is uploaded as blobs. You cannot copy files directly to *root* folder in the storage account.
8888
89-
89+
If using a Linux client, use the following command to mount the SMB share. The "vers" parameter below is the version of SMB that your Linux host supports. Plug in the appropriate version in the command below. For versions of SMB that the Data Box supports see [Supported file systems for Linux clients](https://docs.microsoft.com/en-us/azure/databox/data-box-system-requirements#supported-file-systems-for-linux-clients)
90+
91+
`sudo mount -t nfs -o vers=2.1 10.126.76.172:/devicemanagertest1_BlockBlob /home/databoxubuntuhost/databox`
92+
93+
9094
9195
## Copy data to Data Box
9296

0 commit comments

Comments
 (0)