Simple question: How to change mount points? My sd-ext is mounting on \system\sd but i need it to mount in \system\sd-ext
There is no \etc\fstab for android, right? So, how to do this?
Simple question: How to change mount points? My sd-ext is mounting on \system\sd but
Share
You are interested in
/system/etc/vold.fstab.Backup your system.
Install Root Explorer (I use ES File Explorer).
Mount system with write privileges (ES File Explorer has it in Settings).
Backup
/system/etc/vold.fstabto sdcard and to your PC.Open
/system/etc/vold.fstabwith Text Editor.Here you can find mount points in 3rd column:
dev_mount sdcard /mnt/sdcard
Read something about fstab and comments in file. Be careful. ;o)