- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to find Cylinders/Sectors/Disk capacity
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 07:05 PM
01-05-2006 07:05 PM
How to find Cylinders/Sectors/Disk capacity
How to find out no of Cylinders/Sectors and Disk capacity for a particular disk ? In Linux, we have fdisk -l .. Will diskinfo be helpful ? It displays only blocks per disk and size.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 07:10 PM
01-05-2006 07:10 PM
Re: How to find Cylinders/Sectors/Disk capacity
diskinfo -v /dev/rdsk/cxtydz
will give you the size of the disk.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 07:12 PM
01-05-2006 07:12 PM
Re: How to find Cylinders/Sectors/Disk capacity
In HPUx only size is what matters and configuration based on sectors and cylinders is not required.
#diskinfo -v /dev/rdsk/cxtydz
will give the details.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 07:15 PM
01-05-2006 07:15 PM
Re: How to find Cylinders/Sectors/Disk capacity
Sea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 07:16 PM
01-05-2006 07:16 PM
Re: How to find Cylinders/Sectors/Disk capacity
named by character_devicefile is associated with a SCSI or floppy disk
drive. If so, diskinfo summarizes the disk's characteristics.
The diskinfo command displays information about the following
characteristics of disk drives:
Vendor name Manufacturer of the drive (SCSI only)
Product ID Product identification number or ASCII name
Type floppy or SCSI classification for the device
Disk Size of disk specified in bytes
Sector Specified as bytes per sector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 07:30 PM
01-05-2006 07:30 PM
Re: How to find Cylinders/Sectors/Disk capacity
Apart from OS if you let us know the model no. of the disk, we could get some further information about it.
Also I would really be interested to know the specific requirement in HPUx requireing such details.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 08:01 PM
01-05-2006 08:01 PM
Re: How to find Cylinders/Sectors/Disk capacity
The system command "mediainit" will help you. This command is used to format. But, you can also use this to know the number of cylinders each slice have. For ex, select the hard disk, and list the slices available.
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 01:08 AM
01-06-2006 01:08 AM
Re: How to find Cylinders/Sectors/Disk capacity
Use diskinfo to get the actual model of disk and then refer this to the manufacturers web site and look at the technical specs of the disk.
there used to be a disk service manual available for download for the older disks which had all the specs in, search docs.hp.com only upto 9gb though.
or search for your model disk in the disktab entries in HPUX, this will give you more info, though not always exact as there are different entries for the same disks.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 01:21 AM
01-06-2006 01:21 AM
Re: How to find Cylinders/Sectors/Disk capacity
>> Thanks for your quick replies. I would like to know no of Cylinders/Sectors, that is my requirement. I knew # diskinfo -v will help to some extent and looking for granular command.
Pick a number, any number.
The Cylinder/Track information is surpassed by technology.
It is no longer applicable, and the drives just fake a bunch of reasonable sounding numbers which have little or no relevance to the actual hardware and can no longer usefully be exploited (for performance or availabilty reasons).
Specifically, all modern (less than 15 years old :-) disk are 'zoned' with many more (2x) blocks on the outer zones than on the inner zones.
Please help us understand why you think you needtrack/cylinder info other then just to full some useless report.
To date a 'disk' just have total size and availability characteristics.
Unfortunately the availability characteristics (raid 0, 0+1, 5,...) are rarely reported.
Regards,
Hein.