Not at all! I did say one command at a time. Three separate lines. Looking at willi's last output, the card is listedi n /dev but not in sfdisk output. That doean't look promising but you can try michaaa's fsck command without the p1, like so: Code: root fsck -af /dev/mmcblk1
root fsck -af /dev/mmcblk1
~ $ root BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900:~# fsck -af /dev/mmcblk1 fsck 1.41.3.maemo0 (12-Oct-2008) fsck.ext2: Bad magic number in super-block while trying to open /dev/mmcblk1 /dev/mmcblk1: The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device> Nokia-N900:~#