KVM redirected USB disk not visible in guest
up vote
2
down vote
favorite
I have:
- host: Kubuntu 18.04 fresh install + kvm + virt-manager
- guest: Kubuntu 18.04 fresh install
I plug an external drive in host and it is visible in sudo lsusb
In virt-manager for a vm I select the disk from the menu "virtual machine" -> "USB device redirection" popup window.
The disk is visible and selectable.
But inside the VM the disk is not visible also sudo lsusb
do not show any disk
Tried the operations with the VM turned off and the VM turned on: nothing changes
What can I do?
usb kubuntu kvm
add a comment |Â
up vote
2
down vote
favorite
I have:
- host: Kubuntu 18.04 fresh install + kvm + virt-manager
- guest: Kubuntu 18.04 fresh install
I plug an external drive in host and it is visible in sudo lsusb
In virt-manager for a vm I select the disk from the menu "virtual machine" -> "USB device redirection" popup window.
The disk is visible and selectable.
But inside the VM the disk is not visible also sudo lsusb
do not show any disk
Tried the operations with the VM turned off and the VM turned on: nothing changes
What can I do?
usb kubuntu kvm
I must admit the menu is disabled for me, but to check the base tech I used a 18.04 host/guest and added a fingerprint reader by xml-definition viavirsh attach-device b1 usb.xml
just fine. You might want to check in your case the guest (/var/log/libvirt/qemu/<guestname>.log) log as well as dmesg if you hit anything preventing the passthrough.
â Christian Ehrhardt
May 22 at 10:21
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have:
- host: Kubuntu 18.04 fresh install + kvm + virt-manager
- guest: Kubuntu 18.04 fresh install
I plug an external drive in host and it is visible in sudo lsusb
In virt-manager for a vm I select the disk from the menu "virtual machine" -> "USB device redirection" popup window.
The disk is visible and selectable.
But inside the VM the disk is not visible also sudo lsusb
do not show any disk
Tried the operations with the VM turned off and the VM turned on: nothing changes
What can I do?
usb kubuntu kvm
I have:
- host: Kubuntu 18.04 fresh install + kvm + virt-manager
- guest: Kubuntu 18.04 fresh install
I plug an external drive in host and it is visible in sudo lsusb
In virt-manager for a vm I select the disk from the menu "virtual machine" -> "USB device redirection" popup window.
The disk is visible and selectable.
But inside the VM the disk is not visible also sudo lsusb
do not show any disk
Tried the operations with the VM turned off and the VM turned on: nothing changes
What can I do?
usb kubuntu kvm
edited May 20 at 17:01
Eranda Peiris
661416
661416
asked May 20 at 11:56
Mirto Busico
1681620
1681620
I must admit the menu is disabled for me, but to check the base tech I used a 18.04 host/guest and added a fingerprint reader by xml-definition viavirsh attach-device b1 usb.xml
just fine. You might want to check in your case the guest (/var/log/libvirt/qemu/<guestname>.log) log as well as dmesg if you hit anything preventing the passthrough.
â Christian Ehrhardt
May 22 at 10:21
add a comment |Â
I must admit the menu is disabled for me, but to check the base tech I used a 18.04 host/guest and added a fingerprint reader by xml-definition viavirsh attach-device b1 usb.xml
just fine. You might want to check in your case the guest (/var/log/libvirt/qemu/<guestname>.log) log as well as dmesg if you hit anything preventing the passthrough.
â Christian Ehrhardt
May 22 at 10:21
I must admit the menu is disabled for me, but to check the base tech I used a 18.04 host/guest and added a fingerprint reader by xml-definition via
virsh attach-device b1 usb.xml
just fine. You might want to check in your case the guest (/var/log/libvirt/qemu/<guestname>.log) log as well as dmesg if you hit anything preventing the passthrough.â Christian Ehrhardt
May 22 at 10:21
I must admit the menu is disabled for me, but to check the base tech I used a 18.04 host/guest and added a fingerprint reader by xml-definition via
virsh attach-device b1 usb.xml
just fine. You might want to check in your case the guest (/var/log/libvirt/qemu/<guestname>.log) log as well as dmesg if you hit anything preventing the passthrough.â Christian Ehrhardt
May 22 at 10:21
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1038366%2fkvm-redirected-usb-disk-not-visible-in-guest%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I must admit the menu is disabled for me, but to check the base tech I used a 18.04 host/guest and added a fingerprint reader by xml-definition via
virsh attach-device b1 usb.xml
just fine. You might want to check in your case the guest (/var/log/libvirt/qemu/<guestname>.log) log as well as dmesg if you hit anything preventing the passthrough.â Christian Ehrhardt
May 22 at 10:21