What's new
  • 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!

SSD drive not detected/mounted on RT-AX88U Pro after router's reboot

Thank you to all who posted here providing valuable information.
Conclusion is as follow: the issue with SSD drives not being mounted on router's reboot is caused by combinations of:
1. routers are different in speed of boot (how fast power is delivered to USB port)
2. some SATA enclosures may "work" and others may not, depending on the bridges used in them
3. the most safe option is to use enclosures or USB to SATA adapters with own power supply

I think it could be useful to have in this forum a pinned thread with confirmed working SSD drives closures, NVMe, with a table like:
| Asus model | SSD enclosure or NVME disk (with detail what exact model) | AsusWRT Merlin version |

If there was something like this, I would avoid buying 2 SSD enclosures that don't work with my Asus RT-AX88U Pro :-)

Another thought: it's a pity that it is impossible to somehow script the physical action of removing and plugging again a cable into USB port. If it would be possible then it can be used as a fix for the issue.
 
Another thought: it's a pity that it is impossible to somehow script the physical action of removing and plugging again a cable into USB port. If it would be possible then it can be used as a fix for the issue.
I don't have this problem so I'm just throwing this out there as an idea, but try this and keep an eye on the router's syslog for changes.
Code:
/sbin/udevtrigger --subsystem-match=block
 
I don't have this problem so I'm just throwing this out there as an idea, but try this and keep an eye on the router's syslog for changes.
Code:
/sbin/udevtrigger --subsystem-match=block

Result of command /sbin/udevtrigger --subsystem-match=block is nothing.
No output in ssh session window, no single line in syslog related to this command (selected debug level) and SSD drive not mounted.
 
I am sorry for waking up the thread, but just switched to m.2 ssd on my AX88U and I have the same problem. Does anyone has a recommendation for the m.2 USB enclosure from amazon.de which works with AX88U? I have this one, and it seems there is an issue.
 
I am sorry for waking up the thread, but just switched to m.2 ssd on my AX88U and I have the same problem. Does anyone has a recommendation for the m.2 USB enclosure from amazon.de which works with AX88U? I have this one, and it seems there is an issue.
Hi,
I would like to point out that it may be the case that a specific enclosure model that may be reported as "working" for someone else may not "work" for you with your router.
Why?
Because, as I recall from the discussions in this thread, one Asus router model may differ in some aspects, which may cause them to handle the process of mounting external drives differently.
Personally, I think the best "solution" (or rather a "fix") to this problem is to have a script that can be triggered in boot sequence that would mount a drive if the OS itself did not do it, but as you can read above - no one has been able to provide such a solution, which is amazing! - it is a great disappointment that there is "something" that cannot be achieved in a Linux-based system.
 

Similar 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!
Back
Top