How to Mount i5800 /efs partition to RW? - Android Software Development

I haven't see the /efs partition when I run mount command.

Related

[fix new sdcard] little Solution (Partitioning)

hi
I have two 8GB class4 memory card but when I'm just a partition're doing very bad work
Android is reset
apps are broken
High and low speed is
And ...
But when a 2GB partition, I just work very well
Benchmarking partition is much better!
no more problem in android!
So I decided two partitions 2 and 6 GB and the second partition so I just do mount
Method:
1- Memory partitioning (first partition 2gb fat32)
2- copy android in first partition & run it
3- in android terminal type:
Code:
ls /dev/block/m*
or adb
Code:
adb shell ls /dev/block/m*
result like this:
Code:
/dev/block/mmcblk0
/dev/block/mmcblk0p1
/dev/block/mmcblk0p2
/dev/block/mmcblk0p3
Partition testing can be yours for the mount
1- make a folder (not in /sdcard & /mnt/sdcard)
Code:
mkdir /mnt/sd2
now test (for fat32): (just change mmcblk0p2)
Code:
mount -t vfat -o fmask=0000,dmask=0000,rw,flush,noatime,nodiratime /dev/block/mmcblk0p2 /mnt/sd2
(for ext2)
Code:
mount -t ext2 -o noatime,nodiratime /dev/block/mmcblk0p2 /mnt/sd2
Now the partition should be on the /mnt/sd2 mounted
and you can mount in boot
backup /init
open init and past mount cammand below this line :
Code:
PATH=/sbin:/system/sbin:/system/bin:/bin:/system/xbin:/system/xbin/bb:/data/local/bin
now we have auto mount partition
but we have one problem! we should link /mnt/sd2 > /mnt/sdcard
Who s the solution?
interesting idea. will try out.

CWM(Touch) Mount Points!

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!

How to mount /system

I need help mounting my /system for this:
https://gyazo.com/0e105b63c2db6fe33b307c94cfa40819
any ideas on how to mount my /system?

/efs mount point ?

I some how ****ed up the mountpoint for /efs on my sm-g361f
Can some one do a "cat /etc/fstab" via twrp terminal and post the mount point please?
simmsdk said:
I some how ****ed up the mountpoint for /efs on my sm-g361f
Can some one do a "cat /etc/fstab" via twrp terminal and post the mount point please?
Click to expand...
Click to collapse
I found out by looking at the log file when booting into recovery.
The text flows fast past, so i had to video it, and pause to find it.
/efs is mounted at /dev/block/mmcblk0p6

How to mount /vendor /system /product

Anybody knows how to mount this partitions? i want to use a NFC software but it says that vendor couldn't mount.

Categories

Resources