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

fusermount3: mounting over filesystem type 0x01021997 is forbidden #5

Open
gogobody opened this issue Dec 5, 2019 · 3 comments
Open

Comments

@gogobody
Copy link

gogobody commented Dec 5, 2019

when I used this in wsl2, I got the error:

fusermount3: mounting over filesystem type 0x01021997 is forbidden

plz help

@brian403502
Copy link

try mounting by root

@paulwratt
Copy link

fixed?

@madscientist42
Copy link

Try mounting it under the home directory. Anything that is in their, "compatibility," layer stuff flat-out DOES NOT WORK (Funny this...). The problem is that you're using one of the mapped to POSIX behavior "integration mounts"- which does a lot of things, well, WRONG. No named pipes, this...

As typical of Microsoft, they've implemented things their way and it is not at-all supported for things like named pipes (Yocto will not build in a direct path to a storage volume- you will need a proper ext3/4, btrfs, etc to do builds with it- So Docker atop it will be needed for this sort of thing or using VirtualBox (I'll presume that NOBODY in their right mind will use VMWare due to their new licensing...) ior a Full HuperX session setup instead.

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

No branches or pull requests

4 participants