How do I find out how many data cylinders a disk has?


 
Thread Tools Search this Thread
Operating Systems Solaris How do I find out how many data cylinders a disk has?
# 8  
Old 01-06-2009
You don't get to the BIOS from Solaris or whatever OS. You get to the BIOS before the OS boots.

Have you an idea about the three other disks size / geometry ?

I would try 30515 data cylinders as the system seems to detect there are 30517 cylinders including 2 alternate ones.
# 9  
Old 01-06-2009
this command can say the cylinders of an h/d
Quote:
prtvtoc /dev/rdsk/c*d*s2
# 10  
Old 01-06-2009
You might use "fdisk -G device" if you are using an x86 based platform, eg:

Code:
# fdisk -G /dev/rdsk/c1t0d0p0
    * Physical geometry for device /dev/rdsk/c1t0d0p0
    * PCYL     NCYL     ACYL     BCYL     NHEAD NSECT SECSIZ
      8924     8924     0        0        255   63    512

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Use of prtdiag to give information of sectors,cylinders,track of each disk

Hi All, i am trying to get sectors,cylinders,track..etc information of all present disks out of solaris machine using prtvtoc command . Output of ptrvtoc command is as below : bash-3.2# prtvtoc /dev/dsk/c1t0d0s0 * /dev/dsk/c1t0d0s0 partition map * * Dimensions: * 512 bytes/sector... (2 Replies)
Discussion started by: omkar.jadhav
2 Replies

2. Red Hat

Disk is Full but really does not contain huge data

Hi All, My disk usage show 100 % . When I check “df –kh” it shows my root partition is full. But when I run the “du –skh /” shows only 7 GB is used. Filesystem Size Used Avail Use% Mounted on /dev/sda1 30G 28G 260MB 100% / How I can identify who is using the 20 GB of memory. Os: Centos... (10 Replies)
Discussion started by: kalpeer
10 Replies

3. UNIX for Advanced & Expert Users

how to increase cylinders on USB Flash Drive

Hello All, I faced a unique issue. I have written a script for transferring backup data on my host machine to a USB Flash drive. The Flash drive must be of 16GB size. So, my script creates two primary partitionon the USB flash drive. I require approx 5900 cylinders for the first partition on... (8 Replies)
Discussion started by: Pkumar Sachin
8 Replies

4. Solaris

Read/Write Data on CD/RW Disk

Would simply like to write data (no audio) to a CD/RW disk. The disk drive states CD/RW on the front but don't know for sure if the software is configured to recognize it as a writable disk. I can read/move data from the disk to the hard drive with no issue from the disk. Any help in this... (4 Replies)
Discussion started by: jes1trish
4 Replies

5. AIX

How to use dd command to erase the data in disk

how to use dd command to erase the data in disk, such as hdisk2? (9 Replies)
Discussion started by: rainbow_bean
9 Replies

6. Programming

How to implement an on-disk data structure

I have heard about on-disk data structures, but I am trying to understand how to implement it. I want to write a program which is going to make use of a B-Tree which is so huge that whole of it cannot sit in memory. Lets take a simple case of a linked list. Suppose I want to have a linked... (1 Reply)
Discussion started by: the_learner
1 Replies

7. SCO

Reading Data from Disk

I have a server with SCO Open Server 5 and I need to copy data files from the hard drive. Can this be completed with a Windows PC with the hard drive connected with a USB caddy? I have no other way to do this. Server not running. TIA Tim (2 Replies)
Discussion started by: taordw
2 Replies

8. Solaris

Mirror data disk????

Hi, need some help. I’m new to solaris and trying to find out how to mirror a data disk (not the root disk). In AIX it is easy but with solaris 5.8 I don’t find my way even with the SUN docs (disk/suide is installed). What is behind is I want to migrate a disk from 1 storage system to... (7 Replies)
Discussion started by: ccTester
7 Replies

9. Filesystems, Disks and Memory

I need read data from Disk,please help

Hallo, can You help me with this problem: I have Hard Disk with "SCO Server Release 5.0" and I need read the data from the disk. Know You how can I do it? I only know that the file system is ISC UNIX . I test FreeBSD, but I can not mount the disk (with error message "incorrect super block").... (7 Replies)
Discussion started by: Fik
7 Replies

10. UNIX for Dummies Questions & Answers

OS can't see beyond 1023 cylinders

I'm trying to install SCO 5.0.5 onto a workstation for test purposes. I've had no problems during the installation and everything seems to have gone well until I look at the disk space available - it's a 40 Gb IDE hard drive but the OS only seems to be seeing the first 1023 cylinders. Have tried... (3 Replies)
Discussion started by: kath
3 Replies
Login or Register to Ask a Question