I am try to share filesystem as a server in initramfs. I think the best choose is use nfs server but after a lot of try still get some error like below:
(initramfs) rpc.nfsd
rpc.nfsd: unable to set any socket for nfsd
I also try to use smbd but still failed
(initramfs) smbd -D
...
SamInfo3_for_guest: Unable to locate guest account [nobody]!
So does anyone have idea to run a server to share filesystem in initramfs?