View Single Post
Posts: 12 | Thanked: 0 times | Joined on Nov 2010
#209
i followed all steps 2 times, and 2 times my phone continue with 2GB in /home.
when i reboot my phone use MicroSD how a /home, and i format /home and /MyDocs, and i reboot, all correctly, but when i finished i check memory and MyDocs said 27GB and /home *free 1,6GB*

in this step:
Code:
-Open /usr/lib/genfstab.awk and comment out the following pieces of code
Code:

start == 1 && $6 == 83 && !__home {
       printf "%s /home ext3 %s 0 0\n", $1, home_opts            
        printf "/home/opt /opt none bind\n"
        __home++
}

Code:

start == 1 && $6 == "c" && !__fat {
       printf "%s /home/user/MyDocs vfat %s 0 0\n", $1, fat_opts
       __fat++
}
I have to do? i check the file and is exactly how code...

he means by * comment out *? delete?