Operating System - HP-UX
1833894 Members
1584 Online
110063 Solutions
New Discussion

Re: how to find the size of the harddisk?

 
SOLVED
Go to solution
thebeatlesguru
Regular Advisor

how to find the size of the harddisk?

which command i can use to know the size of the harddisk c0t8d0?
hihi
6 REPLIES 6
thebeatlesguru
Regular Advisor

Re: how to find the size of the harddisk?

whats wrong,i only post it once,i promise
hihi
Alexander M. Ermes
Honored Contributor

Re: how to find the size of the harddisk?

Hi there.
Try the 'ioscan -fnC disk'.
It will show the devices and the type
like Seagate ST19171N or so.
Then you should be able to find out.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
T G Manikandan
Honored Contributor
Solution

Re: how to find the size of the harddisk?

#diskinfo /dev/rdsk/c0t8d0


Thanks
Animesh Chakraborty
Honored Contributor

Re: how to find the size of the harddisk?

Hi,
There are many ways to see the disk size.
best is diskinfo as told by TG.
If the disk is a part of a vg then vgdisplay can tell u the size(Total PE * PE size).
Another method go to SAM then choose disk .It will show you disksize im megabites.
last option see your purchase order,delivery note etc. etc.
Did you take a backup?
Dave Unverhau_1
Honored Contributor

Re: how to find the size of the harddisk?

Also, (in case you are for some reason unable to run diskinfo...like maybe the disk is in your hand and doesn't have the size on the label) you can tell the size from the model number of Seagate disks. The first digit is the form-factor of the disk (1 is a 3.5" low-profle drive). The remaining digits, up to the letter suffix, are the raw disk size in kilobytes (in Alexander's case, 9171KB, so this would be a 9GB drive)

The letter suffix indicates the type of interface. This info is available on the Seagate website in a neat document, by the way.

Hey, this might come in handy sometime...

Regards,

Dave
Romans 8:28
koundi_5
New Member

Re: how to find the size of the harddisk?

Try
#diskinfo -v /dev/rdsk/c0t8d0

Regards