From: Matthew F. <mf...@ci...> - 2001-09-30 18:31:58
|
> some time ago i downloaded trinux version 0.5x and a nice documentation > (html- with a lot of helpful tuxs), but i didn't work with it. > > now i downloaded the actual version trinux-0.80rc2-ide.img > (and i miss the helpful tuxs). I'm not sure what you mean by "tuxs" ?? > i've got two problems > > 1111111 > i want to copy datas from hda7 to hdb7 (both partitions with ext2) > > but i can't mount them > mount -t ext2 /dev/hda7 /hda7 > or > mkdir pipapo > mount -t ext2 /dev/hda7 /pipapo > produce the message: > mount: Mounting /dev/hda7 on /hda (/pipapo) failed. No such device. If you are using the ide boot disk you still need ext2 fs modules which are in http://trinux.sf.net/pkg/2.4.5/fsmods.tgz. You could put your fsmods.tgz on your second floppy or untar the package and just put ext2.o on the boot disk (assuming it fits). Then add ext2.o to \tux\config\modules on the boot floppy to get it loaded at boot time (hopefully) > 222222 > i copied the package vi.tgz on a floppy an said yes to the question if i have > a further floppy at boottime. > but starting vi produces the message: > vi: error in loading shared libraries: libncurses.so.5: cannot open shared > objectfile: no such file or directory You need the term.tgz package and the baselib.tgz package. See http://trinux.sf.net/tools.html for Manditory Packages I agree the documentation needs work, unfortunately no time to work on it. - mdf |