How to Install blktool in Ubuntu 18.04



Install blktool by entering the following commands in the terminal:

sudo apt update
sudo apt install blktool

Description:

tune low-level block device parameters

blktool is used for querying and/or changing settings of a block device. It is like hdparm but a more general tool, as it works on SCSI, IDE and SATA devices. . This program is for those who know what they're doing and should be used it at your own risk as it could cause damage to your hardware.

Homepage: http://sourceforge.net/projects/gkernel/files/blktool/

Version: 4-7build1

Section: universe/admin