Re: resize the partition with /

2007-10-04 Thread Manu Hack
, boot into your 1GB partition, and resize hda1. The command resize2fs /dev/hda1 should be sufficient. Restart into the 5GB parition and now you would have a 5GB root with over 4GB free space. Run grub-install /dev/hda so that grub can load itself from the new location. You can now copy

Re: resize the partition with /

2007-10-04 Thread Raj Kiran Grandhi
Manu Hack wrote: If a couple of reboots is ok for you, the following method might work. Yes, and thanks a lot for the instruction. You can use 'dd' to clone hda2 to hda1. Boot your system with init=/bin/bash. When you get to the bash prompt, do bash# dd if=/dev/hda2 of=/dev/hda1 When

Re: resize the partition with /

2007-10-04 Thread Manu Hack
On 10/4/07, Raj Kiran Grandhi [EMAIL PROTECTED] wrote: Manu Hack wrote: If a couple of reboots is ok for you, the following method might work. Yes, and thanks a lot for the instruction. You can use 'dd' to clone hda2 to hda1. Boot your system with init=/bin/bash. When you get to the

Re: resize the partition with /

2007-10-04 Thread Raj Kiran Grandhi
Manu Hack wrote: Edit the file /tmp/newroot/boot/grub/menu.lst and replace (hd0,1) with (hda0,0) and root=/dev/hda2 with root=/dev/hda1. Similarly fix the root filesystem entry in /tmp/newroot/etc/fstab by changing /dev/hda2 to /dev/hda1. Now you should be able to boot into either of your two

Re: resize the partition with /

2007-10-01 Thread harland christofferson
Douglas A. Tutty wrote: On Sun, Sep 30, 2007 at 09:11:50PM -0400, Manu Hack wrote: That's what I'm doing. But is it possible to increase the size for apt-get upgrade and apt-get install? Right now I can use that 5G for personal use but for the main thing like in /usr what's the best

Re: resize the partition with /

2007-10-01 Thread Douglas A. Tutty
On Mon, Oct 01, 2007 at 11:46:32AM -0700, harland christofferson wrote: Douglas A. Tutty wrote: Put a filesystem on it (e.g. ext3), mount it under /mnt, cp -a or rsync (or even use mc) everything under /usr, then unmount it from /mnt and mount it as /usr. If it works, unmount it, change

Re: resize the partition with /

2007-10-01 Thread Raj Kiran Grandhi
into either of your two partitions. Once you have satisfied yourself that both are working, boot into your 1GB partition, and resize hda1. The command resize2fs /dev/hda1 should be sufficient. Restart into the 5GB parition and now you would have a 5GB root with over 4GB free space. Run grub

resize the partition with /

2007-09-30 Thread Manu Hack
Hi all, I have a problem with an old desktop running etch. Before it was running XP + etch dual boot. But recently I have deleted the whole XP partition. Now the problem is I started running out of space for the etch. I want to resize the partition so that I can install more programs

Re: resize the partition with /

2007-09-30 Thread Amit Uttamchandani
You might want to try the gparted live CD (http://gparted.sourceforge.net/livecd.php). Boot from it and resize partitions on the fly. Good Luck. -- Amit Uttamchandani [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: resize the partition with /

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 04:17:42PM -0400, Manu Hack wrote: I have a problem with an old desktop running etch. Before it was running XP + etch dual boot. But recently I have deleted the whole XP partition. Now the problem is I started running out of space for the etch. I want to resize

Re: resize the partition with /

2007-09-30 Thread Marc Shapiro
for the etch. I want to resize the partition so that I can install more programs and stuff like that. The current partition is like hda1 - 5G (before running XP) hda2 - 1G ( etch is living here) So I'd like to resize hda2 but I can't as it said I need to unmount hda2 before resizing. People suggest

Re: resize the partition with /

2007-09-30 Thread Manu Hack
started running out of space for the etch. I want to resize the partition so that I can install more programs and stuff like that. The current partition is like hda1 - 5G (before running XP) hda2 - 1G ( etch is living here) So I'd like to resize hda2 but I can't as it said I need

Re: resize the partition with /

2007-09-30 Thread Manu Hack
the problem is I started running out of space for the etch. I want to resize the partition so that I can install more programs and stuff like that. The current partition is like hda1 - 5G (before running XP) hda2 - 1G ( etch is living here) So I'd like to resize hda2 but I can't

Re: resize the partition with /

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 09:08:53PM -0400, Manu Hack wrote: Even floppy boot is not available. My old Thinkpad can do netbooting. Can your laptop? Or are you saying that the _only_ way to boot this thing is with its internal hard drive? Doug. -- To UNSUBSCRIBE, email to [EMAIL

Re: resize the partition with /

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 09:11:50PM -0400, Manu Hack wrote: That's what I'm doing. But is it possible to increase the size for apt-get upgrade and apt-get install? Right now I can use that 5G for personal use but for the main thing like in /usr what's the best way to make use of that 5G?

Re: resize the partition with /

2007-09-30 Thread Marc Shapiro
Douglas A. Tutty wrote: On Sun, Sep 30, 2007 at 09:11:50PM -0400, Manu Hack wrote: That's what I'm doing. But is it possible to increase the size for apt-get upgrade and apt-get install? Right now I can use that 5G for personal use but for the main thing like in /usr what's the best way

Re: Can I resize my partition after installation ?

2007-06-21 Thread Kevin Mark
On Thu, Jun 21, 2007 at 12:59:25AM -0400, Andrew Barr wrote: On Jun 21, 2007, at 12:07 AM, arijit sarkar wrote: So, can i resize my /home now to make space for second root. or I have to reformat and do it again. Sure you can. Boot from a rescue CD, or better yet, a Debian or Ubuntu live

Re: Can I resize my partition after installation ?

2007-06-21 Thread Roberto C . Sánchez
On Thu, Jun 21, 2007 at 09:37:54AM +0530, arijit sarkar wrote: I have debian installed on my 160gb hdd. [NOTE: this is the exact disk structure] / - 7gb swap - 2.5gb /home - rest 144gb now I feel, I could have used that space to install another linux OS for testing/exploring. so i want

Re: Can I resize my partition after installation ?

2007-06-21 Thread Hugo Vanwoerkom
Andrew Barr wrote: On Jun 21, 2007, at 12:07 AM, arijit sarkar wrote: So, can i resize my /home now to make space for second root. or I have to reformat and do it again. Sure you can. Boot from a rescue CD, or better yet, a Debian or Ubuntu live CD, and use parted or one of it's GUI

Re: Can I resize my partition after installation ?

2007-06-21 Thread arijit sarkar
On Thu, 2007-06-21 at 10:08 -0400, Roberto C. Sánchez wrote: Yes. However, please look into swithing to LVM. This will help greatly with situations such as you are encountering now. Regards, -Roberto thanks for all the suggestions. Since I'm switched to linux just recently (it's

Re: Can I resize my partition after installation ?

2007-06-21 Thread Andrew J. Barr
Hugo Vanwoerkom [EMAIL PROTECTED] wrote: Did you mean resize2fs? I could not find e2resize anywhere. Yes, sorry. -- Andrew J. Barr Woke up in my clothes again this morning, don't know exactly where I am... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Can I resize my partition after installation ?

2007-06-20 Thread arijit sarkar
I have debian installed on my 160gb hdd. [NOTE: this is the exact disk structure] / - 7gb swap - 2.5gb /home - rest 144gb now I feel, I could have used that space to install another linux OS for testing/exploring. so i want to know, is it possible to resize /home now? i want to make my hdd

Re: Can I resize my partition after installation ?

2007-06-20 Thread Andrew Barr
On Jun 21, 2007, at 12:07 AM, arijit sarkar wrote: So, can i resize my /home now to make space for second root. or I have to reformat and do it again. Sure you can. Boot from a rescue CD, or better yet, a Debian or Ubuntu live CD, and use parted or one of it's GUI frontends to reconfigure

Resize jfs partition

2005-12-27 Thread dclemen
Hi, I have / directory on a partition with jfs file system. It has 140Gb size, but I remove another partition with 40Gb that was behind / partition. So I want to resize my / to get these 40Gb. I read some sites to resize partitions with: # mount -o remount,resize /home But I thing that I can't

Re: Resize jfs partition

2005-12-27 Thread Dennis Stosberg
dclemen wrote: Hi, I have / directory on a partition with jfs file system. It has 140Gb size, but I remove another partition with 40Gb that was behind / partition. So I want to resize my / to get these 40Gb. I read some sites to resize partitions with: # mount -o remount,resize /home

Re: Resize jfs partition

2005-12-27 Thread dclemen
Thanks for your reply. This afternoon I will try it. Thanks again!! Dennis Stosberg escribió: dclemen wrote: Hi, I have / directory on a partition with jfs file system. It has 140Gb size, but I remove another partition with 40Gb that was behind / partition. So I want to resize my / to get

resize swap partition `in situ`, using parted

2003-10-23 Thread Simon Tod
In an attempt to redistribute disk space I'm trying to shrink the size of my swap space. Qtparted refuses to do the job as it's in use and the version on my Knoppix CD doesn't appear to work. The parted boot disk is currently unavailable from the GNU website, so my only option at the moment

Re: resize swap partition `in situ`, using parted

2003-10-23 Thread Monique Y. Herman
On Thu, 23 Oct 2003 at 23:16 GMT, Simon Tod penned: In an attempt to redistribute disk space I'm trying to shrink the size of my swap space. Qtparted refuses to do the job as it's in use and the version on my Knoppix CD doesn't appear to work. The parted boot disk is currently unavailable

Re: resize swap partition `in situ`, using parted

2003-10-23 Thread ScruLoose
On Thu, Oct 23, 2003 at 05:45:12PM -0600, Monique Y. Herman wrote: On Thu, 23 Oct 2003 at 23:16 GMT, Simon Tod penned: In an attempt to redistribute disk space I'm trying to shrink the size of my swap space. Qtparted refuses to do the job as it's in use and the version on my Knoppix CD

resize riserfs partition

2002-07-14 Thread listadebian
Hola listaaa. Me encuentro con un problema, y a ver si alguno me puede ayudar. tengo un portatil con un HD de 20 hda1 IBM Thinkpad hibernation hda2 NTFS 2,5Gig hda3 linux 17Gig hda4 linux swap

Re: resize riserfs partition

2002-07-14 Thread Dr. Aldo Medina
listadebian wrote: Hola listaaa. Me encuentro con un problema, y a ver si alguno me puede ayudar. tengo un portatil con un HD de 20 hda1 IBM Thinkpad hibernation hda2 NTFS 2,5Gig hda3 linux 17Gig

How to resize root partition?

1999-08-07 Thread a
I have Debian 1.2 on hda3 (350M). Is it possible to resize it to 300M? If this isn't possible, is it possible to cp hda3 to hda2 and run from hda2? Please reply to [EMAIL PROTECTED] because I will leave the list in a minute.

Re: How to resize root partition?

1999-08-07 Thread Marcin Owsiany
Hello! On Sat, Aug 07, 1999 at 09:06:05PM +0800, a wrote: I have Debian 1.2 on hda3 (350M). Is it possible to resize it to 300M? as far as i know - it's not possible.. If this isn't possible, is it possible to cp hda3 to hda2 and run from hda2? this is possible (actually i did something