ubi文件系统挂载

ubi官方文档

kernel配置

配置linux内核选上

1)Device Drivers --->Memory Technology Device (MTD) support --->UBI - Unsorted blockimages --->Enable UBI

2)File systems --->Miscellaneous filesystems --->UBIFS file system support

第二条的内核配置打印输出如下:

复制代码
UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 1117
UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "program"
UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
UBIFS (ubi0:0): FS size: 93073408 bytes (88 MiB, 733 LEBs), journal size 4698112 bytes (4 MiB, 37 LEBs)
UBIFS (ubi0:0): reserved for root: 4396086 bytes (4293 KiB)
UBIFS (ubi0:0): media format: w5/r0 (latest is w5/r0), UUID 9CF794A9-B195-465A-BAA8-21DA249026D3, small LPT model

在此之前一直挂载不上,没有提示错误一直以为内核已经给配置好,少配置了第二项

######start app####

复制代码
mount ubifs
ubi0: attaching mtd3
ubi0: scanning is finished
ubi0: attached mtd3 (name "app_filesystem", size 100 MiB)
ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
ubi0: good PEBs: 800, bad PEBs: 0, corrupted PEBs: 0
ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 78507198
ubi0: available PEBs: 11, total reserved PEBs: 789, PEBs reserved for bad PEB handling: 40
ubi0: background thread "ubi_bgt0d" started, PID 1113
相关推荐
持梦远方25 分钟前
C 语言基础入门:基本数据类型与运算符详解
c语言·开发语言·c++
zzywxc78742 分钟前
AI 正在深度重构软件开发的底层逻辑和全生命周期,从技术演进、流程重构和未来趋势三个维度进行系统性分析
java·大数据·开发语言·人工智能·spring
灵性花火1 小时前
Qt的前端和后端过于耦合(0/7)
开发语言·前端·qt
DES 仿真实践家2 小时前
【Day 11-N22】Python类(3)——Python的继承性、多继承、方法重写
开发语言·笔记·python
Code Warrior3 小时前
【每日算法】专题五_位运算
开发语言·c++
沐知全栈开发5 小时前
HTML DOM 访问
开发语言
脑袋大大的6 小时前
JavaScript 性能优化实战:减少 DOM 操作引发的重排与重绘
开发语言·javascript·性能优化
二进制person7 小时前
Java SE--方法的使用
java·开发语言·算法
OneQ6667 小时前
C++讲解---创建日期类
开发语言·c++·算法
码农不惑8 小时前
2025.06.27-14.44 C语言开发:Onvif(二)
c语言·开发语言