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

Enable 9p VIRTIO kernel module #676

Closed
JumpMaster opened this issue May 17, 2020 · 2 comments · Fixed by #2145
Closed

Enable 9p VIRTIO kernel module #676

JumpMaster opened this issue May 17, 2020 · 2 comments · Fixed by #2145

Comments

@JumpMaster
Copy link

JumpMaster commented May 17, 2020

HassOS release with the issue:

Supervisor logs:

Journal logs:

Kernel logs:

Description of problem:
As part of a migration from a Supervised Linux install to HASSOS on KVM I am missing the ability to share a directory with the host os. This is possible within KVM but the OS is missing the required 9p kernel module. This leads to the following error when trying to mount:

mount -t 9p -o trans=virtio,version=9p2000.L hostshare /tmp/host_files
mount: unknown filesystem type '9p'

I believe the two required module are 9pnet and 9pnet_virtio

@JumpMaster
Copy link
Author

I've been thinking more about this and it's probably a lot more work then I originally anticipated to have this fully supported. ie. Been able to mount directories from within the supervisor ui.

@xiki808
Copy link

xiki808 commented Jul 1, 2021

I would love to see this. I am currently trying to setup HAOS in an LXD VM and it works, but I cannot run any commands inside the VM from my bash script running at the host, since the agent is missing in the OS

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

Successfully merging a pull request may close this issue.

2 participants