mount point does not exist
jayjupdhig opened this issue · 8 comments
Maybe in relation with that issue?
-> #4
I intended vdesktop to be run from /home/pi.
It looks like you're running vdesktop from somewhere else, and it failed to create the folder /media/pi/vdesktop
.
Creating that folder manually might solve your problem:
sudo mkdir /media/pi/vdesktop
^-- If you see any errors, post them.
Thx!! :-)
Yes, i've done git clone https://github.com ...
in directory /root/TEMP
Will try it with manual creating - if it doesn't work, then i will switch to pi
user.
You could also open up the ~/vdesktop/vdesktop file and replace all mentions of "/media/pi/vdesktop" with a mountpoint of your choice.
Now it seems to work with creating /media/pi/vdesktop and working as root - thx again!!
Great! Glad it's working.
You're running this on a real Raspberry Pi, right? Not Raspbian desktop for PC or Mac?
Yes, that's right. Otherwise i would prefer virtualization with Win10 and VirtualBox or VMware Player and Debian instead of Raspbian as a VM.
But your product looks nice and interesting too. :-)
thx, seems to work as root now...