mount -o remount,rw /dev/root
Ignore the error messages that you get.
mount
and verify that /dev/root is mounted rw
route add default gw 192.168.1.1
where 192.168.1.1 is the IP-address of your server.
mount -o nolock 192.168.1.1:/var/javastation/root /target
where 192.168.1.1 is the IP-address of your server.
Jan Wagemakers 2012-08-09