Skip to content

lisaac/luci-app-diskman

Repository files navigation

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)
  • 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 To