Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot see shared folder in Windows Server 2012 connecting with Remmina in Ubuntu

I connect from Windows 7 to Ubuntu 14.04 LTS via VirtualBox, then from Ubuntu I connect to Windows Server 2012 via Remmina.

I've configured Remmina to connect with shared folder but I don't know how to see that shared folder in Windows Server 2012, maybe adding a network location, but when I'm asked for the network address I don't know what I have to write.

Is this way correct? What did I miss?

like image 709
Alavaros Avatar asked Mar 26 '15 16:03

Alavaros


2 Answers

Well, I really don't understand why, but if you configure in remmina sound to "local" (on advance configuration), it works.

See: https://github.com/FreeRDP/Remmina/issues/243

like image 62
FlyingTaboo Avatar answered Sep 30 '22 06:09

FlyingTaboo


The versions of Remmina and the FreeRDP library it relies on that come with Ubuntu 14.04 are a bit outdated now. Thankfully there's a PPA for the latest Remmina which makes updating quite easy:

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

After updating make sure you fully close any running copies of Remmina by selecting Quit from the tray icon, and then reopen it.

like image 26
bmaupin Avatar answered Sep 30 '22 06:09

bmaupin