Acceder a carpeta windows desde URSIM utilizando VMWare

Buenos días, estoy intentando configurar la maquina vitual VMWare para tener acceso a una carpeta compartida en el escritorio de windows desde URSIM utilizando VMWare y no lo consigo

He creado la carpeta en windows, he configurado desde VM/setting/options/shared folders/Nombre_carpeta, y la he configurado como Enabled

He accedido a URSim y cuando voy a abrir o grabar programa no me aparece la carpeta en ningun lado

Tengo que configurar alguna cosa en la consola de Linux?

Hola,

I’m not sure how to use VMWare shared folders, the instructions I find online do not seem to work. When I want to transfer between Windows and URSim, I use scp , would that work for you?

Another option is to use VirtualBox instead of VMWare, apparently shared folders work better there.

Alex

You should try copy/paste with ctrl+c and ctrl+v, if it’s just for moving programs back and forth.

I’ve not had much success with anything else on either VMWare or VirtualBox.

Tks, i’ll do as you comment!!!

Tks for t¡your answer

What do you mean when you talk abou “SCP”??

Tks again!

scp is the file-copying functionality of ssh. As an example, to copy a file from my PC into the URSim VM, I would run a command something like this:

scp ./robot/prog1.urp ur@192.168.198.143:ursim-current/programs/prog1.urp

This command would copy the file prog1.urp from my robot/ folder into the URSim running in VMWare with IP address 192.168.198.143.

You might need to install ssh for scp to exist; I can’t remember if I had to do that specially or if it was already installed in my Windows.

The ctrl-C/ctrl-V approach mentioned by @efn is probably simpler, though: open File Explorer on your PC and go to the folder where your files live. Open Accessories/File Manager in URSim and go to ursim-current/programs. Copy the file(s) from File Explorer and paste them in the URSim File Manager.