The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-01-2009
kumarmani kumarmani is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 343
You do not increase the size of mount point, you increase the slice/ volume which is mount on the mount point. To do that you need to find what kind of device is mounted on the given mount point. If its volume then you can increase the size with growfs, if its slice then you have to backup the data increase the size of the slice, label it , run newfs on the slice and then mount on the mount point after that you can restore the backed data into the new slice.

Last edited by kumarmani; 07-01-2009 at 12:50 PM..