Any way to add more space in system partiton
Because i dont know why its FULL
Hello Everyone
I'm user redmi 2 1gb variant
i want to change my system partition, and i use file 1,5GB Partition @jsidney96
, i click partition.bat, and it works, my system partition change to 1.5gb, but after i flash rom Lineage OS, Viper OS, Validus.. my system partition change to default size.. and i try to repair partition on twrp wipe menu, and no changes has made,... can you help me to fix my problem? or are you have a recommendation rom for resize partition?
Thank You
#Redmi2
because your rom using raw system partition dump from smaller system partition size
inunxelex said:
because your rom using raw system partition dump from smaller system partition size
Click to expand...
Click to collapse
Ohhh..,, thanks
Hello!
Unfortunately I have deleted internal storage in TWRP recovery.
Now I want to try to restore the files using Testdisk / Photorec.
The directory of interest is: /storage/emulated/0/DCIM
Is this directory located on a specific partition?
If yes, which partition?
And can I create an image of this partition with dd?
I've unlocked my new MI9T to install xiaomi.eu rom.
First of all, after unlock, i've installed the official TWRP and i've formatted (not wiped) the DATA partition.
I've noticed that TWRP logged that it was formatting the DATA partition with mkfs.f2fs ...... really strange...
So, i've rebooted to TWRP and changed the DATA partition type to EXT4 and formatted it... after a reboot i've tried to format it again and it was formatted again in F2FS (like F2FS was the default selection).
So i've tried to switch to OrangeFox recovery (i suspected a bug in TWRP)... but the same behaviour...seems that F2FS is the default partition type for my DATA partition.
I've installed the xiaomi.eu (the kernel in this rom is the official one, and i dont think that it supports F2FS) and the rom boot ok, without problems.
I've tried also to force ext4 on DATA, but with this partition type the rom never boot (it remains on the android bootanimation).
So right now, i see a f2fs partition type on my data partition, with original kernel.
I've tried also to change the cache partition to f2fs (by default this partition is formatted in ext4) but in this way, the rom boots, but i can't see the cache partition, seems that effectively the kernel can't mount the cache partition.
so i've unpacked the official miui_DAVINCIEEAGlobal_V11.0.4.0.QFJEUXM_5001481fbb_10.0 rom, and i've found that in the vendor partition, under (vendor)/etc/fstab.qcom there is this entry for DATA partition:
Code:
/dev/block/bootdevice/by-name/userdata /data [B]f2fs [/B]noatime,nosuid,nodev,nodiscard,fsync_mode=nobarrier,reserve_root=32768,resgid=1065 wait,check,fileencryption=ice,wrappedkey,quota,reservedsize=128M,latemount
So, this phone uses by default a F2FS partition type for DATA????
gulp79 said:
...so i've unpacked the official miui_DAVINCIEEAGlobal_V11.0.4.0.QFJEUXM_5001481fbb_10.0 rom, and i've found that in the vendor partition, under (vendor)/etc/fstab.qcom there is this entry for DATA partition:
So, this phone uses by default a F2FS partition type for DATA????
Click to expand...
Click to collapse
Yes - stock QFJEUXM 11.0.4, never formatted (or wiped) Data, see screenshot from /vendor/etc/fstab.qcom
Hi, I was having some trouble with installing a custom ROM on my j5y17zte because I did not have a vendor partition, I have used sgdisk commands in twrp to delete the user data partition, and create the partitions vendor and user data. After reboot, the problem persisted and so I tried to change the name of the partition "vendor" to "VENDOR" which enabled it to be correctly recognised as the /vendor partition. However, I have forgotten the name of the user data partition, and after trying some variations, I can't find the correct name of the user data partition. To get it, you can either open an adb shell terminal in the computer or using the recovery's terminal. Using the command:
sgdisk --print /dev/block/mmcblk0
prints the partition names and some data about them. I would need the name as it appers of the user data partition.
Thank you in advance