9 /

9p

let's say we want to mount wm.ircnow.org (198.251.82.161) at port 900


linux:

# mount -t 9p -o port=900 198.251.82.161 /mnt

note: linux doesn't support dns for mounting 9p file servers.

plan 9:

% 9fs tcp!wm.ircnow.org!900

inferno:

; mount -a -A tcp!wm.ircnow.org!900 /mnt

libixp/ixpc:

$ export IXP_ADDRESS=tcp!wm.ircnow.org!900
$ ixpc ls /