Quote Originally Posted by garyng
I tried to manually mount /dev/sda1 but it said it is not a block device.
Post the command you entered to mount the drive.
I would do this:
Open a root terminal:
cd /mnt
ls


This will tell you what mount points you have. Then do a:
mount -a auto /dev/sda1 /mnt/? (replace the '?' with a mount point that you have listed in /mnt.)
If you get no errors then do a:
cd /mnt/?
ls


Post back with what happens.

BTW- the "Did not find valid FSINFO signature" error you see is caused by the attempted auto mount of a filesystem in fstab. If you still have problems post your fstab too please.

Quote Originally Posted by zzyzx
Knoppix detects my CF reader fine and even asks whether I want to install knoppix to it with knx-hdinstall.
That's quite hilarious is it not- Knoppix wants to install itself everywhere!!