Re: [ilugd] How to allocate space from one partion to other??

2005-04-19 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

santosh dubey wrote:

 Dear Sys Admins.
 
 I want to allocate space from one partion(/home) to
 other(/) where free space is required very much.
 I don't wan't to create fs etc as it is a live server.
 Is it possible by link etc or something same which do
 not require major work at server...
 df -h shows
 FilesystemSize  Used Avail Use% Mounted on
 /dev/hda5 4.7G  4.3G  177M  97% /
 /dev/hda1  21M  9.9M   10M  49% /boot
 /dev/hda2 3.0G  768M  2.0G  27% /home
 none  124M 0  124M   0% /dev/shm
 
 Thanks for your valuable suggestions which i will
 receive.
 
 have a nice day.
 skdubey
 

Dubey Ji,

 Use parted.

rrs
- -- 
Ritesh Raj Sarraf
RESEARCHUT -- http://www.researchut.com
Gnupg Key ID: 04F130BC
Stealing logic from one person is plagiarism, stealing from many is
research.
Necessity is the mother of invention.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCZUlY4Rhi6gTxMLwRArLtAJ0c3cy/hrAOhd3tmCa2BWPkXVRsrACfVZaY
HKNDv/1MyOlUpX8worx032k=
=pMbE
-END PGP SIGNATURE-


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] How to allocate space from one partion to other??

2005-04-19 Thread Ajay Mulwani
# mv /usr/share /home
# ln -s /home/share /usr/share

Please be informed that /usr/share contains a lot of really good
documentation and also the man pages so creating a link back to its
original place is highly suggested.

Depending on the type of installation (workstation/ server/ full/
customised); /usr/share should be from 200MB to 2GB. From the df
output that you have sent; /home is having 2GB free so before the mv
command make sure that /usr/share fits in /home...

Ajay

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/