Sorry, I'm new to tinycore. I've made my CF following this tutorial:
http://www.parkytowers.me.uk/thin/Linux/TinycoreCF.shtml@gerald_clark
I've made all the process indicated in the tutorial again, but making a partition of 256MB (using fdisk I've chosen the whole CF as partition size)
I'm not using a CD.
The output for the commands:
"ls -l /etc/sysconfig/tcedir"
lrwxrwxrwx 1 root root 13 Jan 12 00:00 /etc/ssconfig/tecdir -> /mnt/sda1/tce
"blkid /dev/sd*"
/dev/sda: PTTYPE='dos'
/dev/sda1: LABEL='TINYCORE' UUID='bf2b625c-a3ed-4696-94e6-b0acbfba77c5" TYPE="ext2"
"df /dev/sd*"
/dev/sda1 15.5M 14.7M 0 100% /mnt/sda1
df:/dev/sda2:can't find mount point
(the same for: sda3/4/5/6/7/8 & sdb/1/2/3/4/5/6/7/8/9)
I've checked it, e2fsprogs is already downloaded. But when I try :
$resize2fs
The answer is "resize2fs: not found"
Thanks.