Just so I'm clear on things, you have /opt that contains an amount of data. You have created a new partition that needs a file system (known as /vol01) creating on it. Once you have /vol01, you want to move some things off /opt onto /vol01. Do you also want to change the current size of /opt so that it is smaller, and then allocate the space that has been freed up to /vol01? (All of this assumes that /opt has been set up on it's own disk partition...)<br><br>Assuming you have the new parition created, you could try running <FONT FACE=monospace>mkfs</font> directly, instead of via <FONT FACE=monospace>newfs</font>:<br><FONT FACE=monospace><br>mkfs -F ufs /dev/rdsk/c?t?d?s? <i>size_of_partition</i><br></font><br>The "size_of_partition" value is specified as the number of sectors in the partition. You should have this information from when you created the partition. If not, then "<FONT FACE=monospace>prtvtoc /dev/rdsk/c?t?d?s2</font>" will show it.<br><br>Post back if you need to resize the "/opt" partition. That could start to get a bit tricky, depending upon how much unallocated disk you have elsewhere on the system. <p> <br><a href=mailto: > </a><br><a href= > </a><br>--<br>
0 1 - Just my two bits