Disk Manager for LuCI
Find a file
lisaac d466c11119
Merge pull request #30 from IceG2020/master
Updated translation file
2020-04-13 07:33:27 +08:00
.github/workflows update Makefile 2020-02-21 20:05:56 +08:00
doc add github actions && update README 2019-12-24 14:57:34 +08:00
luasrc disks: fix display while no mdadm and no btrfs support 2020-04-10 21:23:28 +08:00
po Merge pull request #30 from IceG2020/master 2020-04-13 07:33:27 +08:00
depends.lst partition: automatic FIX GPT PARTITION TABLE while create partition 2020-04-01 15:20:57 +08:00
LICENSE update LICENSE && update README 2020-01-31 10:35:15 +08:00
Makefile v0.2.10 2020-04-10 21:15:57 +08:00
Parted.Makefile Readme: fix parted && update parted.makefile 2020-02-21 20:26:54 +08:00
README.md update readme 2020-04-11 18:18:45 +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 / 依赖

  • 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/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 / 谢致