Operating System - HP-UX
1754278 Members
2778 Online
108813 Solutions
New Discussion

Re: what is the hp-ux command to get disk partition details?

 
sujit kumar singh
Honored Contributor

Re: what is the hp-ux command to get disk partition details?

Hi
No points please: only correcting the last post.


diskinfo /dev/rdsk/cXtYDZs1|awk '{ print $1 /1024}'
diskinfo /dev/rdsk/cXtYDZs2|awk '{ print $1 /1024}'
diskinfo /dev/rdsk/cXtYDZs3|awk '{ print $1 /1024}'


please replace these with
diskinfo -b /dev/rdsk/cXtYDZs1|awk '{ print $1 /1024}'
diskinfo -b /dev/rdsk/cXtYDZs2|awk '{ print $1 /1024}'
diskinfo -b /dev/rdsk/cXtYDZs3|awk '{ print $1 /1024}'


regards
sujit