# luci-app-diskman **Repository Path**: guyezi/luci-app-diskman ## Basic Information - **Project Name**: luci-app-diskman - **Description**: Disk Manager for LuCI - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-03-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DiskMan for LuCI (WIP) A Simple Disk Manager for LuCI, support disk partition and format, support raid/btrfs-raid(WIP) ### Depends - [parted](https://github.com/lisaac/luci-app-diskman/blob/master/Parted.Makefile) - blkid - smartmontools - e2fsprogs - btrfs-progs (Optional) - lsblk (Optional) - mdadm (Optional) - kmod-md-raid456 (Optional) - kmod-md-linear (Optional) ### Compile ``` bash 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 ![](https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/doc/disk_info.png) - Partitions Info ![](https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/doc/partitions_info.png) ### Thanks To - [luci-app-diskmanager](http://eko.one.pl/forum/viewtopic.php?id=18669) - [luci-app-smartinfo](https://github.com/animefansxj/luci-app-smartinfo) - Chinese translation by [锤子](https://www.right.com.cn/forum/space-uid-311750.html)