November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

How to get the Disk informationhttp://rmohan.com/wp-admin/post-new.phps in linux

# hdparm -I /dev/sda —— information about the IDE/ATA disk (Linux) / disk performance
# fdisk /dev/sda6 —— Display and manipulate the partition table
# smartctl -a /dev/sda1 — Display the disk SMART info
# diskinfo -v /dev/ad2 —- information about disk (sector/size) FreeBSD
# dmidecode ——- dmidecode is a tool for dumping a computer’s DMI(some say SMBIOS) table contents in a human-readable format. This table contains a description of the system’s hardware components.

To find the mounted file system in our system

# mount | column -t

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>