Hi,
I have a Toshiba 300CDS, that I use as a X thin client, and rarely “as itself”. It has 48MB RAM, a Pentium 166 MMX CPU, and 2.5GB HD.
It currently runs DSL, but this seems to be a dead distribution (latest version in 2008).
So I thought about changing to Tiny Core. I copied Core 4.2’s vmlinuz and core.gz, as well a an existing tce directory to the existing hda2 ext2 partition (hda1 is swap), and appended an adequate entry to the existing Grub 0.97 menu.
Boot goes fine, but I have a problem: no partitions are seen! /proc/partitions is empty save the line with zram0. So of course mount fails to see /dev/hda2 (sda2 gives the same result of course).
I tried plugging an USB flash drive (usable with DSL), and running the /usr/bin/mountables.sh script, to no avail. /proc/partitions remains (almost) empty, and /etc/fstab shows no USB or IDE partition.
Whatever /dev/xxx I give, mount gives the same output:
mount: mounting /dev/xxx on /path failed: No such device or address
What should I do?