Thursday 3 November 2011

How to remount to already mounted file system , in Read permission

Suppose one file system is already mounted in Read mode , But we need Write permission also . For doing this we can remount the file system in write mode by using the following command :

mount -o remount , rw /dev/block/mtdblock8 /system


Here /dev/block/mtdblock8 is device file system

No comments:

Post a Comment