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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reallocating partition space 1

Status
Not open for further replies.

gman789

Technical User
May 12, 2005
8
US
I have a Solaris 8 system. My /opt partition is out of space. I would like to reallocate space from one of the other partitions...../home, /var, and /tmp are not using much space. What is the process to get this done?

gman789
 
Thanks Coffeysm. So I would have to use the format, partition, modify utility and reallocate the blocks/cylinders.....is that correct?

gman789
 
can also create a link for offline pkgs and move them to other file systems.
 
Yes, gman that is correct. If you are not that experienced with Solaris I would recommend what vptl suggests though. His would be an easier solution with no downtime required really.

ie:

mkdir /home/opt
Stop any programs that are located in the /opt directory
mv /opt/dir1 /home/opt
mv /opt/dir2 /home/opt
etc...
ln -s /home/opt/dir1 /opt/dir1
ln -s /home/opt/dir2 /opt/dir2

Resume online at:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top