4 Contact: Artem Bityutskiy <dedekind@infradead.org>
6 The ubi/ class sub-directory belongs to the UBI subsystem and
7 provides general UBI information, per-UBI device information
8 and per-UBI volume information.
10 What: /sys/class/ubi/version
13 Contact: Artem Bityutskiy <dedekind@infradead.org>
15 This file contains version of the latest supported UBI on-media
16 format. Currently it is 1, and there is no plan to change this.
17 However, if in the future UBI needs on-flash format changes
18 which cannot be done in a compatible manner, a new format
19 version will be added. So this is a mechanism for possible
20 future backward-compatible (but forward-incompatible)
23 What: /sys/class/ubiX/
26 Contact: Artem Bityutskiy <dedekind@infradead.org>
28 The /sys/class/ubi0, /sys/class/ubi1, etc directories describe
29 UBI devices (UBI device 0, 1, etc). They contain general UBI
30 device information and per UBI volume information (each UBI
31 device may have many UBI volumes)
33 What: /sys/class/ubi/ubiX/avail_eraseblocks
36 Contact: Artem Bityutskiy <dedekind@infradead.org>
38 Amount of available logical eraseblock. For example, one may
39 create a new UBI volume which has this amount of logical
42 What: /sys/class/ubi/ubiX/bad_peb_count
45 Contact: Artem Bityutskiy <dedekind@infradead.org>
47 Count of bad physical eraseblocks on the underlying MTD device.
49 What: /sys/class/ubi/ubiX/bgt_enabled
52 Contact: Artem Bityutskiy <dedekind@infradead.org>
54 Contains ASCII "0\n" if the UBI background thread is disabled,
55 and ASCII "1\n" if it is enabled.
57 What: /sys/class/ubi/ubiX/dev
60 Contact: Artem Bityutskiy <dedekind@infradead.org>
62 Major and minor numbers of the character device corresponding
63 to this UBI device (in <major>:<minor> format).
65 What: /sys/class/ubi/ubiX/eraseblock_size
68 Contact: Artem Bityutskiy <dedekind@infradead.org>
70 Maximum logical eraseblock size this UBI device may provide. UBI
71 volumes may have smaller logical eraseblock size because of their
74 What: /sys/class/ubi/ubiX/max_ec
77 Contact: Artem Bityutskiy <dedekind@infradead.org>
79 Maximum physical eraseblock erase counter value.
81 What: /sys/class/ubi/ubiX/max_vol_count
84 Contact: Artem Bityutskiy <dedekind@infradead.org>
86 Maximum number of volumes which this UBI device may have.
88 What: /sys/class/ubi/ubiX/min_io_size
91 Contact: Artem Bityutskiy <dedekind@infradead.org>
93 Minimum input/output unit size. All the I/O may only be done
94 in fractions of the contained number.
96 What: /sys/class/ubi/ubiX/mtd_num
99 Contact: Artem Bityutskiy <dedekind@infradead.org>
101 Number of the underlying MTD device.
103 What: /sys/class/ubi/ubiX/reserved_for_bad
105 KernelVersion: 2.6.22
106 Contact: Artem Bityutskiy <dedekind@infradead.org>
108 Number of physical eraseblocks reserved for bad block handling.
110 What: /sys/class/ubi/ubiX/total_eraseblocks
112 KernelVersion: 2.6.22
113 Contact: Artem Bityutskiy <dedekind@infradead.org>
115 Total number of good (not marked as bad) physical eraseblocks on
116 the underlying MTD device.
118 What: /sys/class/ubi/ubiX/volumes_count
120 KernelVersion: 2.6.22
121 Contact: Artem Bityutskiy <dedekind@infradead.org>
123 Count of volumes on this UBI device.
125 What: /sys/class/ubi/ubiX/ubiX_Y/
127 KernelVersion: 2.6.22
128 Contact: Artem Bityutskiy <dedekind@infradead.org>
130 The /sys/class/ubi/ubiX/ubiX_0/, /sys/class/ubi/ubiX/ubiX_1/,
131 etc directories describe UBI volumes on UBI device X (volumes
134 What: /sys/class/ubi/ubiX/ubiX_Y/alignment
136 KernelVersion: 2.6.22
137 Contact: Artem Bityutskiy <dedekind@infradead.org>
139 Volume alignment - the value the logical eraseblock size of
140 this volume has to be aligned on. For example, 2048 means that
141 logical eraseblock size is multiple of 2048. In other words,
142 volume logical eraseblock size is UBI device logical eraseblock
143 size aligned to the alignment value.
145 What: /sys/class/ubi/ubiX/ubiX_Y/corrupted
147 KernelVersion: 2.6.22
148 Contact: Artem Bityutskiy <dedekind@infradead.org>
150 Contains ASCII "0\n" if the UBI volume is OK, and ASCII "1\n"
151 if it is corrupted (e.g., due to an interrupted volume update).
153 What: /sys/class/ubi/ubiX/ubiX_Y/data_bytes
155 KernelVersion: 2.6.22
156 Contact: Artem Bityutskiy <dedekind@infradead.org>
158 The amount of data this volume contains. This value makes sense
159 only for static volumes, and for dynamic volume it equivalent
160 to the total volume size in bytes.
162 What: /sys/class/ubi/ubiX/ubiX_Y/dev
164 KernelVersion: 2.6.22
165 Contact: Artem Bityutskiy <dedekind@infradead.org>
167 Major and minor numbers of the character device corresponding
168 to this UBI volume (in <major>:<minor> format).
170 What: /sys/class/ubi/ubiX/ubiX_Y/name
172 KernelVersion: 2.6.22
173 Contact: Artem Bityutskiy <dedekind@infradead.org>
177 What: /sys/class/ubi/ubiX/ubiX_Y/reserved_ebs
179 KernelVersion: 2.6.22
180 Contact: Artem Bityutskiy <dedekind@infradead.org>
182 Count of physical eraseblock reserved for this volume.
183 Equivalent to the volume size in logical eraseblocks.
185 What: /sys/class/ubi/ubiX/ubiX_Y/type
187 KernelVersion: 2.6.22
188 Contact: Artem Bityutskiy <dedekind@infradead.org>
190 Volume type. Contains ASCII "dynamic\n" for dynamic volumes and
191 "static\n" for static volumes.
193 What: /sys/class/ubi/ubiX/ubiX_Y/upd_marker
195 KernelVersion: 2.6.22
196 Contact: Artem Bityutskiy <dedekind@infradead.org>
198 Contains ASCII "0\n" if the update marker is not set for this
199 volume, and "1\n" if it is set. The update marker is set when
200 volume update starts, and cleaned when it ends. So the presence
201 of the update marker indicates that the volume is being updated
202 at the moment of the update was interrupted. The later may be
203 checked using the "corrupted" sysfs file.
205 What: /sys/class/ubi/ubiX/ubiX_Y/usable_eb_size
207 KernelVersion: 2.6.22
208 Contact: Artem Bityutskiy <dedekind@infradead.org>
210 Logical eraseblock size of this volume. Equivalent to logical
211 eraseblock size of the device aligned on the volume alignment