All Projects → lisaac → Luci App Diskman

lisaac / Luci App Diskman

Licence: agpl-3.0
Disk Manager for LuCI

Programming Languages

lua
6591 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].