I need to save some information about the current partitioning of my hard drive.
I already did
fdisk -l > file.txt
GParted tells a bit more information (label, size, used). Is it possible to make GParted save this information to a file?
I need to save some information about the current partitioning of my hard drive.
I already did
fdisk -l > file.txt
GParted tells a bit more information (label, size, used). Is it possible to make GParted save this information to a file?
The command-line tool of gparted is parted. For example you can list all devices with:
For pipe it to a file use
Please use the man page
for more details.