PCMCIA보드를 구입하여 MMC를 사용할려고 1G짜리 MMC를 하나
구해서 테스트 해보았습니다.

[root@ez-x5 /root]$ fdisk /dev/mmca
Partition check:
mmca: unknown partition table

The number of cylinders for this disk is set to 2007040.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/mmca: 1 heads, 1 sectors, 2007040 cylinders
Units = cylinders of 1 * 512 bytes

Device Boot Start End Blocks Id System
/dev/mmca1 2 10000 4999+ 83 Linux
/dev/mmca2 10001 2007040 998520 83 Linux
/dev/mmca3 1 1 0 0 Empty
Partition 3 does not end on cylinder boundary:
phys=(0, 0, 0) should be (0, 0, 1)

이렇게 파티션을 나누었습니다.
####### 그다음 포멧~~~ ^^

[root@ez-x5 /root]$ mke2fs /dev/mmca1
mke2fs 1.27 (8-Mar-2002)
mmca:end_request: I/O error, dev f1:00 (mmc_block), sector 0

여기서 이렇게 멈추어 버립니다.

####### 다시 리붓팅 후 해보았습니다.

[root@ez-x5 /root]$ mke2fs /dev/mmca2
mke2fs 1.27 (8-Mar-2002)
Partition check:
mmca: unknown partition table
mke2fs: No such device while trying to determine filesystem size

[root@ez-x5 /root]$ mke2fs /dev/mmca1
mke2fs 1.27 (8-Mar-2002)
mke2fs: No such device while trying to determine filesystem size

[root@ez-x5 /root]$ fdisk /dev/mmca
Unable to open /dev/mmca

[root@ez-x5 /root]$

####### MMCA를 제거후 다시 삽입하여 해보았습니다.

[root@ez-x5 /root]$ mke2fs /dev/mmca1
mke2fs 1.27 (8-Mar-2002)
mmca: mmca1 mmca2
mmca:end_request: I/O error, dev f1:00 (mmc_block), sector 0

멈추어 버립니다...
참고로 make menuconfig에서 mmc관련 셋팅만 다 해주었습니다.
PCMCIA, CF설정은 하지 않았음..
MMCA 사기 전에 미리 전화 드려서 여쭈어 보았는데 용량 문제는 없다고 하셔
서 1G짜리로 구입했습니다.. ㅠㅠ 부탁 드립니다.