how to access 9front home dir from linux?
I have files on my 9front machine that i would like to access from my linux machine for inclusion with my regular backup, and am unsure how to accomplish this.
I have no internet at home and no router. i've just connected both machines with an ethernet cable. I can successfully ping each from the other, but do not know which commands to run from that point. i am a programmer, but am not familiar with networking, really, and am quite new to plan9
9front machine:
user: glenda
ip: 192.168.50.1
service: terminal
fs: gefs
linux machine:
pop_os 22.04
ip: 192.168.50.2
i am assuming the linux side will use "mount -t 9p". any advice will be greatly appreciated. if i need to provide more info, please do let me know
UPDATE: got files transferred using drawterm for now, but def doesn't seem like a long term solution. I will be exploring all other suggested options over time. thanks all