
10 Aug
2010
10 Aug
'10
5:24 a.m.
Xu, Hong wrote:
Hi Reinhard,
To format the SD card, I did following ----8<---- # dd if=/dev/zero of=/dev/sdc bs=512 count=100000 # mke2fs /dev/sdc # mount /dev/sdc /mnt/ext2disk # '' copy some files to /mnt/ext2disk ----8<----
I guess you tested fatls or fatload or fatinfo or ext2ls, could you give me a hint why I failed with 'ext2ls'?
/dev/sdc is the whole card, not a partition on it.
I tested with a proper partitioned card (/dev/sdc1 under LinuX).
Reinhard