LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-15-2005, 11:39 AM   #1
pgsmith
LQ Newbie
 
Registered: Sep 2005
Posts: 12

Rep: Reputation: 0
Resize partitions in Ubuntu


I need help on resizing my partitions for Ubuntu currently I have a root"ext3" and swap"ext3" and I would like to add more space to the root I do have partition magic and about 35 gig on a partition that I have not put a mount to so since I am new to this I need help on what my options are


Thank you
 
Old 09-15-2005, 12:01 PM   #2
jpywtora
LQ Newbie
 
Registered: Aug 2005
Distribution: Debian
Posts: 8

Rep: Reputation: 0
Use GNU parted

Since you want to resize the root partition you will need to do this outside of your normal boot environment. I have successfully used GNU parted and a live CD that had it. I used Kanotix, but others should work. Some of the live CD's have QTparted which should work. I ran into trouble trying to use it for some reason, can't remember. Another downside to qtparted is it that it is getting outdated and no longer maintained. I would just use the command line parted.
 
Old 09-15-2005, 01:01 PM   #3
pgsmith
LQ Newbie
 
Registered: Sep 2005
Posts: 12

Original Poster
Rep: Reputation: 0
partition magic

I know I can boot to the partition magic cd would that work with ext3?
 
Old 09-15-2005, 01:10 PM   #4
jpywtora
LQ Newbie
 
Registered: Aug 2005
Distribution: Debian
Posts: 8

Rep: Reputation: 0
Depends on version of PM

You need to check if your version of PM has support.
 
Old 09-15-2005, 01:28 PM   #5
pgsmith
LQ Newbie
 
Registered: Sep 2005
Posts: 12

Original Poster
Rep: Reputation: 0
partition magic

Support for what ext3?

I have partition magic 8
 
Old 09-15-2005, 01:49 PM   #6
jpywtora
LQ Newbie
 
Registered: Aug 2005
Distribution: Debian
Posts: 8

Rep: Reputation: 0
Yes

It would appear the marketing literature says yes support for ext3. You can always just boot your PM cd and see if the resize, move, etc options are available. I used PM for some time back in the day and it will grey out options that are not available for that partition. So, give it a try, you should be fine.
 
Old 09-16-2005, 10:52 AM   #7
pgsmith
LQ Newbie
 
Registered: Sep 2005
Posts: 12

Original Poster
Rep: Reputation: 0
Thank you to all
 
Old 04-17-2006, 04:01 AM   #8
somebodyconfused
LQ Newbie
 
Registered: Dec 2005
Distribution: Struggling with Ubuntu on an external HDD
Posts: 5

Rep: Reputation: 0
Me too! Partition Magic tells me that inode count or something like that is off...
 
Old 04-17-2006, 11:08 AM   #9
jpywtora
LQ Newbie
 
Registered: Aug 2005
Distribution: Debian
Posts: 8

Rep: Reputation: 0
Try gparted

Quote:
Originally Posted by somebodyconfused
Me too! Partition Magic tells me that inode count or something like that is off...
Gparted has a graphical interface as well as command line. I have used the command line version and it worked great on ext3.
 
Old 04-17-2006, 12:13 PM   #10
tokenringman38
Member
 
Registered: Apr 2006
Location: USA
Distribution: (ed)ubuntu
Posts: 85

Rep: Reputation: 15
Ubuntu grub 18 error

Got an old Gateway 2000 p5-233 with 64mb RAM, BIOS 0AAES045, 8gb HDD



Attempting to learn linux through Ubuntu 5.1

Problem is a grub 18 error

tried 4gb partition and 8 gb partition, same errors

Now attempting to download systemrescue CD, hoping this will fix

Any ideas from anyone how to fix this thing?



 
Old 04-17-2006, 12:42 PM   #11
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,144

Rep: Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124
tokenringman38, don't go hi-jacking threads like that.
Bad netiquette, and your problem won't be seen by most of the subscribers.
Start a new thread so people know you are there.

That is a BIOS issue. Try creating a 32 Meg /boot partition at the start of the disk. Make sure it's ext2.

Oh - and welcometo LQ ...
 
Old 04-17-2006, 04:06 PM   #12
ctkroeker
Senior Member
 
Registered: May 2005
Posts: 1,565
Blog Entries: 1

Rep: Reputation: 50
Try either Qtparted or Gparted. You can install them with Apt-get.

Code:
sudo apt-get install qtparted
or
Code:
sudo apt-get install gparted
 
Old 04-18-2006, 05:45 AM   #13
tokenringman38
Member
 
Registered: Apr 2006
Location: USA
Distribution: (ed)ubuntu
Posts: 85

Rep: Reputation: 15
NEver done this before and unsure what hi-jack threading is

Quote:
Originally Posted by syg00
tokenringman38, don't go hi-jacking threads like that.
Bad netiquette, and your problem won't be seen by most of the subscribers.
Start a new thread so people know you are there.

That is a BIOS issue. Try creating a 32 Meg /boot partition at the start of the disk. Make sure it's ext2.

Oh - and welcometo LQ ...
Sorry if I did something wrong here, was not trying to offend anyone -- only get some questions answered. How do I start the new thread and all that? If this is a true BIOS issue, where should the post have been placed?
 
Old 04-18-2006, 06:08 AM   #14
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,144

Rep: Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124
Live and learn - we're all just trying to help each other.
To start a new thread, just go to a forum, rather than picking a post - there's a "new thread" button.

As for where, pick one. Really - newbies, general, hardware, Ubuntu ...
If you don't know, pick something close.
What you want is *your* post to be listed on "new posts". If it's badly out of place the moderators will move it as appropriate.
 
Old 04-18-2006, 04:22 PM   #15
tokenringman38
Member
 
Registered: Apr 2006
Location: USA
Distribution: (ed)ubuntu
Posts: 85

Rep: Reputation: 15
Working on this thing

First, want to say thanks for the help.

Not sure if I have been in Windows land too long and just not getting it, if I am trying too hard or what.

Several had suggested programs (qtparted and gparted) to help with the partition editing and I looked around for them. I did find some rather small files, but no docs for them. Do I load them on a floppy or what? Once I load them on something, what do I do with them?

Also, (if this needs to be in another thread, please let me know or contact me offline) if this is a BIOS problem, how can I "fix it"?

Appreciate the patience.



Last edited by tokenringman38; 04-18-2006 at 04:25 PM.
 
  


Reply

Tags
bios, gparted, partition, qtparted, ubuntu



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Resize Partitions mramos Red Hat 4 09-12-2005 09:32 AM
How to resize ext3 partitions? VincentB Linux - General 1 05-26-2005 11:56 AM
how do i resize my partitions?? PeO Linux - General 10 08-27-2004 04:54 AM
How to resize solaris partitions? subaruwrx Solaris / OpenSolaris 2 08-23-2004 05:55 AM
resize partitions wolfe2554 Linux - General 1 07-05-2004 08:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration