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

Unable to run modprobe and mount NFS on the subsytem #2869

Closed
thkrishn opened this issue Jan 22, 2018 · 3 comments
Closed

Unable to run modprobe and mount NFS on the subsytem #2869

thkrishn opened this issue Jan 22, 2018 · 3 comments

Comments

@thkrishn
Copy link

This bug-tracker is monitored by developers and other technical types. We like detail! So please use this form and tell us, concisely but precisely, what's up. Please fill out ALL THE FIELDS!

If you have a feature request, please post to the UserVoice.

If this is a console issue (a problem with layout, rendering, colors, etc.), please post to the console issue tracker.

Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues. Instead, send dumps/traces to [email protected], referencing the GitHub bug number. Ideally, please configure your machine to capture minidumps, repro the issue, and send the minidump from "C:\Windows\minidump".

  • Your Windows build number:
    C:\WINDOWS\system32>ver

Microsoft Windows [Version 10.0.16299.192]

  • What you're doing and what's happening:

modprobe nfs fails with an error

In order to mount an linux nfs on the subsytem i need to run a modprobe nfs
Results...

root@ishna:workspace$ modprobe nfs
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 nfs not found in directory /lib/modules/4.4.0-43-Microsoft

  • What's wrong / what should be happening instead:
    mount an nfs on the subsytem:

  • Strace of the failing command, if applicable: (failing lines ):

open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en_US/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en.utf8/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en/LC_MESSAGES/util-linux.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "mount: ", 7mount: ) = 7
write(2, "unknown filesystem type 'nfs'", 29unknown filesystem type 'nfs') = 29
write(2, "\n", 1
) = 1
close(1) = 0
close(2) = 0
exit_group(32) = ?
+++ exited with 32 +++

See our contributing instructions for assistance.

@therealkenc
Copy link
Collaborator

therealkenc commented Jan 22, 2018

#2716 #845 #412 #17 #1962 etc etc. No Linux modules on WSL because no Linux kernel in WSL.

@thkrishn
Copy link
Author

thkrishn commented Jan 22, 2018

So currently there is no way I can mount nfs on the linux subsytem? Are they currently trying to add libraries?

@therealkenc
Copy link
Collaborator

So currently there is no way I can mount nfs on the linux subsytem?

Not right now, no. There was this User Voice but it was closed when CIFS/SMB support was added. There is #1962, but that got bogged down in a FUSE discussion, which is this User Voice.

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

No branches or pull requests

2 participants