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!

What say this error message

vaszago

Regular Contributor
attachment.php


an idea?
 

Attachments

  • Unbenannt.JPG
    Unbenannt.JPG
    96.1 KB · Views: 657
What kind of external drive do you have connected to your router? If i had to guess i would say that it is somehow going into power saving mode?
 
What kind of external drive do you have connected to your router? If i had to guess i would say that it is somehow going into power saving mode?

I think you are getting confused with the old IDE /dev/hda etc. naming convention with the disk naming?

This is basically QOS bandwidth sharing using the traffic class htb see

http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm

or issue

Code:
admin@RT-AC56U:/tmp/home/root# tc qdisc add htb help
What is "help"?
Usage: ... qdisc add ... htb [default N] [r2q N]
 default  minor id of class to which unclassified packets are sent {0}
 r2q      DRR quantums are computed as rate in Bps/r2q {10}
 debug    string of 16 numbers each 0-3 {0}

... class add ... htb rate R1 [burst B1] [mpu B] [overhead O]
                      [prio P] [slot S] [pslot PS]
                      [ceil R2] [cburst B2] [mtu MTU] [quantum Q]
 rate     rate allocated to this class (class can still borrow)
 burst    max bytes burst which can be accumulated during idle period {computed}
 mpu      minimum packet size used in rate computations
 overhead per-packet size overhead used in rate computations
 linklay  adapting to a linklayer e.g. atm
 ceil     definite upper class rate (no borrows) {rate}
 cburst   burst but for ceil {computed}
 mtu      max packet size we create rate map for {1600}
 prio     priority of leaf; lower are served first {0}
 quantum  how much bytes to serve from leaf at once {use r2q}

TC HTB version 3.3


However, I don't know what the message means, nor indeed if it is a cause for concern for that model of router.
 
I have not connected a hard drive. The only thing is connected.
USB stick for internet (Huawei E398)

LAN 2 NAS Qnap connect
LAN 3 NAS Synology connect
LAN 4 PC connect
 

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