华硕网络产品技术交流平台

 找回密码
 立即注册

QQ登录

只需一步,快速开始

手机号码,快捷登录

查看: 18065|回复: 17

[分享] 华硕修复jffs挂载工具

[复制链接]

3

主题

293

回帖

1978

积分

金牌会员

Rank: 6Rank: 6

积分
1978
发表于 2021-8-2 14:57:13 | 显示全部楼层 |阅读模式
本帖最后由 paldier 于 2021-8-6 10:22 编辑

针对官方固件出现jffs无法挂载的问题

如果ssh不能连接可以用telnet,经过测试telnet不受jffs无法挂载影响


rt-ac68u rt-ac88u rt-ac3100 rt-ac3200 rt-ac5300
在ssh或ttl或telnet执行以下命令

  1. wget -t 2 -T 20 --dns-timeout=15 --no-check-certificate https://update.paldier.com/tools/fixjffs -O /tmp/fixjffs
复制代码
  1. chmod +x /tmp/fixjffs
复制代码
  1. /tmp/fixjffs
复制代码
当提示jffs successfully mounted说明成功了,重启即可

rt-ac86u gt-ac2900 gt-ac5300 rt-ax55 rt-ax56u rt-ax58u rt-ax68u rt-ax82u rt-ax86u rt-ax88u rt-ax92u gt-ax11000 gt-axe11000 tuf-ax3000 tuf-ax5400 gs-ax3000 gs-ax5400 zenwifi-xt8

在ssh或ttl或telnet执行以下命令
  1. wget -t 2 -T 20 --dns-timeout=15 --no-check-certificate https://update.paldier.com/tools/fixjffs_hnd -O /tmp/fixjffs_hnd
复制代码
  1. chmod +x /tmp/fixjffs_hnd
复制代码
  1. /tmp/fixjffs_hnd
复制代码
当提示jffs successfully mounted说明成功了,重启即可


已经和华硕开发讨论过这个问题,也指出了代码bug的位置,也用代码证明了梅林的修复是有效且没有其他影响的,至于华硕会不会合并代码就不好说了,毕竟出现这个问题只有两种情况,一种是刷了非官方固件包括但不限于梅林/swrt/openwrt/ddwrt,一种是在官方固件自己手欠非要手动格式化jffs,目前梅林新版已经修复这个bug,本工具为旧版梅林及官方固件提供修复,顺带吐槽一下,如果华硕早把博通按其他芯片那样用ubifs哪还有这坑爹的问题

提供下工具代码,基本就是华硕jffs挂载和格式化加上梅林的修复代码

https://github.com/paldier/fixjffs

