Los Angeles1
asked on
How to determine hard drive capacity on RHEL
I am running RHEL 6.4
How do I determine what the capacity of my disk drive is (SAS) ?
Thanks
How do I determine what the capacity of my disk drive is (SAS) ?
Thanks
hi,
First check the your hdd are mount in your system
# fdisk -l
show your scsi hdd from this command
again,
#df -Th
show your size hdd with mount your system
First check the your hdd are mount in your system
# fdisk -l
show your scsi hdd from this command
again,
#df -Th
show your size hdd with mount your system
Fdisk -l
Dmesg also reflects a set of data including the hard drives.
Some hard drives include their capacity as part of the model.
St3450xxxss 450GB sas seagate
Etc.
Wd300xyyyy western digital 300 GB sas.
Maxtor/quantum, IBM,hitachi, fujitsu do not include capacity information as the above. There might be a way to decipher their models to calculate the capacity.
Dmesg also reflects a set of data including the hard drives.
Some hard drives include their capacity as part of the model.
St3450xxxss 450GB sas seagate
Etc.
Wd300xyyyy western digital 300 GB sas.
Maxtor/quantum, IBM,hitachi, fujitsu do not include capacity information as the above. There might be a way to decipher their models to calculate the capacity.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Open in new window
Try -
Open in new window