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

move dir

Status
Not open for further replies.

76768

MIS
Oct 6, 2006
11
US
I have installed solaris 9 into my sparc 5, however, during the partition table phase, I did not allocate enought space for /usr. I surely will install new software to that dir. Is there a way to move that dir to another partition?? Thanks
 
Why move it? Depending on your set up you can use a symbolic link... E.g.

/usr is on c0t0d0s0
/alotofSpace is on c0t0d0s6

You could move /usr/local/share (or whatever other folder) to /alotofSpace/share then ln -s /usr/local/share /alotofSpace/


perl -e 'print $i=pack(c5,(40*2),sqrt(7600),(unpack(c,Q)-3+1+3+3-7),oct(104),10,oct(101));'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top