The /dev/vmbus/hv_fcopy device won't be created unless the 'Guest
Service Interface' integration service is enabled in the VM.  It isn't
enabled by default.  This can be checked with the following PowerShell
command on the Hyper-V server:

  Get-VMIntegrationService 'Guest Service Interface' -VMName FOO

where 'FOO' is the name of the virtual machine.  Look for the 'Enabled'
column in the output.  If it says 'False', it can be enabled using the
following PowerShell command:

  Enable-VMIntegrationService 'Guest Service Interface' -VMName FOO

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1614618

Title:
  hv-fcopy-daemon.service system failed start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1614618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to