18 Sept 2013

Inc/Dec Mount Points in linux


Increasing/Decreasing the size of the mounts or Directories in Unix:
----------------------------------------------------------------
Login with root user:

(a)    Chfs –a  size=+5G /psoft
(b)    Chfs –a  size=-1G /psoft ( From this query it will decrease the 1gb space from /psoft folder)

Ex: nabdcbkp#chfs –a size=+5G /psoft (In this it will increase additional 5 GB Space)
     nabdcbkp#chfs -a size=20G /psoft (If it was having 18 gb then from this query it will come assign to 20    GB space)

No comments:

Post a Comment