Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:storage:usb-drives [2021/09/06 19:23] – [Install and verify USB drivers] Fix reference to numbered step owenh | docs:guide-user:storage:usb-drives [2022/04/10 09:15] – hdparm rc.local autostart ivanmara | ||
|---|---|---|---|
| Line 45: | Line 45: | ||
| - This should now show a list of block devices known to the OS< | - This should now show a list of block devices known to the OS< | ||
| brw------- | brw------- | ||
| - | - Install the **block** tool to get more info about existing partitions< | + | - Install the **block** tool to get more info about existing partitions< |
| - Run the **block** tool:< | - Run the **block** tool:< | ||
| Line 132: | Line 132: | ||
| Of course you can always change the timeout or disable auto-spindown again later on. Depending on your harddisk, the value may be active until the next reset or permanently stored on the harddisk. | Of course you can always change the timeout or disable auto-spindown again later on. Depending on your harddisk, the value may be active until the next reset or permanently stored on the harddisk. | ||
| - | The harddisk firmware itself manages the spindown timeout, not a OpenWrt service. | + | The harddisk firmware itself manages the spindown timeout, not a OpenWrt service. |
| + | <code bash> | ||
| + | # set timeout to put the drive into idle (low-power) mode | ||
| + | / | ||
| + | |||
| + | exit 0 | ||
| + | </ | ||