/luci-app-diskman

Disk Manager for LuCI

Primary LanguageLuaGNU Affero General Public License v3.0AGPL-3.0

DiskMan for LuCI (WIP)

A Simple Disk Manager for LuCI, support disk partition and format, support raid/btrfs-raid(WIP)

Depends

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

Compile

git clone https://github.com/lisaac/luci-app-diskman package/luci-app-diskman
mkdir -p package/parted && cp -i package/luci-app-diskman/Parted.Makefile 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 To