Home
Name Modified Size InfoDownloads / Week
forms 2021-12-13
resouces 2021-12-13
src 2021-12-13
include 2021-12-13
scripts 2021-12-13
LICENSE 2021-12-13 18.1 kB
PrintParted.pro 2021-12-13 1.0 kB
README.md 2021-12-13 1.5 kB
Totals: 8 Items   20.6 kB 0

PrintParted

PrintParted is a program for viewing the disk partition table without disk operations. Disk partitions and freespace are shown in a pie chart using the Qt-5.15 framework. It can be useful for quickly finding information about disk partitions. In some cases, it is useful for someone to use information about disk sectors and freespace before disk operations.

Basic Functionality

This contains two tables with description disks and partitions of each disk. Pie chart contains information about disk partitions and freespace of each disk in percentage. Freespace is displaying after pressing Enter on selected row. Also, disk partitions and freespace are displaying in the context menu in table with description disks. In this case, freespace means space outside of already generated partitions and can be used to expand existing partition or create new one.

Building a Dynamically Linked Version

Using qt5-qmake to create Makefile
1.For Ubuntu, Debian you need to install: sudo apt-get install libparted-dev
sudo apt-get install qt5-default
for Red Hat, Centos, Fedora: yum install parted-dev (for libparted)
yum install qt5
2.Extract the tarball
3.Run the following commands:

qmake PrintParted.pro
make
and find the file: PrintParted

Alternatively, you can use previously created Makefile with following command: make

Source: README.md, updated 2021-12-13