Hello all,
I recently rooted my nexus one with the main objective of getting rid of the common internal storage issue. I was very impressed by the MIUI rom, very sleek! well done!
I created a 1GB partition on my sdcard and formatted it as ext3 and installed 1.12.16 surely enough miui detects it and shows it in the A2SD+ section of settings -> SD card Settings.
bash-3.2# fdisk -l /dev/block/mmcblk0
Disk /dev/block/mmcblk0: 16.0 GB, 16012804096 bytes
256 heads, 63 sectors/track, 1939 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
Device Boot Start End Blocks Id System
/dev/block/mmcblk0p1 1 1818 14660320+ c Win95 FAT32 (LBA)
/dev/block/mmcblk0p2 1819 1939 975744 83 Linux
bash-3.2# mount | egrep -e 'mmc|vold'
/dev/block/mmcblk0p2 on /sd-ext type ext3 (rw,noatime,nodiratime,barrier=1,nodelalloc,data=ordered)
/dev/block/vold/179:1 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
/dev/block/vold/179:1 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
it is my understanding that A2SD+ moves only the Dalvik cache in the ext3 partition. Although this might be a storage improvement I end-up running out of space again once I finished re-installing all my tons of apps.
My question...
Is there anything else I should/could do? What are you guys doing to solve this problem? are you guys mounting or symlinking /data/app /data/app-private on mmcblk0p2? What does MIUI s***est?
Thanks,
storage desperate max
I recently rooted my nexus one with the main objective of getting rid of the common internal storage issue. I was very impressed by the MIUI rom, very sleek! well done!
I created a 1GB partition on my sdcard and formatted it as ext3 and installed 1.12.16 surely enough miui detects it and shows it in the A2SD+ section of settings -> SD card Settings.
bash-3.2# fdisk -l /dev/block/mmcblk0
Disk /dev/block/mmcblk0: 16.0 GB, 16012804096 bytes
256 heads, 63 sectors/track, 1939 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
Device Boot Start End Blocks Id System
/dev/block/mmcblk0p1 1 1818 14660320+ c Win95 FAT32 (LBA)
/dev/block/mmcblk0p2 1819 1939 975744 83 Linux
bash-3.2# mount | egrep -e 'mmc|vold'
/dev/block/mmcblk0p2 on /sd-ext type ext3 (rw,noatime,nodiratime,barrier=1,nodelalloc,data=ordered)
/dev/block/vold/179:1 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
/dev/block/vold/179:1 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
it is my understanding that A2SD+ moves only the Dalvik cache in the ext3 partition. Although this might be a storage improvement I end-up running out of space again once I finished re-installing all my tons of apps.
My question...
Is there anything else I should/could do? What are you guys doing to solve this problem? are you guys mounting or symlinking /data/app /data/app-private on mmcblk0p2? What does MIUI s***est?
Thanks,
storage desperate max