以下为修复记录

  1. admin@RT-AX82U-56D8:/tmp/home/root#     /tmp/fixjffs_hnd
  2. start jffs2: 9, 49283072
  3. Skipping bad block at 0x02280000
  4. Unlocking 0x0 - 0x1ffff
  5. Unlocking 0x20000 - 0x3ffff
  6. Unlocking 0x40000 - 0x5ffff
  7. Unlocking 0x60000 - 0x7ffff
  8. Unlocking 0x80000 - 0x9ffff
  9. Unlocking 0xa0000 - 0xbffff
  10. Unlocking 0xc0000 - 0xdffff
  11. Unlocking 0xe0000 - 0xfffff
  12. Unlocking 0x100000 - 0x11ffff
  13. Unlocking 0x120000 - 0x13ffff
  14. Unlocking 0x140000 - 0x15ffff
  15. Unlocking 0x160000 - 0x17ffff
  16. Unlocking 0x180000 - 0x19ffff
  17. Unlocking 0x1a0000 - 0x1bffff
  18. Unlocking 0x1c0000 - 0x1dffff
  19. Unlocking 0x1e0000 - 0x1fffff
  20. Unlocking 0x200000 - 0x21ffff
  21. Unlocking 0x220000 - 0x23ffff
  22. Unlocking 0x240000 - 0x25ffff
  23. Unlocking 0x260000 - 0x27ffff
  24. Unlocking 0x280000 - 0x29ffff
  25. Unlocking 0x2a0000 - 0x2bffff
  26. Unlocking 0x2c0000 - 0x2dffff
  27. Unlocking 0x2e0000 - 0x2fffff
  28. Unlocking 0x300000 - 0x31ffff
  29. Unlocking 0x320000 - 0x33ffff
  30. Unlocking 0x340000 - 0x35ffff
  31. Unlocking 0x360000 - 0x37ffff
  32. Unlocking 0x380000 - 0x39ffff
  33. Unlocking 0x3a0000 - 0x3bffff
  34. Unlocking 0x3c0000 - 0x3dffff
  35. Unlocking 0x3e0000 - 0x3fffff
  36. Unlocking 0x400000 - 0x41ffff
  37. Unlocking 0x420000 - 0x43ffff
  38. Unlocking 0x440000 - 0x45ffff
  39. Unlocking 0x460000 - 0x47ffff
  40. Unlocking 0x480000 - 0x49ffff
  41. Unlocking 0x4a0000 - 0x4bffff
  42. Unlocking 0x4c0000 - 0x4dffff
  43. Unlocking 0x4e0000 - 0x4fffff
  44. Unlocking 0x500000 - 0x51ffff
  45. Unlocking 0x520000 - 0x53ffff
  46. Unlocking 0x540000 - 0x55ffff
  47. Unlocking 0x560000 - 0x57ffff
  48. Unlocking 0x580000 - 0x59ffff
  49. Unlocking 0x5a0000 - 0x5bffff
  50. Unlocking 0x5c0000 - 0x5dffff
  51. Unlocking 0x5e0000 - 0x5fffff
  52. Unlocking 0x600000 - 0x61ffff
  53. Unlocking 0x620000 - 0x63ffff
  54. Unlocking 0x640000 - 0x65ffff
  55. Unlocking 0x660000 - 0x67ffff
  56. Unlocking 0x680000 - 0x69ffff
  57. Unlocking 0x6a0000 - 0x6bffff
  58. Unlocking 0x6c0000 - 0x6dffff
  59. Unlocking 0x6e0000 - 0x6fffff
  60. Unlocking 0x700000 - 0x71ffff
  61. Unlocking 0x720000 - 0x73ffff
  62. Unlocking 0x740000 - 0x75ffff
  63. Unlocking 0x760000 - 0x77ffff
  64. Unlocking 0x780000 - 0x79ffff
  65. Unlocking 0x7a0000 - 0x7bffff
  66. Unlocking 0x7c0000 - 0x7dffff
  67. Unlocking 0x7e0000 - 0x7fffff
  68. Unlocking 0x800000 - 0x81ffff
  69. Unlocking 0x820000 - 0x83ffff
  70. Unlocking 0x840000 - 0x85ffff
  71. Unlocking 0x860000 - 0x87ffff
  72. Unlocking 0x880000 - 0x89ffff
  73. Unlocking 0x8a0000 - 0x8bffff
  74. Unlocking 0x8c0000 - 0x8dffff
  75. Unlocking 0x8e0000 - 0x8fffff
  76. Unlocking 0x900000 - 0x91ffff
  77. Unlocking 0x920000 - 0x93ffff
  78. Unlocking 0x940000 - 0x95ffff
  79. Unlocking 0x960000 - 0x97ffff
  80. Unlocking 0x980000 - 0x99ffff
  81. Unlocking 0x9a0000 - 0x9bffff
  82. Unlocking 0x9c0000 - 0x9dffff
  83. Unlocking 0x9e0000 - 0x9fffff
  84. Unlocking 0xa00000 - 0xa1ffff
  85. Unlocking 0xa20000 - 0xa3ffff
  86. Unlocking 0xa40000 - 0xa5ffff
  87. Unlocking 0xa60000 - 0xa7ffff
  88. Unlocking 0xa80000 - 0xa9ffff
  89. Unlocking 0xaa0000 - 0xabffff
  90. Unlocking 0xac0000 - 0xadffff
  91. Unlocking 0xae0000 - 0xafffff
  92. Unlocking 0xb00000 - 0xb1ffff
  93. Unlocking 0xb20000 - 0xb3ffff
  94. Unlocking 0xb40000 - 0xb5ffff
  95. Unlocking 0xb60000 - 0xb7ffff
  96. Unlocking 0xb80000 - 0xb9ffff
  97. Unlocking 0xba0000 - 0xbbffff
  98. Unlocking 0xbc0000 - 0xbdffff
  99. Unlocking 0xbe0000 - 0xbfffff
  100. Unlocking 0xc00000 - 0xc1ffff
  101. Unlocking 0xc20000 - 0xc3ffff
  102. Unlocking 0xc40000 - 0xc5ffff
  103. Unlocking 0xc60000 - 0xc7ffff
  104. Unlocking 0xc80000 - 0xc9ffff
  105. Unlocking 0xca0000 - 0xcbffff
  106. Unlocking 0xcc0000 - 0xcdffff
  107. Unlocking 0xce0000 - 0xcfffff
  108. Unlocking 0xd00000 - 0xd1ffff
  109. Unlocking 0xd20000 - 0xd3ffff
  110. Unlocking 0xd40000 - 0xd5ffff
  111. Unlocking 0xd60000 - 0xd7ffff
  112. Unlocking 0xd80000 - 0xd9ffff
  113. Unlocking 0xda0000 - 0xdbffff
  114. Unlocking 0xdc0000 - 0xddffff
  115. Unlocking 0xde0000 - 0xdfffff
  116. Unlocking 0xe00000 - 0xe1ffff
  117. Unlocking 0xe20000 - 0xe3ffff
  118. Unlocking 0xe40000 - 0xe5ffff
  119. Unlocking 0xe60000 - 0xe7ffff
  120. Unlocking 0xe80000 - 0xe9ffff
  121. Unlocking 0xea0000 - 0xebffff
  122. Unlocking 0xec0000 - 0xedffff
  123. Unlocking 0xee0000 - 0xefffff
  124. Unlocking 0xf00000 - 0xf1ffff
  125. Unlocking 0xf20000 - 0xf3ffff
  126. Unlocking 0xf40000 - 0xf5ffff
  127. Unlocking 0xf60000 - 0xf7ffff
  128. Unlocking 0xf80000 - 0xf9ffff
  129. Unlocking 0xfa0000 - 0xfbffff
  130. Unlocking 0xfc0000 - 0xfdffff
  131. Unlocking 0xfe0000 - 0xffffff
  132. Unlocking 0x1000000 - 0x101ffff
  133. Unlocking 0x1020000 - 0x103ffff
  134. Unlocking 0x1040000 - 0x105ffff
  135. Unlocking 0x1060000 - 0x107ffff
  136. Unlocking 0x1080000 - 0x109ffff
  137. Unlocking 0x10a0000 - 0x10bffff
  138. Unlocking 0x10c0000 - 0x10dffff
  139. Unlocking 0x10e0000 - 0x10fffff
  140. Unlocking 0x1100000 - 0x111ffff
  141. Unlocking 0x1120000 - 0x113ffff
  142. Unlocking 0x1140000 - 0x115ffff
  143. Unlocking 0x1160000 - 0x117ffff
  144. Unlocking 0x1180000 - 0x119ffff
  145. Unlocking 0x11a0000 - 0x11bffff
  146. Unlocking 0x11c0000 - 0x11dffff
  147. Unlocking 0x11e0000 - 0x11fffff
  148. Unlocking 0x1200000 - 0x121ffff
  149. Unlocking 0x1220000 - 0x123ffff
  150. Unlocking 0x1240000 - 0x125ffff
  151. Unlocking 0x1260000 - 0x127ffff
  152. Unlocking 0x1280000 - 0x129ffff
  153. Unlocking 0x12a0000 - 0x12bffff
  154. Unlocking 0x12c0000 - 0x12dffff
  155. Unlocking 0x12e0000 - 0x12fffff
  156. Unlocking 0x1300000 - 0x131ffff
  157. Unlocking 0x1320000 - 0x133ffff
  158. Unlocking 0x1340000 - 0x135ffff
  159. Unlocking 0x1360000 - 0x137ffff
  160. Unlocking 0x1380000 - 0x139ffff
  161. Unlocking 0x13a0000 - 0x13bffff
  162. Unlocking 0x13c0000 - 0x13dffff
  163. Unlocking 0x13e0000 - 0x13fffff
  164. Unlocking 0x1400000 - 0x141ffff
  165. Unlocking 0x1420000 - 0x143ffff
  166. Unlocking 0x1440000 - 0x145ffff
  167. Unlocking 0x1460000 - 0x147ffff
  168. Unlocking 0x1480000 - 0x149ffff
  169. Unlocking 0x14a0000 - 0x14bffff
  170. Unlocking 0x14c0000 - 0x14dffff
  171. Unlocking 0x14e0000 - 0x14fffff
  172. Unlocking 0x1500000 - 0x151ffff
  173. Unlocking 0x1520000 - 0x153ffff
  174. Unlocking 0x1540000 - 0x155ffff
  175. Unlocking 0x1560000 - 0x157ffff
  176. Unlocking 0x1580000 - 0x159ffff
  177. Unlocking 0x15a0000 - 0x15bffff
  178. Unlocking 0x15c0000 - 0x15dffff
  179. Unlocking 0x15e0000 - 0x15fffff
  180. Unlocking 0x1600000 - 0x161ffff
  181. Unlocking 0x1620000 - 0x163ffff
  182. Unlocking 0x1640000 - 0x165ffff
  183. Unlocking 0x1660000 - 0x167ffff
  184. Unlocking 0x1680000 - 0x169ffff
  185. Unlocking 0x16a0000 - 0x16bffff
  186. Unlocking 0x16c0000 - 0x16dffff
  187. Unlocking 0x16e0000 - 0x16fffff
  188. Unlocking 0x1700000 - 0x171ffff
  189. Unlocking 0x1720000 - 0x173ffff
  190. Unlocking 0x1740000 - 0x175ffff
  191. Unlocking 0x1760000 - 0x177ffff
  192. Unlocking 0x1780000 - 0x179ffff
  193. Unlocking 0x17a0000 - 0x17bffff
  194. Unlocking 0x17c0000 - 0x17dffff
  195. Unlocking 0x17e0000 - 0x17fffff
  196. Unlocking 0x1800000 - 0x181ffff
  197. Unlocking 0x1820000 - 0x183ffff
  198. Unlocking 0x1840000 - 0x185ffff
  199. Unlocking 0x1860000 - 0x187ffff
  200. Unlocking 0x1880000 - 0x189ffff
  201. Unlocking 0x18a0000 - 0x18bffff
  202. Unlocking 0x18c0000 - 0x18dffff
  203. Unlocking 0x18e0000 - 0x18fffff
  204. Unlocking 0x1900000 - 0x191ffff
  205. Unlocking 0x1920000 - 0x193ffff
  206. Unlocking 0x1940000 - 0x195ffff
  207. Unlocking 0x1960000 - 0x197ffff
  208. Unlocking 0x1980000 - 0x199ffff
  209. Unlocking 0x19a0000 - 0x19bffff
  210. Unlocking 0x19c0000 - 0x19dffff
  211. Unlocking 0x19e0000 - 0x19fffff
  212. Unlocking 0x1a00000 - 0x1a1ffff
  213. Unlocking 0x1a20000 - 0x1a3ffff
  214. Unlocking 0x1a40000 - 0x1a5ffff
  215. Unlocking 0x1a60000 - 0x1a7ffff
  216. Unlocking 0x1a80000 - 0x1a9ffff
  217. Unlocking 0x1aa0000 - 0x1abffff
  218. Unlocking 0x1ac0000 - 0x1adffff
  219. Unlocking 0x1ae0000 - 0x1afffff
  220. Unlocking 0x1b00000 - 0x1b1ffff
  221. Unlocking 0x1b20000 - 0x1b3ffff
  222. Unlocking 0x1b40000 - 0x1b5ffff
  223. Unlocking 0x1b60000 - 0x1b7ffff
  224. Unlocking 0x1b80000 - 0x1b9ffff
  225. Unlocking 0x1ba0000 - 0x1bbffff
  226. Unlocking 0x1bc0000 - 0x1bdffff
  227. Unlocking 0x1be0000 - 0x1bfffff
  228. Unlocking 0x1c00000 - 0x1c1ffff
  229. Unlocking 0x1c20000 - 0x1c3ffff
  230. Unlocking 0x1c40000 - 0x1c5ffff
  231. Unlocking 0x1c60000 - 0x1c7ffff
  232. Unlocking 0x1c80000 - 0x1c9ffff
  233. Unlocking 0x1ca0000 - 0x1cbffff
  234. Unlocking 0x1cc0000 - 0x1cdffff
  235. Unlocking 0x1ce0000 - 0x1cfffff
  236. Unlocking 0x1d00000 - 0x1d1ffff
  237. Unlocking 0x1d20000 - 0x1d3ffff
  238. Unlocking 0x1d40000 - 0x1d5ffff
  239. Unlocking 0x1d60000 - 0x1d7ffff
  240. Unlocking 0x1d80000 - 0x1d9ffff
  241. Unlocking 0x1da0000 - 0x1dbffff
  242. Unlocking 0x1dc0000 - 0x1ddffff
  243. Unlocking 0x1de0000 - 0x1dfffff
  244. Unlocking 0x1e00000 - 0x1e1ffff
  245. Unlocking 0x1e20000 - 0x1e3ffff
  246. Unlocking 0x1e40000 - 0x1e5ffff
  247. Unlocking 0x1e60000 - 0x1e7ffff
  248. Unlocking 0x1e80000 - 0x1e9ffff
  249. Unlocking 0x1ea0000 - 0x1ebffff
  250. Unlocking 0x1ec0000 - 0x1edffff
  251. Unlocking 0x1ee0000 - 0x1efffff
  252. Unlocking 0x1f00000 - 0x1f1ffff
  253. Unlocking 0x1f20000 - 0x1f3ffff
  254. Unlocking 0x1f40000 - 0x1f5ffff
  255. Unlocking 0x1f60000 - 0x1f7ffff
  256. Unlocking 0x1f80000 - 0x1f9ffff
  257. Unlocking 0x1fa0000 - 0x1fbffff
  258. Unlocking 0x1fc0000 - 0x1fdffff
  259. Unlocking 0x1fe0000 - 0x1ffffff
  260. Unlocking 0x2000000 - 0x201ffff
  261. Unlocking 0x2020000 - 0x203ffff
  262. Unlocking 0x2040000 - 0x205ffff
  263. Unlocking 0x2060000 - 0x207ffff
  264. Unlocking 0x2080000 - 0x209ffff
  265. Unlocking 0x20a0000 - 0x20bffff
  266. Unlocking 0x20c0000 - 0x20dffff
  267. Unlocking 0x20e0000 - 0x20fffff
  268. Unlocking 0x2100000 - 0x211ffff
  269. Unlocking 0x2120000 - 0x213ffff
  270. Unlocking 0x2140000 - 0x215ffff
  271. Unlocking 0x2160000 - 0x217ffff
  272. Unlocking 0x2180000 - 0x219ffff
  273. Unlocking 0x21a0000 - 0x21bffff
  274. Unlocking 0x21c0000 - 0x21dffff
  275. Unlocking 0x21e0000 - 0x21fffff
  276. Unlocking 0x2200000 - 0x221ffff
  277. Unlocking 0x2220000 - 0x223ffff
  278. Unlocking 0x2240000 - 0x225ffff
  279. Unlocking 0x2260000 - 0x227ffff
  280. Unlocking 0x2280000 - 0x229ffff
  281. Skipping bad block at 0x02280000
  282. Unlocking 0x22a0000 - 0x22bffff
  283. Unlocking 0x22c0000 - 0x22dffff
  284. Unlocking 0x22e0000 - 0x22fffff
  285. Unlocking 0x2300000 - 0x231ffff
  286. Unlocking 0x2320000 - 0x233ffff
  287. Unlocking 0x2340000 - 0x235ffff
  288. Unlocking 0x2360000 - 0x237ffff
  289. Unlocking 0x2380000 - 0x239ffff
  290. Unlocking 0x23a0000 - 0x23bffff
  291. Unlocking 0x23c0000 - 0x23dffff
  292. Unlocking 0x23e0000 - 0x23fffff
  293. Unlocking 0x2400000 - 0x241ffff
  294. Unlocking 0x2420000 - 0x243ffff
  295. Unlocking 0x2440000 - 0x245ffff
  296. Unlocking 0x2460000 - 0x247ffff
  297. Unlocking 0x2480000 - 0x249ffff
  298. Unlocking 0x24a0000 - 0x24bffff
  299. Unlocking 0x24c0000 - 0x24dffff
  300. Unlocking 0x24e0000 - 0x24fffff
  301. Unlocking 0x2500000 - 0x251ffff
  302. Unlocking 0x2520000 - 0x253ffff
  303. Unlocking 0x2540000 - 0x255ffff
  304. Unlocking 0x2560000 - 0x257ffff
  305. Unlocking 0x2580000 - 0x259ffff
  306. Unlocking 0x25a0000 - 0x25bffff
  307. Unlocking 0x25c0000 - 0x25dffff
  308. Unlocking 0x25e0000 - 0x25fffff
  309. Unlocking 0x2600000 - 0x261ffff
  310. Unlocking 0x2620000 - 0x263ffff
  311. Unlocking 0x2640000 - 0x265ffff
  312. Unlocking 0x2660000 - 0x267ffff
  313. Unlocking 0x2680000 - 0x269ffff
  314. Unlocking 0x26a0000 - 0x26bffff
  315. Unlocking 0x26c0000 - 0x26dffff
  316. Unlocking 0x26e0000 - 0x26fffff
  317. Unlocking 0x2700000 - 0x271ffff
  318. Unlocking 0x2720000 - 0x273ffff
  319. Unlocking 0x2740000 - 0x275ffff
  320. Unlocking 0x2760000 - 0x277ffff
  321. Unlocking 0x2780000 - 0x279ffff
  322. Unlocking 0x27a0000 - 0x27bffff
  323. Unlocking 0x27c0000 - 0x27dffff
  324. Unlocking 0x27e0000 - 0x27fffff
  325. Unlocking 0x2800000 - 0x281ffff
  326. Unlocking 0x2820000 - 0x283ffff
  327. Unlocking 0x2840000 - 0x285ffff
  328. Unlocking 0x2860000 - 0x287ffff
  329. Unlocking 0x2880000 - 0x289ffff
  330. Unlocking 0x28a0000 - 0x28bffff
  331. Unlocking 0x28c0000 - 0x28dffff
  332. Unlocking 0x28e0000 - 0x28fffff
  333. Unlocking 0x2900000 - 0x291ffff
  334. Unlocking 0x2920000 - 0x293ffff
  335. Unlocking 0x2940000 - 0x295ffff
  336. Unlocking 0x2960000 - 0x297ffff
  337. Unlocking 0x2980000 - 0x299ffff
  338. Unlocking 0x29a0000 - 0x29bffff
  339. Unlocking 0x29c0000 - 0x29dffff
  340. Unlocking 0x29e0000 - 0x29fffff
  341. Unlocking 0x2a00000 - 0x2a1ffff
  342. Unlocking 0x2a20000 - 0x2a3ffff
  343. Unlocking 0x2a40000 - 0x2a5ffff
  344. Unlocking 0x2a60000 - 0x2a7ffff
  345. Unlocking 0x2a80000 - 0x2a9ffff
  346. Unlocking 0x2aa0000 - 0x2abffff
  347. Unlocking 0x2ac0000 - 0x2adffff
  348. Unlocking 0x2ae0000 - 0x2afffff
  349. Unlocking 0x2b00000 - 0x2b1ffff
  350. Unlocking 0x2b20000 - 0x2b3ffff
  351. Unlocking 0x2b40000 - 0x2b5ffff
  352. Unlocking 0x2b60000 - 0x2b7ffff
  353. Unlocking 0x2b80000 - 0x2b9ffff
  354. Unlocking 0x2ba0000 - 0x2bbffff
  355. Unlocking 0x2bc0000 - 0x2bdffff
  356. Unlocking 0x2be0000 - 0x2bfffff
  357. Unlocking 0x2c00000 - 0x2c1ffff
  358. Unlocking 0x2c20000 - 0x2c3ffff
  359. Unlocking 0x2c40000 - 0x2c5ffff
  360. Unlocking 0x2c60000 - 0x2c7ffff
  361. Unlocking 0x2c80000 - 0x2c9ffff
  362. Unlocking 0x2ca0000 - 0x2cbffff
  363. Unlocking 0x2cc0000 - 0x2cdffff
  364. Unlocking 0x2ce0000 - 0x2cfffff
  365. Unlocking 0x2d00000 - 0x2d1ffff
  366. Unlocking 0x2d20000 - 0x2d3ffff
  367. Unlocking 0x2d40000 - 0x2d5ffff
  368. Unlocking 0x2d60000 - 0x2d7ffff
  369. Unlocking 0x2d80000 - 0x2d9ffff
  370. Unlocking 0x2da0000 - 0x2dbffff
  371. Unlocking 0x2dc0000 - 0x2ddffff
  372. Unlocking 0x2de0000 - 0x2dfffff
  373. Unlocking 0x2e00000 - 0x2e1ffff
  374. Unlocking 0x2e20000 - 0x2e3ffff
  375. Unlocking 0x2e40000 - 0x2e5ffff
  376. Unlocking 0x2e60000 - 0x2e7ffff
  377. Unlocking 0x2e80000 - 0x2e9ffff
  378. Unlocking 0x2ea0000 - 0x2ebffff
  379. Unlocking 0x2ec0000 - 0x2edffff
  380. Unlocking 0x2ee0000 - 0x2efffff
  381. "misc2" successfully unlocked.
  382. jffs successfully mounted
  383. admin@RT-AX82U-56D8:/tmp/home/root# mount
  384. /dev/root on / type squashfs (ro,relatime)
  385. devtmpfs on /dev type devtmpfs (rw,relatime,size=255936k,nr_inodes=63984,mode=755)
  386. proc on /proc type proc (rw,relatime)
  387. tmpfs on /var type tmpfs (rw,relatime)
  388. tmpfs on /tmp/mnt type tmpfs (rw,relatime,size=16k,mode=755)
  389. sysfs on /sys type sysfs (rw,relatime)
  390. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  391. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  392. ubi1:data on /data type ubifs (rw,relatime)
  393. tmpfs on /tmp/mnt type tmpfs (rw,relatime,size=16k,mode=755)
  394. tmpfs on /tmp type tmpfs (rw,relatime)
  395. /dev/mtdblock9 on /jffs type jffs2 (rw,noatime)
