Sometimes I really wish they hadn't messed around with Linux so much! I know there's an /etc/fstab in there somewhere, but where?
I'd like to mount some partitions with alternative filesystems (because I don't like FAT32).
|
Sometimes I really wish they hadn't messed around with Linux so much! I know there's an I'd like to mount some partitions with alternative filesystems (because I don't like FAT32). |
||||
|
|
|
Don't think about Android as a heavily modified Linux distribution. Because it's not. The nearly only thing that Android shares with a Linux distribution is the kernel. And even this component is modified. Also other core components, like the libc, differ. Android has no You don't need |
||||
|
I'm seeing conflicting information. One resource says it's hardcoded, so not something you can change user-side:
Elsewhere |
|||||||||
|
|
You can remount your external storage to be executable by running
this will remove the noexec, nosuid and nodev flags, but it will still be vfat fs. You can make links to this fs but not from within. The remount does not survive a reboot, because the vold.fstab file will be read and they will be remounted at reboot with the noexec flags. If you reformat any of your external storage to anything other than vfat, then they will not be remounted at reboot, and any apps that you have moved to any external storage will not be usable. If you don't intend to use external storage for apps then you can unmount your external storage and use Note
so don't waste your time. All of this assumes you are rooted, and have a working busybox binary. |
|||
|
|
|
The fstab file is in It's called |
|||||
|