Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

format disk

Status
Not open for further replies.

ozgur74

Technical User
Jul 30, 2003
74
FR
Did someone know how i can format hdu6 or hdu7..
thanks
 
block the equ position of the hdu
bleqi:equ=
then unmount the subfs
fimoe:subfs=tmfs;
fimoe:subfs=syssubfs11;
fimoe:subfs=syssubfs21;
then format
ficri:subfs=syssubfs11,size=64;
ficri:subfs=syssubfs21,size=64;
ficri:subfs=tmfs;
then remount
fimoi:subfs=syssubfs11;
fimoi:subfs=syssubfs21;
fimoi:subfs=tmfs,path=/sysn/usr1/acs/tm;
then unblock equ
 
i am logged IPUX , mode X ...
so i have not this kind of command .
I have a format command : format <disk> [ll](low level).
But this command do not work .
Have u an explanation?
best regards

 
like lancbomb said, don't log on to ipux , but log on to the md110 (put a ';' after the SSS...)
then you can do the procedure explained by lancbomb...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top