on fs
insmod /rk30xxnand_ko.ko
# mount mtd partitions
mount ext4 [email protected] /system wait ro noatime nodiratime noauto_da_alloc discard
start readahead
mount ext4 [email protected] /data wait noatime nodiratime nosuid nodev noauto_da_alloc discard
mount ext4 [email protected] /cache wait noatime nodiratime nosuid nodev noauto_da_alloc discard
(Can this the be edited with super user access and how?)
insmod /rk30xxnand_ko.ko
# mount mtd partitions
mount ext4 [email protected] /system wait ro noatime nodiratime noauto_da_alloc discard
start readahead
mount ext4 [email protected] /data wait noatime nodiratime nosuid nodev noauto_da_alloc discard
mount ext4 [email protected] /cache wait noatime nodiratime nosuid nodev noauto_da_alloc discard
(Can this the be edited with super user access and how?)