Re: [maemo-developers] Re: Memory card corrupted or unformatted

2006-04-20 Thread Kasper Souren
Later I found the format thing in the File manager's menu. I didn't
expect it to be there. I guess it'd be nice to also add it to the
context menu of the memory card. Or simply ask the question "Do you
want to format the memory card now?", after the first time the device
finds out the card is "unformatted or corrupted".
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Re: Memory card corrupted or unformatted

2006-04-20 Thread Kimmo Hämäläinen
On Thu, 2006-04-20 at 01:58, ext Kasper Souren wrote:
> > The N770 keeps on complaining "Memory card corrupted or unformatted" and
> > I can't find out how to format it on the Nokia.
> 
> http://serendipity.ravenwolf.de/index.php?/archives/11-extrootfs_1.0_arm.deb.html
> does the trick. Now it would still be nice to know why the mkfs.vfat
> from the laptop didn't work as expected.

Maybe there was some garbage on the MMC, confusing the 'mount' command.
Next time you could try to do something like

dd if=/dev/zero of=/dev/ bs=512 count=1000

before the mkfs.vfat command, because I think mkfs does not clear the
device so well before formatting it.

There will be improvement for these issues in the OS2006 release
(including MMC partitioning support).

BR; Kimmo

> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Re: Memory card corrupted or unformatted

2006-04-19 Thread Kasper Souren
> The N770 keeps on complaining "Memory card corrupted or unformatted" and
> I can't find out how to format it on the Nokia.

http://serendipity.ravenwolf.de/index.php?/archives/11-extrootfs_1.0_arm.deb.html
does the trick. Now it would still be nice to know why the mkfs.vfat
from the laptop didn't work as expected.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers