bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Moving 2gb from / to another ext2 already created partition


From: Andrew Clausen
Subject: Re: Moving 2gb from / to another ext2 already created partition
Date: Sun, 05 Nov 2000 13:57:59 -0200

Frédéric L . W . Meunier wrote:
> 
> Hi. Can I do that without messing up my system?
> 
> /etc/fstab:
> /dev/hda2       swap        swap        defaults   0   0
> /dev/hda1       /        ext2        defaults   1   1
> /dev/hda3       /usr/local/src        ext2        defaults   1   2
> /dev/hda4       /home/ftp/pub        ext2        defaults   1   2
> none             /dev/pts  devpts     gid=5,mode=620  0   0
> none             /proc    proc        defaults   0   0
> 
> df:
> Filesystem           1k-blocks      Used Available Use% Mounted on
> /dev/hda1              9920592    462260   8946264   5% /
> /dev/hda3              1984044   1009048    872584  54% /usr/local/src
> /dev/hda4              2497584    506008   1862656  21% /home/ftp/pub

You need to give information about the location of the partitions.
You can do this with fdisk or parted.  eg:

        # parted /dev/hda print

Have you found/read the documentation?  Do you find it too difficult to
understand?  (How should we improve it?!)

Andrew Clausen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]