mount / include another folder apart from my linux home folder in winboat #233
Replies: 7 comments 10 replies
-
|
Same here. My WinBoat VM currently has access to my entire /home/ folder. I don't think this should be enabled by default due to security concerns with Spyware 11. I'd like to just give it access to a specific folder in case I need to move files between my Linux and the Spyware 11. |
Beta Was this translation helpful? Give feedback.
-
|
personally i would really like the ability to mount an arbitrary file path from host to an arbitrary path on the guest, ideally so that windows would only need a very minimal disk image and the rest be on the host. |
Beta Was this translation helpful? Give feedback.
-
You can do this. You need to edit the docker-compose.yml file found in home/usr/.winboat to contain the pathway(s) you want to share... volumes: You can share any folder without sharing your home folder I wish i could have the shared folder show up as a drive like D:, but not sure how to |
Beta Was this translation helpful? Give feedback.
-
|
Another, not quite so practical option would be to export the corresponding directories on the host Linux via Samba and then import them into Windows. This way, they could then also be defined as drives under Windows. Just an idea! |
Beta Was this translation helpful? Give feedback.
-
|
This helped a lot! Although not perfectly. I had to name the target paths "/shared2", "/shared3" etc. for them to show up as "Data2" and "Data3". I couldn't get anything else to work. And I also had to do Finally, I used Not perfect, but good enough for me! |
Beta Was this translation helpful? Give feedback.
-
|
Hi. Very interesting. For my part, I'm trying to have access, in WinBoat, to my auto-mounted DATA disk in Mint (/mnt/DATA or /dev/sda2). I've tried creating a link to that drive in my Home folder thinking that it would show up over in WinBoat but it doesn't. I edited the docker-compose.yml file and added /dev/sda2:/shared but no change. Also used /mnt/DATA:/shared with no success. Any ideas? Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
I solved the problem quite simply: On the host system, I set up a Samba share that is only accessible locally (via Winboat) and protected with a username and password. This allowed me to share my entire data partition. Then, I simply created a network drive in Windows. Windows automatically maps this drive at startup as soon as authentication is successful. The drive is therefore always accessible. Note: The username/password for Samba share has to be the same like Windows user and password. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am sorry, if this is a very basic question: Currently winboat is able to access my Linux home folder as a network device from within windows. I would like to specify an additional folder that I want to access from the virtual windows system. How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions