Skip to content

Commit

Permalink
Update setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
synle committed Jul 29, 2023
1 parent 2ff879c commit 9273f8b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions virtualbox/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,15 @@ https://gist.github.com/estorgio/0c76e29c0439e683caca694f338d4003
```
sudo mount -t vboxsf c ~/shared
```


```
# /etc/fstab
c /mnt/c vboxsf defaults 0 0
d /mnt/d vboxsf defaults 0 0
```

```
# /etc/modules
vboxsf
```

0 comments on commit 9273f8b

Please sign in to comment.