4

I am using Remote Desktop in Ubuntu 2012.10 to connect to Windows Server 2012.

I configured /home/nico/myshare in the Share folder field, last item below:

enter image description here

Once connected, where to access myshare on the Windows side?

I am sure myshare is used somehow, because when I remove it Remote Desktop crashes.

Nicolas Raoul
  • 11,561

1 Answers1

3

Upgrade Remmina. I'd suggest using the PPA. The stock version of Remmina in 14.04 is pretty well back and you should find Server 2012 share folder functionality is working in the newer versions where it isn't in the non-PPA version.

To install it, just copy and paste the following three lines on a terminal window

sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt-get update
sudo apt-get install remmina remmina-plugin-rdp

Source: https://github.com/FreeRDP/Remmina/wiki

random
  • 15,201
flickerfly
  • 1,151