Skip to content

Commit 16fc833

Browse files
committed
smb ss changes
1 parent 5cb3779 commit 16fc833

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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: 03/17/2022
10+
ms.date: 08/26/2022
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.
@@ -81,10 +81,10 @@ If using a Windows Server host computer, follow these steps to connect to the Da
8181
`net use \\<IP address of the device>\<share name> /u:<IP address of the device>\<user name for the share>`
8282

8383
Depending upon your data format, the share paths are as follows:
84-
- Azure Block blob - `\\10.126.76.138\utSAC1_202006051000_BlockBlob`
85-
- Azure Page blob - `\\10.126.76.138\utSAC1_202006051000_PageBlob`
86-
- Azure Files - `\\10.126.76.138\utSAC1_202006051000_AzFile`
87-
- Azure Blob blob (Archive) - `\\10.126.76.138\utSAC0_202202241054_BlockBlobArchive`
84+
- Azure Block blob - `\\10.126.76.138\utsac1_BlockBlob`
85+
- Azure Page blob - `\\10.126.76.138\utsac1_PageBlob`
86+
- Azure Files - `\\10.126.76.138\utsac1_AzFile`
87+
- Azure Blob blob (Archive) - `\\10.126.76.138\utsac0_BlockBlobArchive`
8888

8989
4. Enter the password for the share when prompted. If the password has special characters, add double quotation marks before and after it. The following sample shows connecting to a share via the preceding command.
9090

@@ -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_202006051000_BlockBlob /home/databoxubuntuhost/databox
110+
sudo mount -t nfs -o vers=2.1 10.126.76.138:/utsac1_BlockBlob /home/databoxubuntuhost/databox
111111
```
112112

113113
## Copy data to Data Box
-736 Bytes
Loading
-1.47 KB
Loading
-8.44 KB
Loading
-6.34 KB
Loading
-11.7 KB
Loading
-10.8 KB
Loading
-520 Bytes
Loading

0 commit comments

Comments
 (0)