This is a quick guide to mounting a qcow2 disk images on your host server. This is useful to reset passwords, edit files, or recover something without the virtual machine running.
Step 1 - Enable NBD on the Host
modprobe nbd max_part=8
| --- a/src/wl/sys/wl_cfg80211_hybrid.c 2017-05-19 20:39:02.140010833 +0200 | |
| +++ b/src/wl/sys/wl_cfg80211_hybrid.c 2017-05-19 20:40:19.216011777 +0200 | |
| @@ -2153,8 +2153,12 @@ | |
| WL_DBG(("\n")); | |
| if (status == WLC_E_STATUS_SUCCESS) { | |
| - err = wl_bss_roaming_done(wl, ndev, e, data); | |
| + if (!wl_bss_roaming_done(wl, ndev, e, data)) { | |
| wl->profile->active = true; | |
| + } else { |