{"id":392,"date":"2025-02-10T12:15:48","date_gmt":"2025-02-10T06:45:48","guid":{"rendered":"http:\/\/byomkesh.in\/wordpress\/?p=392"},"modified":"2025-02-10T12:15:48","modified_gmt":"2025-02-10T06:45:48","slug":"attach-a-usb-device-to-running-qemu-guest","status":"publish","type":"post","link":"http:\/\/byomkesh.in\/wordpress\/attach-a-usb-device-to-running-qemu-guest\/","title":{"rendered":"Attach a USB device to running QEMU guest"},"content":{"rendered":"<p>run lsusb and note the Bus and Device IDs for the External HDD (in this case)<\/p>\n<p><code>Bus 001 Device 002: ID 1058:2621 Western Digital Technologies, Inc.<\/code><\/p>\n<p>Create an xml file ExHDD.xml as follows :<code><br \/>\n&lt;hostdev mode='subsystem' type='usb' managed='yes'&gt;<br \/>\n&lt;source&gt;<br \/>\n&lt;address bus='1' device='2'\/&gt;<br \/>\n&lt;\/source&gt;<br \/>\n&lt;\/hostdev&gt;<br \/>\n<\/code><\/p>\n<p>Next just run following command to attach the device :<\/p>\n<p><code>virsh attach-device fs1 \/root\/ExHDD.xml<\/code><\/p>\n<p>where fs1 is the QEMU guest<\/p>\n","protected":false},"excerpt":{"rendered":"<p>run lsusb and note the Bus and Device IDs for the External HDD (in this case) Bus 001 Device 002: ID 1058:2621 Western Digital Technologies, Inc. Create an xml file ExHDD.xml as follows : &lt;hostdev mode=&#8217;subsystem&#8217; type=&#8217;usb&#8217; managed=&#8217;yes&#8217;&gt; &lt;source&gt; &lt;address bus=&#8217;1&#8242; device=&#8217;2&#8217;\/&gt; &lt;\/source&gt; &lt;\/hostdev&gt; Next just run following command to attach the device : virsh &hellip; <a href=\"http:\/\/byomkesh.in\/wordpress\/attach-a-usb-device-to-running-qemu-guest\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Attach a USB device to running QEMU guest<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-392","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"_links":{"self":[{"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/posts\/392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/comments?post=392"}],"version-history":[{"count":1,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/posts\/392\/revisions"}],"predecessor-version":[{"id":393,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/posts\/392\/revisions\/393"}],"wp:attachment":[{"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/media?parent=392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/categories?post=392"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/tags?post=392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}