Hey -- I've inserted a micro SD card formatted as FAT32, but I want to format it as Ext3 without taking it out. Is this possible? make_ext3 and fdisk return errors. Thanks.
you can format a drive via router! First umount SD card and then mkfs.ext2 /dev/sdxx where sdxx is a partition on SD card. Do not use ext3 on SD card. Use ext2.
if you want change label and you can format a drive then use: mkfs.ext2 -L <label> /dev/sdx1 if you don`t want format a drive but you want change label you can use tool e2label (from optware). I see that tool is already in busybox but it is disabled. I can build-in e2label in next release.