> Also, is there a way to mount the plan9 internal partitions
> (9fat, fossil etc) on Linux?

You could do it easily, using 9vx:

% disk/partfs plan9.img
% disk/fdisk -p /dev/sdXX/data >/dev/sdXX/ctl
% disk/prep -p /dev/sdXX/plan9 >/dev/sd00/ctl
% fossil/fossil -m 20 -f /dev/sdXX/fossil -c 'srv -AWP fossil' -c 'srv
-p fscons'
% mount /srv/fossil /n/fossil

Reply via email to