Botspot / vdesktop

Run a second instance of Raspbian inside Raspbian.
GNU General Public License v3.0
125 stars 21 forks source link

mount point does not exist #5

Closed jayjupdhig closed 4 years ago

jayjupdhig commented 4 years ago

Screenshot here:

Bildschirmfoto vom 2020-05-11 14-32-12

Thx for feedback! :-)

jayjupdhig commented 4 years ago

Maybe in relation with that issue? -> https://github.com/Botspot/vdesktop/issues/4

Botspot commented 4 years ago

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.

jayjupdhig commented 4 years ago

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.

Botspot commented 4 years ago

You could also open up the ~/vdesktop/vdesktop file and replace all mentions of "/media/pi/vdesktop" with a mountpoint of your choice.

jayjupdhig commented 4 years ago

Now it seems to work with creating /media/pi/vdesktop and working as root - thx again!!

Botspot commented 4 years ago

Great! Glad it's working.

You're running this on a real Raspberry Pi, right? Not Raspbian desktop for PC or Mac?

jayjupdhig commented 4 years ago

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. :-)

jayjupdhig commented 4 years ago

thx, seems to work as root now...