Hi, on the Linux machine please copy the data you need to ‘/files’ folder and then they will be available on ‘files (Z: drive)’ for Windows machine as well.
You can copy files in two ways.
- On Linux Desktop: copy a file from ‘/ds_shared_drive’ to ‘/files’ using file system manager (just like you would in Windows)
- On Linux terminal:
a) navigate to the share drive folder (example: ‘cd /ds_shared_drive’);
b) copy a file to /files (example: ‘cp train.csv /files’)
Then this file is accessible form Windows machine.
Please let me know if this worked for you.
Regards,
Ned