PDA

View Full Version : [ubuntu] add volume



MarcusA
March 8th, 2009, 07:31 PM
I have a dual boot Vista/Ubuntu, now I shrank an axtra 100GB from vistas volume to use in my ubuntu partition, but I don't have a clue on how to do this in Ubuntu :)

MarcusA
March 8th, 2009, 10:24 PM
I hope its not too difficult :p

whoop
March 8th, 2009, 10:27 PM
use partedmagic livecd or sudo gparted from ubuntu livecd

Neo_The_User
March 8th, 2009, 10:27 PM
It's not. Open up terminal



sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install gparted
gksudo gparted


Btw the update commands to update your system are in there even though you didn't ask.

Don't do sudo gparted like he said. gksudo gparted is much better. (It actually doesn't matter but everybody gives me a hard time about launching graphical apps using plain sudo)

MarcusA
March 8th, 2009, 10:45 PM
:) ok thanx will try it out
What do I do exactelly in the program btw? lol yes I am a n00b..

MarcusA
March 8th, 2009, 11:27 PM
Do I just click 'new' on the unallocated space and point out the same name as the partition of ubuntu on filesystem?

Neo_The_User
March 8th, 2009, 11:29 PM
Don't take this the wrong way and I mean this in the nicest way possible, read the manual for gparted.

You can read up and dig through the documentation here: http://www.gnu.org/software/parted/manual/

MarcusA
March 8th, 2009, 11:36 PM
Okidoki, thanx

whoop
March 9th, 2009, 01:31 AM
It's not. Open up terminal



sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install gparted
gksudo gparted


Btw the update commands to update your system are in there even though you didn't ask.

Don't do sudo gparted like he said. gksudo gparted is much better. (It actually doesn't matter but everybody gives me a hard time about launching graphical apps using plain sudo)

Isn't it unwise to edit the partition which gparted is running from?

Neo_The_User
March 9th, 2009, 01:39 AM
Isn't it unwise to edit the partition which gparted is running from?

Well people always complain about them having to use a CD to fix it on so... I personally wouldn't. Probably won't let him anyway.

MarcusA
March 10th, 2009, 02:50 AM
I managed it by using the liveCD