复制代码



微信扫一扫,阅读更方便^_^

16

主题

3040

回帖

7720

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
7720

RT-AC68URT-AC86UGT-AC5300

发表于 2021-8-3 21:11:04 | 显示全部楼层
谢谢分享
回复

使用道具 举报

0

主题

3

回帖

19

积分

新手上路

Rank: 1

积分
19
发表于 2021-8-9 14:51:01 | 显示全部楼层
谢谢分享~~~~
回复

使用道具 举报

0

主题

4

回帖

777

积分

高级会员

Rank: 4

积分
777
发表于 2021-8-10 16:01:55 | 显示全部楼层
谢谢分享~
回复

使用道具 举报

4

主题

37

回帖

320

积分

中级会员

Rank: 3Rank: 3

积分
320
发表于 2021-9-6 10:20:50 | 显示全部楼层
必须支持一下,好东西,路由器一直挂载不了jffs

0

主题

158

回帖

1448

积分

金牌会员

Rank: 6Rank: 6

积分
1448

RT-AC5300RT-AC86U

发表于 2021-9-10 17:43:01 | 显示全部楼层
感谢分享,支持。

20

主题

143

回帖

5211

积分

论坛元老

Rank: 8Rank: 8

积分
5211

GT-AX11000RT-AX86URT-AC86URT-AC68U

发表于 2021-9-18 15:27:53 | 显示全部楼层

感谢分享
回复

使用道具 举报

0

主题

110

回帖

9292

积分

论坛元老

Rank: 8Rank: 8

积分
9292

RT-AC86U

发表于 2021-9-23 13:57:29 | 显示全部楼层
感谢分享!
回复

使用道具 举报

0

主题

1

回帖

2296

积分

金牌会员

Rank: 6Rank: 6

积分
2296
发表于 2021-11-12 23:54:38 | 显示全部楼层
华硕修复jffs挂载工具真棒

0

主题

1

回帖

4

积分

新手上路

Rank: 1

积分
4
发表于 2021-11-27 17:53:33 | 显示全部楼层
谢谢分享
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

站长推荐上一条 /1 下一条

快速回复 返回列表 搜索 官方QQ群
×

秒后自动关闭

小黑屋|手机版|Archiver|华硕网络产品技术交流平台 ( 苏ICP备16010857号-1 )苏公网安备 32050502000499号

GMT+8, 2024-4-26 00:46 , Processed in 0.043392 second(s), 31 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表