We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce34831 + 79f414b commit ac869d0Copy full SHA for ac869d0
articles/orbital/downlink-aqua.md
@@ -88,6 +88,7 @@ Sign in to the [Azure portal - Orbital Preview](https://aka.ms/orbital/portal).
88
- Ensure that the VM has at least one standard public IP
89
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:
90
```console
91
+sudo mkdir /media/aqua
92
sudo mount -t tmpfs -o size=28G tmpfs /media/aqua
93
```
94
4. Ensure that SOCAT is installed on the machine:
0 commit comments