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

How to start an enroot to support fuse? #182

Open
davidmlw opened this issue Mar 18, 2024 · 0 comments
Open

How to start an enroot to support fuse? #182

davidmlw opened this issue Mar 18, 2024 · 0 comments

Comments

@davidmlw
Copy link

davidmlw commented Mar 18, 2024

enroot start --rw --mount /dev/fuse:/dev/fuse image
 
mkdir real
touch real/foo.txt
mkdir mnt
fusermount real mnt

get error message
"fusermount: extra arguments after the mountpoint"

Are there other options I missed to start or create the enroot?

Add some extra information. I was using another complex tool which depends on fuse. The tool replied a message. So I did some experiments above.
"[warning] : write some_file_path: Permission denied"

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

1 participant