I've just installed jukebox's QNX USB1-1 image.
When I went to make a backup via a windows mnt via the normal cat command it's taking several hours to complete, and it seems to come in spurts (no pun intended).
It seems to be sending in 1024 byte chunks. Is this normal or is there possibly something I've done wrong in my configuration? Because I went static IP I did have to change some of the config files.
In network.sh I uncommented the full stack driver, commented the ifconfig line, added a route and commented the netmanager.
slay io-net
#/nto/bin/io-net -d klsi -pttcpip -ppppmgr
/nto/bin/io-net -d klsi -ptcpip -ppppmgr
#/nto/bin/io-net -d pegasus -pttcpip -ppppmgr
#/nto/bin/io-net -d pegasus -ptcpip -ppppmgr
sleep 10
/nto/bin/ifconfig en0 192.168.1.5 netmask 255.255.255.0
/nto/bin/route add default 192.168.1.1
/nto/bin/hostname audrey
#/nto/bin/dhcp.client -i en0 &
#/nto/bin/netmanager
sleep 5
/nto/bin/portmap &