Windows to Ubuntu via rdp: mounting local drives?

14,010

Solution 1

You can achieve drive redirection with xRDP solution. xRDP allows you to use your windows remote desktop client and to remotely connect to your Ubuntu computer. xRDP needs to be installed on the Linux machine. So, xRDP software is the equivalent of Remote Desktop in Linux.

xRDP package from Ubuntu repository does not provide drive redirection. To have drive redirection, you will need to compile the xrdp binaries... The drive redirection seems to be supported in xRDP version 0.6 or later (if you compile the xRDP package)

You can view a quick demo of drive redirection with xRDP here

The following link provides a scripted custom installation of xRDP. This script will compile the xRDP with the necessary switch to include drive redirection feature in xRDP.

hope this is helpful

Solution 2

ssh is better supported for remote file sharing, try with winscp from windows to connect to linux machine file system. You must have installed ssh on server.

You can also try my answer from: Remote desktop for multiple users To have full support with x2go, I have tried it and works very well for lot of features with remote desktop.

Solution 3

While it isn't xrdp, ThinLinc allows you to share local drives to the server. It could be worth a try if you can't get xrdp working!

(full disclosure: I'm a ThinLinc dev)

Share:
14,010

Related videos on Youtube

ccd
Author by

ccd

Updated on September 18, 2022

Comments

  • ccd
    ccd over 1 year

    As some of you may know, RDP in Windows allows the client to make its drives available to the host or target machine. I have done that with no problems in the case of Windows-Windows and Linux-Windows (rdesktop), but I can't seem to find a way to do it for Windows-Linux. Am I missing something?

  • ccd
    ccd about 8 years
    are you a xrdp developer? you should mention the Ubuntu and xrdp versions that make this possible
  • Griffon
    Griffon about 8 years
    Hello no I'm not a xrdp developper. ...If you download from github the xrdp package 0.6 and higher, if you compile it with the appropriate options (i.e. --enable-fuse), drive redirection should be working