Posts

Showing posts with the label n900

Partitioning N900's memory card

So i was preparing Atiezul's MicroSD card for instaling NitDroid on her N900. Just some reminder for me self on partitioning N900 memory card. Hope this help someone. I had gotten meself a 8GB MicroSD. The settings i wanted was 5GB Linux parttiton (ext3) and balance of 3GB Fat (vfat?). Below the things i done: Nokia-N900:~# umount /media/mmc1 Nokia-N900:~# sfdisk -uM /dev/mmcblk1 << EOF > ,5000,L > ,2647,D > ,,L > ,, > EOF Checking that no-one is using this disk right now ... OK Disk /dev/mmcblk1: 244704 cylinders, 4 heads, 16 sectors/track Old situation: Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0    Device Boot Start   End    MiB    #blocks   Id  System /dev/mmcblk1p1         0+  4999   5000-   5119999+   c  W95 FAT32 (LBA) /dev/mmcblk1p2      5000   7646   2647    2710528    ...