diff --git a/virtme/commands/run.py b/virtme/commands/run.py index d9ab345..f2975d6 100644 --- a/virtme/commands/run.py +++ b/virtme/commands/run.py @@ -587,6 +587,7 @@ def _get_virtiofsd_path(self): f"{self.guest_tools_path}/bin/virtiofsd", which("virtiofsd"), "/usr/libexec/virtiofsd", + "/usr/lib/virtiofsd", "/usr/lib/qemu/virtiofsd", ) for path in possible_paths: