What's new

Corrupted router specific partition on AX88U

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Status
Not open for further replies.

nomad_surfer

New Around Here
Hello everyone,
I have a AX88U Asus router, during to the process of downgrade/upgrade process of the firmware, the router specific partition has been corrupted. I need to recover the info stored in that partition.
When I issue the following command in ssh session on the router
Code:
ubiattach /dev/ubi_ctrl -m 10
mkdir /tmp/ubi_vol
mount -t ubifs ubi1_0 /tmp/mnt/ubi_vol
ls /tmp/ubi_vol

there is nothing in it. @ColinTaylor has informed me that the router specific information should be stored in mtd10 partition of flash memory. He must be busy,
I need to know what variables and information stored in that partition, those who have AX88U or AX86U, can you guys have a look at the list of files in the partition and their content (if they have MAC address you can replace it with xx:xx: (sensitive info should be masked) so that I can put the same files on that partition with my router information
but after looked at the partition, you need to issue the following command to detach ubi_volume

Code:
umount /tmp/mnt/ubi_vol
ubidetach -p /dev/mtd10

to properly detaching the partition. Thank you for your help in advance..
 
The information content you are asking for is unique to each router and not transferable to another router, even if it's the same model.

Please do not post this information in a public forum. Thanks.
 
Last edited:
Status
Not open for further replies.

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top