mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #313] mount a usb stick to a VM #210
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iliassch on GitHub (May 20, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/313
Hi,
Is there a way to mount to an existing VM , a usb stick that has been physically connected to the server that hosts the VM?
@catborise commented on GitHub (May 20, 2020):
@iliassch yes you can mount it but you should use virt-manager. (install virt-manager to hypervisor host)
we do not implement pyhsical dev management of libvirt.
@iliassch commented on GitHub (May 25, 2020):
Hi @catborise , thanks for your answer. Yes i have tried it with a locally installed program(either virt-manager or virt-viewer) through SSH and X11 and it worked. If you change display to SPICE server instead of VNC , there is an active usb redirect button to both programs. I just wondering how you can do it remotely through webvirtcloud or without ssh access , connect to the SPICE server , retrieve physically connected usb devices and mount them to the VM.
Possibly with an extension of noVNC or something , to send a command to retrieve devices and then select the proper one.