luci-app-disks-info/README.md
2022-02-20 20:08:31 +03:00

39 lines
1.5 KiB
Markdown

# luci-app-disks-info
Information about connected disk devices (partitions, filesystems, SMART) for LuCI (OpenWrt webUI).
OpenWrt >= 19.07.
Dependences: fdisk, smartmontools, smartmontools-drivedb.
## Installation notes
**OpenWrt >= 21.02:**
wget --no-check-certificate -O /tmp/luci-app-disks-info_0.3-9_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-disks-info_0.3-9_all.ipk
opkg install /tmp/luci-app-disks-info_0.3-9_all.ipk
rm /tmp/luci-app-disks-info_0.3-9_all.ipk
/etc/init.d/rpcd restart
i18n-ru:
wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.3-9_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-disks-info-ru_0.3-9_all.ipk
opkg install /tmp/luci-i18n-disks-info-ru_0.3-9_all.ipk
rm /tmp/luci-i18n-disks-info-ru_0.3-9_all.ipk
**OpenWrt 19.07:**
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
opkg install /tmp/luci-app-disks-info_0.3-7_all.ipk
rm /tmp/luci-app-disks-info_0.3-7_all.ipk
/etc/init.d/rpcd restart
i18n-ru:
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
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
## Screenshots:
![](https://github.com/gSpotx2f/luci-app-disks-info/blob/master/screenshots/01.jpg)