Skip to content

linuxdeepin/deepin-diskmanager

Repository files navigation

diskManager

Disk Utility is a useful tool to help you better manage your disks through disk partitioning, disk data administration, and health management.

Dependencies

  • smartmontools
  • exfat-fuse
  • Qt5 (>= 5.3)
  • Qt5-X11extras

Build dependencies

  • cmake
  • qt5
  • dtk

Installation

sudo apt-get install deepin-diskmanager

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ cd deepin-diskmanager
$ mkdir Build
$ cd Build
$ cmake ..
$ make
  1. Install:
$ sudo make install

When install complete, the executable binary file is placed into /usr/bin/deepin-diskmanager.

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

This project is licensed under GPL-3.0-only.