mounting sd card

detour
Can't mount SD card.

[root@FriendlyARM /]# mount -t ext3 /dev/mmcblk0 mnt/sd_card
mount: mounting /dev/mmcblk0 on mnt/sd_card failed: Invalid argument

No, there are no partitions on the card. Just an ext3 file system.

[root@FriendlyARM /]# mount -t ext3 /dev/mmcblk0p1 /mnt/sd_card
mount: mounting /dev/mmcblk0p1 on /mnt/sd_card failed: No such file or
directory

Card leaving and coming is recognized.

[root@FriendlyARM /]# m�c0: card aaaa removed
s3c-sdi s3c2440-sdi: powered down.
eth0: link down
s3c-sdi s3c2440-sdi: running at 0kHz (requested: 0kHz).
s3c-sdi s3c2440-sdi: running at 398kHz (requested: 400kHz).
s3c-sdi s3c2440-sdi: running at 398kHz (requested: 400kHz).
s3c-sdi s3c2440-sdi: running at 398kHz (requested: 400kHz�.
s3c-sdi s3c2440-sdi: running at 398kHz (requested: 400kHz).
s3c-sdi s3c2440-sdi: running at 398kHz (requested: 400kHz).
s3c-sdi s3c2440-sdi: running at 398kHz (requested: 400kHz).
s3c-sdi s3c2440-sdi: running at 398kHz (requested: 400kHz).
s3c-sdi s3c2440-sdi: running at 16875kHz (requested: 25000kHz).
s3c-sdi s3c2440-sdi: running at 16875kHz (requested: 25000kHz).
mmc0: new SD card at address aaaa
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
mmcblk0: mmc0:aaaa SD02G 1.84 GiB 
 mmcblk0: p1

[root@FriendlyARM /]# uname -a
Linux FriendlyARM 2.6.32.2-FriendlyARM #2 Fri Jan 14 16:18:16 PST 2011
armv4tl unknown

Any suggestions?

Thanks.

serg_io
Check /dev/mmcblk0p1 node is exists? If no, then check mdev or udev utils
in your filesystem

mibrahim
I tried the same command you use but without -t option. it gives me a
warning but it works fine for me
[root@FriendlyARM /]# mount /dev/mmcblk0p1 /mnt/sd_card

Juergen Beisert
Check "/proc/filesystems" if it lists the ext3 filesystem as supported. If
not, re-build your kernel with ext3 support.