# Create sharing Folder in VirtualBox (with Windows 10) :lizard: **HOST OS side (Virtualbox Setting)** ## (VirtualBox side) Create Shared Folders in Settings/Shared Folders/ 1. add shared folder 2. Mount point: must set. and check "Auto-mount" 3. Remember "Folder Name" not to be same as "Mount point". (ex. shared_folders) ![](https://i.imgur.com/saTc7FT.png) :lizard: **Client OS (Ubuntu 18.04/20.04)** 1. Create folder for sharing. (ex. shared_file) 2. Mount shared folder. ```xml myname@vBox:~$ sudo mount -t vboxsf shared_folders ./shard_file/ ``` 3. list folder for checking. ![](https://i.imgur.com/mUrPsQT.png)