hv_fcopy_daemon
Support daemons for Linux running on Hyper-V
Install
- All systems
-
curl cmd.cat/hv_fcopy_daemon.sh
- Debian
-
apt-get install hyperv-daemons
- Ubuntu
-
apt-get install linux-lts-vivid-cloud-tools-common
- Arch Linux
-
pacman -S hyperv
- Kali Linux
-
apt-get install hyperv-daemons
- CentOS
-
yum install hypervfcopyd-0
- Fedora
-
dnf install hypervfcopyd-0
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install linux-lts-vivid-cloud-tools-common
- Dockerfile
- dockerfile.run/hv_fcopy_daemon
hyperv-daemons
Support daemons for Linux running on Hyper-V
Suite of daemons for Linux guests running on Hyper-V, consisting of hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon. hv_fcopy_daemon provides the file copy service, allowing the host to copy files into the guest. hv_kvp_daemon provides the key-value pair (KVP) service, allowing the host to get and set the IP networking configuration of the guest. (This requires helper scripts which are not currently included.) hv_vss_daemon provides the volume shadow copy service (VSS), allowing the host to freeze the guest filesystems while taking a snapshot.