31
Moving files from Windows VM to my Host
(lemmy.ml)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Just turn off the vm (shutdown the windows install running in the vm, not pause), mount the vm block device, navigate to the file and get it that way.
Are you using qemu?
Alternately, since the vm has network access, just use ssh from your windows vm to scp your files from the windows vm to the Linux host.
No I am using gnome boxes
alright, good news, you probably are using qemu. the disk images (that’s the hard drives for the vm) are usually in the .local/share/gnome-boxes/images/ in your home directory. if the images are .qcow2 files then you’re running qemu.