Hacker News new | ask | show | jobs
by stragies 1524 days ago
So where does the 9P support in the remote linux machine running `cpud` coming from to mount `/tmp/cpu` ?

If kernelspace, would it not require the target machine to already have that module? If Userspace (= cpud contains an implementation of 9P client), won't that require at least the fuse kernel module present and loaded on the cpud remote machine?