2020-06-20 02:17:49 +08:00
|
|
|
# luci-app-disks-info
|
2021-01-04 02:55:58 +08:00
|
|
|
Information about connected disk devices (partitions, filesystems, SMART) for LuCI (OpenWrt webUI).
|
2020-06-20 22:07:07 +08:00
|
|
|
|
2021-01-04 02:55:58 +08:00
|
|
|
OpenWrt >= 19.07.
|
|
|
|
|
2022-02-21 01:08:31 +08:00
|
|
|
Dependences: fdisk, smartmontools, smartmontools-drivedb.
|
|
|
|
|
2021-12-05 23:48:40 +08:00
|
|
|
## Installation notes
|
|
|
|
|
|
|
|
**OpenWrt >= 21.02:**
|
|
|
|
|
2022-08-06 23:21:48 +08:00
|
|
|
opkg update
|
2024-06-29 23:59:02 +08:00
|
|
|
wget --no-check-certificate -O /tmp/luci-app-disks-info_0.4.2-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-disks-info_0.4.2-r1_all.ipk
|
|
|
|
opkg install /tmp/luci-app-disks-info_0.4.2-r1_all.ipk
|
|
|
|
rm /tmp/luci-app-disks-info_0.4.2-r1_all.ipk
|
2021-12-05 23:48:40 +08:00
|
|
|
/etc/init.d/rpcd restart
|
|
|
|
|
|
|
|
i18n-ru:
|
|
|
|
|
2024-06-29 23:59:02 +08:00
|
|
|
wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.4.2-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-disks-info-ru_0.4.2-r1_all.ipk
|
|
|
|
opkg install /tmp/luci-i18n-disks-info-ru_0.4.2-r1_all.ipk
|
|
|
|
rm /tmp/luci-i18n-disks-info-ru_0.4.2-r1_all.ipk
|
2021-12-05 23:48:40 +08:00
|
|
|
|
|
|
|
**OpenWrt 19.07:**
|
2021-01-31 06:40:13 +08:00
|
|
|
|
2022-08-06 23:21:48 +08:00
|
|
|
opkg update
|
2021-12-04 03:03:56 +08:00
|
|
|
wget --no-check-certificate -O /tmp/luci-app-disks-info_0.3-7_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/19.07/luci-app-disks-info_0.3-7_all.ipk
|
2021-12-02 00:22:44 +08:00
|
|
|
opkg install /tmp/luci-app-disks-info_0.3-7_all.ipk
|
|
|
|
rm /tmp/luci-app-disks-info_0.3-7_all.ipk
|
2021-12-05 23:48:40 +08:00
|
|
|
/etc/init.d/rpcd restart
|
2021-01-31 06:40:13 +08:00
|
|
|
|
2021-12-05 23:48:40 +08:00
|
|
|
i18n-ru:
|
2021-01-31 06:40:13 +08:00
|
|
|
|
2021-12-04 03:03:56 +08:00
|
|
|
wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.3-7_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/19.07/luci-i18n-disks-info-ru_0.3-7_all.ipk
|
2021-12-02 00:22:44 +08:00
|
|
|
opkg install /tmp/luci-i18n-disks-info-ru_0.3-7_all.ipk
|
|
|
|
rm /tmp/luci-i18n-disks-info-ru_0.3-7_all.ipk
|
2021-01-31 06:40:13 +08:00
|
|
|
|
2021-12-05 23:48:40 +08:00
|
|
|
## Screenshots:
|
2021-01-31 06:40:13 +08:00
|
|
|
|
2021-01-04 02:55:58 +08:00
|
|
|
![](https://github.com/gSpotx2f/luci-app-disks-info/blob/master/screenshots/01.jpg)
|