Solaris Commands Question:
Download Questions PDF

How to make file system of 65 GB if u get new disk of 80 GB?

Solaris Commands Interview Question
Solaris Commands Interview Question

Answer:

run #devfsadm cmd after fix 80gb HDD
format.
plz wait disk is reading ..
the attached disk menstioned below controller with HDD name
selectt disk
c#t#d#
select p ( partition)
select p ( print)

you select tag 4 enter
you select tag name enter
you seletct wm enter
you select starting cylinder enter
you give now cylinder size : 65gb( you must mention mb or
gb) enter

u give l for lable ( lable means save a things)
it asking (y/n ) y

newfs /dev/rdsk/c#t#d#s4 enter
it taking few mins then crete dir for mount
mkdir /john ( anything )
mount /dev/dsk/c#t#d#s4 /john

and check
df -hk

put entry in /etc/vfstab

Download Solaris Commands Interview Questions And Answers PDF

Previous QuestionNext Question
How to check parameters in ok boot prompt?What are the common errors you find in Solaris Volume manager?