Is it possible for someone to create a script to convert ext3 to ext4 and backwards.
I'v flashed my recovery menu with unrevoked, and clockmodwork doesn't support ext partitions in their recovery image.
http://forum.xda-developers.com/showthread.php?t=689778&highlight=AMon
This recovery allows you to convert your ext3 partition to ext4 (not backwards)
But you can easily do it within Linux using GParted
I've tried that.
When i start gparted it indeed can let me format back to ext3, only when i format back to ext3 i will lose my data on the ext4 partition.
I thought maybe there was a option to create a GScript script, so i can run it on my phone.
Have you try to mount ext4 as ext3?
http://en.wikipedia.org/wiki/Ext4
The ext3 file system is partially forward compatible with ext4, that is, an ext4 filesystem can be mounted as an ext3 partition (using "ext3" as the filesystem type when mounting). However, if the ext4 partition uses extents (a major new feature of ext4), then the ability to mount the file system as ext3 is lost.
peewster said:
I've tried that.
When i start gparted it indeed can let me format back to ext3, only when i format back to ext3 i will lose my data on the ext4 partition.
I thought maybe there was a option to create a GScript script, so i can run it on my phone.
Click to expand...
Click to collapse
PULL the files from the ext4 partition, then format it to ext3 and PUSH them back.
globalm said:
PULL the files from the ext4 partition, then format it to ext3 and PUSH them back.
Click to expand...
Click to collapse
i should had figured that out myself
Hi,
I have created a separate partition on my SD card for sd-ext and formatted it using pc (Ubuntu) to ext4 then ext3 then ext2 and used Recovery to format sd-ext but whilst apps2sd works, the app is stored on the main FAT32 partition rather than the sd-ext.
Is this still possible to do? I know that apps2sd working using the primary partition is still apps2sd but I would prefer them to use the sd-ext partition.
Many thanks.
p.s. all relevant info is in sig.
Does the format partition System Storage is fat32 or ext4?
If not ext4 how can i format it into ext4??
Hi,
I used this guide (cyanogenmod.com/wiki/Sony_Ericsson_Xperia_Play_%28GSM%29:_Full_Update_Guide) to install CM9 on my Xperia Play. After everything worked out well I decided to "extend" my external memory by using s2e and an ext3 partition. First I created a big primary fat32 (~29GB) partition and then a primary ext3 partition (~1.5GB) on my sd card. Now the problem: s2e doesn't recognize this ext3 partition. When booting to recovery it's possible to successfully use "mount /sd-ext". When booting to CM9 I can't find /mnt/sd-ext, /sd-ext or any similar mount point (Where is it or where should it be?). Just for testing purpose and because I'm not allowed to create an own mount point (Why that by the way?) I unmounted /mnt/obb and mounted my ext3 partition there by using "mount -t ext3 /dev/block/mmcblk0p2 /mnt/obb" in the Terminal Emulator and it worked.
What am I doing wrong? Why won't simple2ext recognize my ext3 partition?
I just tried link2sd and it worked. Now I'm wondering even more why s2e doesn't! Any ideas?
Does the S3 support Ext3 or ext4 filesystems for data storage on the external card? I would test this myself personally, but I'm not at a place where I can back everything up.
Also this is on Stock Kernel.