No description
Find a file
lisaac ceaf45131f
Merge pull request #90 from catsimple/master
Improve SMART data parsing compatibility and fallback logic
2026-04-17 11:39:40 +08:00
.github/workflows Packaging new language 2023-02-26 00:50:58 +08:00
applications/luci-app-diskman Update diskman.lua 2026-04-16 01:10:26 +08:00
doc add github actions && update README 2019-12-24 14:57:34 +08:00
LICENSE update LICENSE && update README 2020-01-31 10:35:15 +08:00
Parted.Makefile Readme: fix parted && update parted.makefile 2020-02-21 20:26:54 +08:00
README.md Update README.md 2026-04-07 15:09:19 +08:00

Luci-app-diskman

GitHub release (latest by date) GitHub stars GitHub forks License Telegram Group

  • A Simple Disk Manager for LuCI, support disk partition and format, support raid / btrfs-raid / btrfs-snapshot
  • 一个简单的磁盘管理 LuCI 插件,支持磁盘分区、格式化,支持 RAID / btrfs-raid / btrfs-快照管理
  • Download / 下载 ipk

Depends / 依赖

  • luci-compat
  • parted
  • blkid
  • smartmontools
  • e2fsprogs
  • btrfs-progs (Optional)
  • lsblk (Optional)
  • mdadm (Optional)
    • kmod-md-raid456 (Optional)
    • kmod-md-linear (Optional)

Compile / 编译

mkdir -p package/luci-app-diskman && \
wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/applications/luci-app-diskman/Makefile -O package/luci-app-diskman/Makefile
mkdir -p package/parted && \
wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/Parted.Makefile -O package/parted/Makefile

#compile package only
make package/luci-app-diskman/compile V=99

#compile
make menuconfig
#choose LuCI ---> 3. Applications  ---> <*> luci-app-diskman..... Disk Manager interface for LuCI ----> save
make V=99

Screenshot / 截图

  • Disk Info
  • Partitions Info

Thanks / 谢致