Advertisement
manfromnn

mnt

May 4th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ...
  2. on fs
  3. # mount mtd partitions
  4.  
  5. # Mount /system rw first to give the filesystem a chance to save a checkpoint
  6. mount yaffs2 mtd@system /system
  7. mount yaffs2 mtd@system /system ro remount
  8. mount yaffs2 mtd@userdata /data nosuid nodev
  9. mount yaffs2 mtd@persist /persist nosuid nodev
  10. mount yaffs2 mtd@cache /cache nosuid nodev
  11. mount yaffs2 mtd@persist /persist nosuid nodev
  12. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement