![]() |
Real servers need tape drivesbut these are typically SCSI devices. I bought a Microtech Xpress USB to SCSI converter (USB-SCSI-HD50) on eBay and it works perfect both in Win 2k and Linux. It seemed however necessary to initialize the device once using the original drivers in Windows. The tape drive, here a HP DAT, resides in an old external SCSI case. Hardware detection is perfect after attaching the drive and the adaptor to the Slug:
Whats missing? The Linux st tape driver... it is not (yet) included in Unslung but of course it is part of the Linux kernel. So you need to install OpenEmbedded and change the following lines in the kernel defconfig file to include the missing driver: < # CONFIG_CHR_DEV_ST is not set -change to--> CONFIG_CHR_DEV_ST=m Since the st driver needs kernel devfs support, we enable this as well (and this makes reflashing of the complete firmware necessary): < # CONFIG_DEVFS_FS is not set -change to--> CONFIG_DEVFS_FS=y An excellent description of this process is here: AddUsbWebcam. After the build, flash the new firmware (better test it first using the TFTP to memory method described here: TestAnImageInRamUsingRedBoot) and copy st.o to Create a device file with
Then use tar (the busybox version will do, but the full version does better) like this: |