Chinaunix首页 | 论坛 | 博客
  • 博客访问: 444389
  • 博文数量: 293
  • 博客积分: 4204
  • 博客等级: 上校
  • 技术积分: 3060
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-21 10:27
个人简介

nobody

文章分类

全部博文(293)

文章存档

2014年(27)

2013年(105)

2012年(41)

2011年(109)

2010年(11)

分类:

2010-12-18 11:34:32

在linux mount ubifs
tango3[~]# cat /sys/class/misc/ubi_ctrl/dev 
10:62
tango3[~]# mknod /dev/ubi_ctrl c 10 62  (如果没有的话)
./ubiattach  /dev/ubi_ctrl  -m  1 
./ubinfo /dev/ubi0_0 
./ubinfo /dev/ubi0_1 
./ubinfo /dev/ubi0_2
./ubimkvol  /dev/ubi0 -m -N rootfs  //在ubi  device 上面create volume
./ubiupdatevol   /dev/ubi0_3 /ubifs.img  //把ubi volume image写到volume上面
mount ubifs 的三种格式:
mount  -t ubifs  ubi0_3  /mnt/   
mount  -t ubifs  ubi:rootfs  /mnt/
mount -t ubifs ubi:rootfs  /mnt

阅读(1404) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~