From: Matthew F. <mf...@ci...> - 2001-09-28 15:52:06
|
> > which showed results in 'realtime' (and I don't mean tcpdump!) > > Don't know about the first 2 questions, but yes you may use a HDD. You need to find out which device your HDD is. On > my system, it was /dev/hda1. I believe this would be indicated in the boot messages, type "dmesg" to see that. Then use > the "mount" command like this: "mount /dev/hda1 /c -t vfat" where "/c" is the mount point. It must be a valid directory. > > Check /var/log/messages to get info about LaBrea. > In order to do this you will need to have IDE support in your kernel via either the trinux-ide boot floppy or add ide.tgz to the kpkglist file in /tux/config/ on the boot floppy or # getpkg 2.4.5/ide # dmesg | grep hd will show all the partitions Make sure you umount /dev/hdwhatever before you reboot because I think the busybox reboot command might be broken and not do the umount -a (all) that it is supposed to do. - mdf |