Skip to content

Commit 91e0533

Browse files
committed
Mount SMB share from linux command update
1 parent b883e58 commit 91e0533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: pod
99
ms.topic: tutorial
10-
ms.date: 01/13/2023
10+
ms.date: 04/12/2023
1111
ms.author: alkohli
1212

1313
# Customer intent: As an IT admin, I need to be able to copy data to Data Box to upload on-premises data from my server onto Azure.
@@ -107,7 +107,7 @@ If using a Windows Server host computer, follow these steps to connect to the Da
107107
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](./data-box-system-requirements.md#supported-file-transfer-protocols-for-clients)
108108
109109
```console
110-
sudo mount -t nfs -o vers=2.1 10.126.76.138:/utsac1_BlockBlob /home/databoxubuntuhost/databox
110+
sudo mount -t cifs -o vers=2.1 10.126.76.138:/utsac1_BlockBlob /home/databoxubuntuhost/databox
111111
```
112112

113113
## Copy data to Data Box

0 commit comments

Comments
 (0)