Skip to content

Instantly share code, notes, and snippets.

@aeroevan
Last active August 29, 2015 13:57
Show Gist options
  • Save aeroevan/9902166 to your computer and use it in GitHub Desktop.
Save aeroevan/9902166 to your computer and use it in GitHub Desktop.
d2lte f2fs /data
# device tree
http://review.cyanogenmod.org/#/c/61951/
http://review.cyanogenmod.org/#/c/61952/
# kernel
http://review.cyanogenmod.org/#/c/61570/
http://review.cyanogenmod.org/#/c/61571/
http://review.cyanogenmod.org/#/c/61572/
# recovery
http://review.cyanogenmod.org/#/c/61239/
# busybox
http://review.cyanogenmod.org/#/c/61272/
# system/core
http://review.cyanogenmod.org/#/c/61420/
# system/vold
http://review.cyanogenmod.org/#/c/61238/
# e2fsprogs
http://review.cyanogenmod.org/#/c/61273/
Then using the recovery built with TARGET_USERIMAGES_USE_F2FS set (so that f2fs tools gets included), mkfs.f2fs userdata, flash and enjoy :)
WARNING: this will wipe all of your data, and recovery will try to mount /data as f2fs and fail if it is still formatted as ext4, so keep your computer/adb handy to mount -t ext4 /dev/block/platform/msm_sdcc.1/by-name/userdata /data if you want to backup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment