I haven't see the /efs partition when I run mount command.
Hey Guys!
I have a device for which I am building CWM. The problem is my /system and /data are of the type UBIFS. And both the partitions aren't getting mounted through CWM.
Need help to understand how to mount ubifs file system.
This is the error while mounting system!!
Code:
mount: mounting /dev/block/mtdblock5 on /system failed: Invalid argument
Thnx!
I need help mounting my /system for this:
https://gyazo.com/0e105b63c2db6fe33b307c94cfa40819
any ideas on how to mount my /system?
Hi everyone,
I need help, I can't mount /system / data /cache on twrp 3.0.2
Any idea about that? Now, i can't use my phone
I'd like if someone who knows how to write Magisk modules to create one to mount Switch fat32 storage on boot.
dracinn said:
I'd like if someone who knows how to write Magisk modules to create one to mount Switch fat32 storage on boot.
Click to expand...
Click to collapse
I'm pretty sure the FAT32 partition is already automatically mounted.
Jdbye said:
I'm pretty sure the FAT32 partition is already automatically mounted.
Click to expand...
Click to collapse
Where to thought ? FX.nextapp sees... nothing.
(In TWRP, yes, there it is)
dracinn said:
mount Switch fat32 storage on boot.
Click to expand...
Click to collapse
Nevermind,
su - mm
mkdir /mnt/extsd
chmod 777 /mnt/extsd
mount -o bind /dev/block/mmcblk0p1 /mnt/extsd
mount -o remount,rw /dev/block/mmcblk0p1 /mnt/extsd
#[Make sure global namespaces is ON in magisk!!!]