How can you get a file into a VM without creating a potential malware breach? I was told to kill the internet connection, disable any type of sharing with the host, no copy paste, and no sharing disks, but how would I be able to get the files into the VM if it is secure from both sides? The file in question is about 36GB and there is a second file that is 678MB.

Thank you.

      • Yourname942@lemmy.dbzer0.comOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 hours ago

        Doesn’t that require downloading software to create the iso, and then having to download software to open the iso file inside the VM? If that is the case, wouldn’t I be better off just drag + dropping the folder into the VM and keep network disconnected for the VM?

        • frongt@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          9 hours ago

          Windows and Linux can mount ISOs without additional software. Macs can mount DMGs.

          Either way, you could preload that software before the file.

    • Onomatopoeia@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      3 days ago

      7zip is an archive format - creating an iso requires the raw files (unless you have 7zip installed in the VM to extract the zip file).

      All that is unnecessary though, just enable a shared folder via the VM software (I assume they all do it now, VMware has had this feature forever). This isn’t a network share, it’s a virtual network share that only exists within VMware for that specific VM, and by default it’s read only.

      Or put the files on a thumb drive, and connect that thumb drive to the VM.

      Or enable networking on the VM, copy the files in, then disable the network card in the VM.

      Getting the files in doesn’t require any special security, it’s when you’re executing the files that the VM needs to be isolated.