|
|
How do I list the disk geometry like Cylinders, Heads, Bytes/Sector? |
| The disk geometry is very important to understand so that one can successfully partition and slice their hard drives. The disk geometry is different with each system, and can be changed with a setting in your scsi host adapter Bois called "Enable BIOS translation for DOS drives over 1GB."
To list your geometry, type either command:
prtvtoc -p /dev/rdsk/c0b0t0d0s0
Also partsize -d /dev/rdsk/c0b0t0d0s0
prtvtoc -p /dev/rdsk/c0b0t0d0s0
where you will need to use the correct target id, etc., and be sure that you specify s0 as the slice so that you refer to the entire partition.
<mschalit@pacbell.net>
| |
| [Append to This Answer] |
| Previous: |
|
| Next: |
|
| ||||||||