Share folder from ubuntu 12.04 hyper-v guest to Windows host
- Open home folder in GUI for the Ubuntu guest
- Add new folder
- Right click on folder and select “sharing options”
- Click “share this folder”
- Install the network sharing service (samba smbclient) when asked
- Install libpam-smbpass when asked
- Restart session when asked
- Select sharing options again for the folder
- Chcek the checkbox “share this folder”
- Check the checkbox “allow others to create and delete files in this folder”
- Check the checkbox “guest access”
- Click “create share”
- Add permissions when asked (nautilus)
- Open terminal
- Write “ifconfig” to get your IP address
- Connect to shared folder from Windows host by setting “\\IP-address\sharedfoldername” in Windows explorer, e.g. \\192.168.0.101\myfolder
Tips
- Ubuntu firewall might block connections from Windows host, message like “Windows cannot access”. Do this to allow access in ufw “sudo ufw allow Samba”.
No comments:
Post a Comment