Monday, May 01, 2006

SD card partition, filesystem

Created two ( one to used as DOS, other ext2) partitions
fdisk /dev/sdcard1/disc0/disc

Create ext2 filesystem
mke2fs /dev/sdcard1/disc0/part2

Mount is having problem , giving error
EXT2-fs: blocksize too small for device.

S

It looks like, you can not create ext2 filesystem more than 512 MB on the SD card. Split into two and works

S

No comments: