SDCARD

alex
hi guys i have a formatted my sd card with ext3 fs. now i am having trouble
mounting it on the mini2440? It says no valid FAT filesystem found on
mmcblk0. has anyone tried this before?

thanks in advance
rose

S.Onur Selamet
As far as i know you have use an ext3 fs enabled kernel image to mount it
succesfully. You can config your kernel with ext3 support and try again.

skip2816
Hallo,

there are two things:

first: support for ext3 is not included in standard kernel. You have to
compile your own one with support for ext3 enabled. This should not a
problem.

second: The auto mounter does not mount SD cards which have other file
systems than vfat. A line in /etc/init.d/rcS can this do at least at system
start. Or edit /etc/mdev.conf and let your own scrit run at the insert
event of your SD card.

skip

alex
thanks skip for the mention.m kinda new to linux i saw the rcS and mdev
files bt dont know what to put 'xactly. Can u help me on that?
thanks in advance

alex
okay solved it