Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[help] Mount qemu image with nbd - modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open #3113

Closed
mfe- opened this issue Apr 19, 2018 · 1 comment
Labels

Comments

@mfe-
Copy link

mfe- commented Apr 19, 2018

Hi,
currently I'm using the command qemu-system-sparc -hda readynas_compile_environment.qcow2 -nographic for my virtual sparc machine. My next step would be to mount the qcow/qcow2 image. I tried to follow this guide.

Executing the command sudo modprobe nbd max_part=8 tells me that the module could not be found. So I installed

sudo apt-get install qemu-block-extra
sudo apt-get install qemu-utils 

I get still the same error message. I'm wondering if this is possible with the current state of WSL or whether I missed something else? Thanks for any help.

  • Your Windows build number: (Type ver at a Windows Command Prompt)
    Microsoft Windows [Version 10.0.16299.371]

  • What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)

sudo apt-get install nbd-client 
sudo modprobe nbd max_part=8                                 
[sudo] password for m:
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.4.0-43-Microsoft/modules.dep.bin'                                                                                                     modprobe: FATAL: Module nbd not found in directory /lib/modules/4.4.0-43-Microsoft 
  • What's wrong / what should be happening instead:
    The module should be available
@mfe- mfe- changed the title [help] [help] Mount qemu image with nbd - modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open Apr 19, 2018
@therealkenc
Copy link
Collaborator

Same in spirit as #845. There are no Linux kernel modules in WSL because there is no Linux kernel. I don't think nbd specifically come up before; in theory you could ask for support over in User Voice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants