With the help of Disk Monitoring Commands in Linux, we can use the operating system or a database manager when there is any problem on the disk side or when information about the disk needs to be collected.
df -h command:
1 | df-h |
parted -l command:
1 | parted -l |
lsblk command:
1 | lsblk |
inxi command:
1 | inxi |
For different uses of the commands mentioned above, you can view what can be done with which parameters by typing –help at the end of the specified commands.