Skip to content

Commit c1a191b

Browse files
committed
re-added VM mount info
1 parent dd7455d commit c1a191b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/embedded/0.Tock/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ This workshop will not work on Windows systems.
1212
You can use the Ubuntu VM we provide [here](https://drive.google.com/file/d/1WSUo29d9Z8bmcjurvkDUmoAgq1TqaW4H/view?usp=sharing) (only works on VirtualBox).
1313
The username and password are both `ipwembedded`.
1414
The VM has the port 3033 forwarded for SSH connection.
15+
16+
If you want to have the VM home directory mounted in Windows, use the following commands (with Admin PowerShell):
17+
18+
```powershell
19+
winget install -e --id WinFsp.WinFsp
20+
winget install -e --id SSHFS-Win.SSHFS-Win
21+
net use X: \\sshfs\ipwembedded@localhost!3033
22+
```
1523
:::
1624

1725
If you did not attend the **Tock Workshop**, please follow the [Setup Tutorial](../../tock_workshop/index.md).

0 commit comments

Comments
 (0)