Quote:
Originally Posted by $aur0n
Extract this in /system/bin/ and add those lines at the very end of /init.rc
Code:
# Some final stuff
service mount_sdcard /system/bin/mount_sdcard.sh
oneshot
This is something I use now, and I'll put with other changes in next release - it's a script that mounts third ext4 partition under /mnt/storage/sdcard AFTER Vold mount's /mnt/storage.
|
Pardon for the newbie question, I suppose I can modify the script and it will work for fat32 partition?
mount_dev=/dev/block/mmcblk2p3 (assuming that this is fat32 partition instead of ext4)
mount_opt="-t fat32 -o noatime"
= Nexus One = iPhone 4 = Archos 70 =
|