Skip to content

Commit ac869d0

Browse files
authored
Merge pull request #206408 from hrshelar/patch-7
Update Aqua tutorial with missing step
2 parents ce34831 + 79f414b commit ac869d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/orbital/downlink-aqua.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Sign in to the [Azure portal - Orbital Preview](https://aka.ms/orbital/portal).
8888
- Ensure that the VM has at least one standard public IP
8989
3. Create a tmpfs on the virtual machine. This virtual machine is where the data will be written to in order to avoid slow writes to disk:
9090
```console
91+
sudo mkdir /media/aqua
9192
sudo mount -t tmpfs -o size=28G tmpfs /media/aqua
9293
```
9394
4. Ensure that SOCAT is installed on the machine:

0 commit comments

Comments
 (0)