Greetings;
Would anyone know if there is a F2FS compatible Custom Rom for N6P?
Thank you.
There is a custom ROM which supports F2FS, but AFAIK there is no way to format the system and data partitions to F2FS. Hopefully one day TWRP will support native F2FS formatting.
samteeee said:
Greetings;
Would anyone know if there is a F2FS compatible Custom Rom for N6P?
Thank you.
Click to expand...
Click to collapse
ripv2 said:
There is a custom ROM which supports F2FS, but AFAIK there is no way to format the system and data partitions to F2FS. Hopefully one day TWRP will support native F2FS formatting.
Click to expand...
Click to collapse
A custom TWRP was released today for this....
http://forum.xda-developers.com/showthread.php?p=65193930
Batfink33 said:
A custom TWRP was released today for this....
http://forum.xda-developers.com/showthread.php?p=65193930
Click to expand...
Click to collapse
Merci.........
So twrp gives error trying to change cache to f2fs. Also, system gets rewritten to ext4 when you flash. Data will stay at f2fs though.
Related
I'm sorry if this has been asked, but I have looked and am not able to post in the developer thread yet. I've got everything up and running on my N7 with f2fs, but I'm curious now if I update my ROM do I have to go through all the steps again? Do I always need to format data at the end and lose everything? Should I be using titanium backup to solve this? Hopefully someone can help me out.
waywardsojourner said:
I'm sorry if this has been asked, but I have looked and am not able to post in the developer thread yet. I've got everything up and running on my N7 with f2fs, but I'm curious now if I update my ROM do I have to go through all the steps again? Do I always need to format data at the end and lose everything? Should I be using titanium backup to solve this? Hopefully someone can help me out.
Click to expand...
Click to collapse
If everything is up and running on F2FS already, you can flash and restore titanium backups as normal. You just now have to make sure the ROM and/or kernel you're flashing supports F2FS or has been converted to support F2FS.
PrizmaticSmoke said:
If everything is up and running on F2FS already, you can flash and restore titanium backups as normal. You just now have to make sure the ROM and/or kernel you're flashing supports F2FS or has been converted to support F2F2.
Click to expand...
Click to collapse
Thanks for the info!
PrizmaticSmoke said:
If everything is up and running on F2FS already, you can flash and restore titanium backups as normal. You just now have to make sure the ROM and/or kernel you're flashing supports F2FS or has been converted to support F2FS.
Click to expand...
Click to collapse
I am already on Carbon Rom All-F2FS, should I switch to another F2FS rom, what wipes are necessary? And should I format my tab again to all F2FS?
Leonhan said:
I am already on Carbon Rom All-F2FS, should I switch to another F2FS rom, what wipes are necessary? And should I format my tab again to all F2FS?
Click to expand...
Click to collapse
Just do a normal clean flash like you would if you were still on ext4. No need to reformat. That's how i switched to Carbon. As far as nightlies on Carbon (or others), just dirty flash them. I've had no problems doing that.
Hello folks,
Well, we all know that the stock Moto G filesystem is F2FS. But surprisingly, the Moto G GPe has a native Ext4 support. Since F2FS is supposed to have about a 30% better performance, I decided to try out the convert to F2FS feature in Philz recovery. So I formatted my system and cache to F2FS (since it didn't give me an option to wipe data and data/media to convert) and flashed a ROM. Currently, I seem to be facing a bootloop.
Anyway, has anyone else tried something like this? If yes, then please share your experience here.
Cheers.
It would be great if that would be possible,then you could jump from retail stock to GPe more easly. I have an XT1032 stock rom and i'd really like GPe,but my concerns are that would i be able to stock XT1032 again from GPe? You know,for F2FS and if i wanted to flash custom roms again to have better support. Any thoughts on my question? And look the first post,this is really interesting since if you'd want custom roms and you are on GPe,you wouldnt need to flash stock ROM to avoid bugs with custom roms and GPe
TWRP also include a format to f2fs <-> ext4 option:
Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. You will find this option under Wipe -> Advanced Wipe, then select only one partition and then press the Repair or Change File System button. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
Click to expand...
Click to collapse
http://teamw.in/project/twrp2
Wipe > Advanced Wipe > <Select Partition> > Repair or Change File System > Change File System
I will test this out tomorrow when I have some time.
U need a kernel support somewhat like this in nexus 5 for f2fs
http://forum.xda-developers.com/google-nexus-5/orig-development/nexus-5-f2fs-t2668486
Stock kernel supports f2fs, GPE kernel does not. Development of a GPE kernel that supported f2fs would be ideal, assuming the GPE stock ROM also functions correctly with a f2fs formated USERDATA partition.
Has anyone even tried to flash boot.img from stock,and then converting in philz?
DeHuMaNiZeD said:
Has anyone even tried to flash boot.img from stock,and then converting in philz?
Click to expand...
Click to collapse
/boot/ (kernel+ramdisk) does not need to be formatted. Flashing boot.img before or after wouldn't make any difference.
lost101 said:
/boot/ (kernel+ramdisk) does not need to be formatted. Flashing boot.img before or after wouldn't make any difference.
Click to expand...
Click to collapse
Well, I tried using TWRP, but it ended converting my phone back to dual sim.
Sent from my Moto G using XDA Premium 4 mobile app
Using TWRP to reformat 'data' from f2fs to ext4 wipes SDCARD and didn't even change the format. Right now it appears if you plan on moving between GPE and non-GPE and possibly back again, keep a full firmware image for both.
EDIT: Actually it appears TWRP did format correctly. But the GPE kernel can't get past the Bootloader. Perhaps there are other partition table differences.
After another try..the following works fine.
Migrate to GPE:
1) In TWRP, wipe, and format 'Data' from f2fs to ext4 (this will wipe internal storage.)
2) Sideload / adb push GPE ROM or flash ROM and Kernel via fastboot.
3) Reboot
Return to Motorola Stock:
1) In TWRP, wipe, and format 'Data' from ext4 to f2fs (this will wipe internal storage.)
2) Sideload / adb push Stock ROM or flash ROM and Kernel via fastboot.
3) Reboot
rudi_j7 said:
Well, I tried using TWRP, but it ended converting my phone back to dual sim.
Click to expand...
Click to collapse
I re-read your OP. The GPE Kernel expects the 'userdata' partition to be ext4. Unless someone develops a custom kernel to support it; you will never be able to run the GPE ROM with an f2fs 'userdata.'
Because you set all partitions to F2FS. Only need to change /data to F2FS. Leave system and cache ext4. You would need a ROM with a patched fstab and then a kernel supporting f2fs for system and cache to be in F2FS as well. Plus major benefit is in /data, not system and cache. I tested full F2FS on my N4 and it was more a pain with less gain. /data is all that should be F2FS.
Sent from my Moto G using Tapatalk
You can get it by deleting the partition / data and change it later by f2fs with TWRP fastboot erase boot partition and flash the boot.img from the stock 4.4.4 rom motorola everything from GPE and I have it so it shows more fluid
I was trying to convert my system, data and cache to F2FS but after the conversion I can't use Data anymore (apparently it cannot mount data and system anymore).
Could be a problem LinkedIn to the grarak modded 3.0.2 I'm using for Exodus 6?
Any feedback is welcome!
Up
Most probably as the official one from twrp supports f2fs natively.
I would recommend to go back to official twrp convert to f2fs properly from there and then flash the modified one, do this if you are brave enough, i havent tried this method but it should work. If all fails stay on ext4 till garak or twrp updates their twrp versions.
Thanks for you answer... I thought the same... I'll try as the new phone will come and let you know...
IlD4nX said:
I was trying to convert my system, data and cache to F2FS but after the conversion I can't use Data anymore (apparently it cannot mount data and system anymore).
Could be a problem LinkedIn to the grarak modded 3.0.2 I'm using for Exodus 6?
Any feedback is welcome!
Click to expand...
Click to collapse
I got the same error for my Redmi Note 3 ... tried 3.0.0.0, 3.0.2.2, but nothing. then a guy suggested this:
https://www.androidfilehost.com/?fid=24591000424943818
and it worked. Now I can't boot on f2fs, just trying to make it work on 6.0.1 Mokee rom
Hello i tried formatting cache and system partitions as F2FS but TWRP 3020 says Failed to mount /system and /cache (no such device)
Heres the log.Should i continue flashing rom and ignore this message or what?
which twrp version you are using?
varun4495 said:
which twrp version you are using?
Click to expand...
Click to collapse
TWRP 3020
I tried flashing rom it didnt work
JovanSijacki said:
TWRP 3020
I tried flashing rom it didnt work
Click to expand...
Click to collapse
Rom flashing gives error of mounting system fail?
F2fs Need Recovery compiled with a kernel that has f2fs Support How Can your Old Recovery Support F2fs Which is just Made for Simple Tasks Better Switch to f2fs Based recovery and Regarding system partition as f2fs Really bro you serious ? who made f2fs Supported Rom For lenovo a6000 although you may use "Userdata" & Cache as f2fs and That Too in MIUI builds well hope this information clears to you what is needed and What isnt
Yes it does,so what should i do to use f2fs which recovery
Can enyone explain how to get fully working f2fs lenovo a6000
JovanSijacki said:
Hello i tried formatting cache and system partitions as F2FS but TWRP 3020 says Failed to mount /system and /cache (no such device)
Heres the log.Should i continue flashing rom and ignore this message or what?
Click to expand...
Click to collapse
Try This one.. this helped me when i was stuck in the same failed to mount error.
try this one.
As the title said.
Is there any way to use stock rom(pie) with f2fs data & cache partition???
I tried flashing custom kernel, but no luck.
123r4ka456 said:
As the title said.
Is there any way to use stock rom(pie) with f2fs data & cache partition???
I tried flashing custom kernel, but no luck.
Click to expand...
Click to collapse
I think rom must support f2fs, not only kernel. And if u want to use f2fs try custom roms there are lots of roms for our device which support f2fs