Q: How to find Hard disk informations and specifications in Linux operating systems?
Checking Disk capacity, Partition tables, etc.
[root@server ~]# fdisk -l
Get Detailed/current information directly from hard drive
[root@server ~]# hdparm -I /dev/sda
Check available/used/free spaces in each partitions
[root@server ~]# df -h
Check Hard drive speeds
[root@server ~]# hdparm -Tt /dev/sda
0 comments:
Post a Comment