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 9273f8b commit 414c197
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions virtualbox/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,21 @@ sudo sh ./VBoxLinuxAdditions.run --nox11
### Mount host shared folder
https://gist.github.com/estorgio/0c76e29c0439e683caca694f338d4003

#### Mount manually
```
sudo mount -t vboxsf c ~/shared
```


#### Mount persistently

```
# setup the mount point
# /etc/fstab
c /mnt/c vboxsf defaults 0 0
d /mnt/d vboxsf defaults 0 0
```
```
# load up this kernel on load
# /etc/modules
vboxsf
```

0 comments on commit 414c197

Please sign in to comment.