Remmina does not share folders or disks
As with Bor's answer, upgrading to the Remmina 1.2 "next" version solved my issue with folder shares not showing up when RDP-ing from Ubuntu 15.10 to Windows Server 2012 R2.
As in the instructions at https://github.com/FreeRDP/Remmina/wiki, simply run:
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt-get update
sudo apt-get install remmina remmina-plugin-rdp libfreerdp-plugins-standard
or in one line by concatenating the commands together with &&
.
Then start Remmina =)
remmina
the following works from debian wheezy to a remote windows 8 pc using remmina 0.9.99.1:
first run remmina from the command line and see if connecting to your remote host gives any certificate errors:
$ remmina
connected to 192.168.0.x:3389
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: CERTIFICATE NAME MISMATCH! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The hostname used for this connection (192.168.0.x)
does not match the name given in the certificate:
remote-pc-name
A valid certificate for the wrong name should NOT be trusted!
if you see this warning then use whatever value you see reported instead of remote-pc-name
in the server
textbox in remmina.
then edit your /etc/hosts so that remmina can find the ip address of this server. make sure a line like so exists:
remote-pc-name 192.168.0.x
second, edit your remote desktop preferences in remmina like so:
basic
- share folder - set to something like /tmp
advanced tab
- sound: local
- security: rdp
make sure to click save
.
after this, navigate to my computer
on the remote windows desktop and click refresh
. the shared folder should appear under other devices and drives
right next to local disk C: