In the same vein as this note, this is a brief list of steps to transfer 5Gb of music files from one machine to another, without having to rebuild a kernel that supports NFS or the xircom-cb module.
Hardware is the same this time, except I’m using a Xircom RealPort ethernet card, rather than the wireless card. Don’t ask why.
- Boot a Crux 2.4 CD.
modprobe yenta-socketmodprobe xircom-cbifconfig eth0 updhcpcd eth0mkdir -p /var/lib/pkgtouch /var/lib/pkg/dbpkgadd /cdrom/crux/core/portmap#6.0-1.pkg.tar.gzpkgadd /cdrom/crux/core/nfs-utils#1.1.1-2.pkg.tar.gz/etc/rc.d/portmap start/etc/rc.d/nfs startmkdir -p /media/source /media/destinationmount /dev/hda4 /media/destinationmount 192.168.xx.xx:/media/modular /media/sourcecp -Ruv /media/source/music /media/destination/
And that should do it. The main thing is to get the network connection up and the portmap and nfs protocols running, then mount the networked drive and the destination partition. After that, it’s just another little command-line magic trick.
Of course this network card is actually quite slow. I should probably look for a faster connection, but I rarely use the wired PCMCIA card any more, since I went back to wireless. Even my 11b card gets download speeds that are faster than this. Not sure why.
And I’m also not sure why this card works without pcmcia-utils, and the other one doesn’t. But I’m not so worried about it that I need to figure out why.
Back to work. …





Recent Comments