Question

Mount File to Linux Appliance

  • 10 January 2023
  • 2 replies
  • 67 views

I need to mount a file to an existing linux VM appliance.  We don’t have any file shares that this VM has access to, so was wondering if/how this can be done through prism element if possible.


This topic has been closed for comments

2 replies

Most Linux distros, you can sftp into the server using a local user to push the file there, if there’s room.  Same app as Putty has a sftp program or you can use WSFTP or Filezilla.  Or you can use a CD burner app on Windows to create an ISO file, put in library, and attach to server.

Userlevel 6
Badge +8

You can also use wget on the Linux appliance and put the file on a webserver. More info on wget here: https://linuxize.com/post/wget-command-examples/

 

But sftp into the appliance is the easiest method.