- 10-28-2011, 04:07 PM
Thread Author #76
You may need to change the block size (4096) to be optimal for the partition size you choose. This is in the 5 terminal commands used to format the partition.
- 10-28-2011, 04:19 PM #77
- 10-30-2011, 10:45 PM
Thread Author #78
Re: [How-To] data2ext for Reborn, Froyo 2.2 and CM7
Yes, still use swap 0.
I'm not quite sure where you are having problems. The first terminal command is making sure that the sd-ext partition is not mounted. It should return nothing if you just created the partition and have not done anything with app2sd stuff.
You only need to run the second command if the first command returned something indicating that the sd-ext partition on your memory card has been mounted.Code:mount|egrep mmcblk0p2
If the first command formatting gives you that error, then try partitioning it in recovery again.Code:umount /dev/block/mmcblk0p2
If that still gives you problems just run the mount command and copy the output into a post here so I can see what is going on.Code:mke2fs -m0 -b4096 /dev/block/mmcblk0p2
Code:mount
- 10-31-2011, 04:31 AM #79
So if /data is linked to the sd card, then what, if anything still uses the 165mb of internal storage? Is it just wasted? I have a class 10sd card but internal has got to be faster...doesn't it?
Sent from my LS670 using TapatalkLast edited by On3wheels; 11-02-2011 at 07:54 AM.
- 11-04-2011, 09:33 PM #80
Re: [How-To] data2ext for Reborn, Froyo 2.2 and CM7
I get this message: It seemed to work at first, then I started moving my apps back from the sd card (with app2sd app) and once I was almost done with about 400mb free my phone said it was too low on memory to move any more apps back over. I rebooted and data2ext was no longer working.
data2ext --enable
insmod: can't insert '/system/lib/modules/mbcache.ko': File exists
insmod: can't insert '/system/lib/modules/jbd2.ko': File exists
insmod: can't insert '/system/lib/modules/ext4.ko': File exists
Data2EXT is already enabled but not active... - 11-04-2011, 09:58 PM #81
- 11-04-2011, 10:09 PM #82
- 11-14-2011, 03:07 AM #83
- 11-14-2011, 09:05 AM #84
- 11-17-2011, 04:30 AM #85
Re: [How-To] data2ext for Reborn, Froyo 2.2 and CM7
I running Kravens CM7 ROM, and Xionia recovery. I followed all the commands in the 1st post and everything seemed to go fine. No errors.
I was expecting to have more space in my phone's memory. But there isn't any extra space.
That's what this is supposed to do, right? If so, any ideas on what could be going on with my phone?Last edited by KindHead; 11-17-2011 at 04:39 AM.
- 11-17-2011, 04:54 AM #86
- 11-20-2011, 07:53 AM #87
- 11-20-2011, 12:13 PM #88
- 11-20-2011, 10:26 PM #89
Re: [How-To] data2ext for Reborn, Froyo 2.2 and CM7
Hello MasterJake,
I am using the Your MOM ROMso maybe I am missing a step. But I still am unable to activate data2ext. See attached CMD stream.
This is after formatting and partitioning the SDCARD.
Thanks for your comments.
Farshad - 11-21-2011, 01:32 AM #90
- 11-21-2011, 06:29 AM #91
- 11-21-2011, 09:57 AM #92
- 11-21-2011, 12:46 PM #93
- 11-21-2011, 12:53 PM #94
- 11-23-2011, 06:44 AM #95
Re: [How-To] data2ext for Reborn, Froyo 2.2 and CM7
Yup partitioned fine , used the recovery that come with MOM ROM, zvhrec. HAve reflashed a couple of time. Cleaned everything on the SDcard except the data2ext on MOMROM installation page. Then partitioned in recovery. Then ran some formatting script I believe.
Confounded !
- 11-29-2011, 07:12 PM #96
Don't know where else to put this so I figured here. I am a big supporter of data2ext and have been using it since I can remember. Often when I drop my phone it kills data2ext I assume from the sdcard moving in the phone. I fix this with the e2fsck command in the op. Fixes most of my data2ext issues. Just an fyi.
- 12-01-2011, 08:08 AM #97
Re: [How-To] data2ext for Reborn, Froyo 2.2 and CM7
OK starting from scratch.
I formated sd, tried to unmount ... failed
mount returned
sh-3.2# mount
mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
/dev/block/mtdblock5 /system yaffs2 ro,relatime 0 0
/dev/block/mtdblock6 /data yaffs2 rw,noatime 0 0
/dev/block/mtdblock8 /persist yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock1 /cache yaffs2 rw,noatime 0 0
/dev/block/mtdblock1 /data/dalvik-cache yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/vold/179:2 /data/sdext2 ext4 rw,relatime,barrier=1,data=ordered 0 0
none /sys/kernel/debug debugfs rw,relatime 0 0
/dev/block/vold/179:1 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,u
id=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset
=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:1 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relat
ime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,ioch
arset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
sh-3.2#
Any help????? - 12-07-2011, 12:53 PM #98
- 12-07-2011, 02:34 PM
Thread Author #99
Re: [How-To] data2ext for Reborn, Froyo 2.2 and CM7
Caveat: I have switched roms, but I have not upgraded since installing data2ext. So take this with a grain of salt (or a nandroid backup is always useful)
I believe all you have to do after an upgrade is flash data2ext and run data2ext -enable again.
If you want to move the dalvik-cache to the SDEXT you would need to follow those procedures also. - 12-07-2011, 06:37 PM #100



Reply


































