From: <lu...@om...> - 2001-09-28 15:34:02
|
"France DeParis" <fra...@pa...> wrote: > 1) Is there any more documentation on Trinux than what is available in the > "Configure It" and "Use it" sections of the Trinux page? (note that the "The > Basics" page appears to be truncated > 2) the savehome and savecfg commands return a "command not found" > message. I would like to save my config and drivers so that I don't have to > dl them from the net all the time. > 3) is it possible to use one of my hard disk partitions? I would prefer to > use my drive D: (both my C: and D: are FAT) > 4) re LabreA: I have followed the instructions on how to run it - and it > appears to be running - but how do I see what it is doing? (I suspect it has > something with accessing "syslog", but I don't know how to do that, newbie > that I am). It would be great if there were some sort of switch or console > 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. Lucas Omsoft Technologies |