Results 1 to 10 of 17
By default it should come with partition editor but i can't seem to find it.
Is partition editor inclusive within synaptic package or where could i download it individually? Btw ...
- 11-29-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 6
Partition Editor in Debian
By default it should come with partition editor but i can't seem to find it.
Is partition editor inclusive within synaptic package or where could i download it individually? Btw i'm running Debian live
- 11-29-2011 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,935
Are you using an installed system or a Live CD? On the Live CD, you should find it under the System tab, Administration and Partition Editor. If you have the system installed, GParted is probably not installed by default. I don't use Debian myself but other systems do not include it. Probably because it is a bad idea to use a partition editor from a running system to modify it. If you want it on your installed system, you will probably need to download it.
- 11-29-2011 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-29-2011 #4Just Joined!
- Join Date
- Nov 2011
- Posts
- 6
I'm using live with a usb thumb drive, i did locate under system>adminstration>partition Editor but surprisingly it wasn't there.
The reason i'm using the partiton editor is b'cos i want to make the Debian Live install Persistent as well as having dualboot with win 7
So Gparted is infact parition editor?
- 11-29-2011 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-29-2011 #6Just Joined!
- Join Date
- Nov 2011
- Posts
- 6
- 11-30-2011 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
You can start gparted from the command line if it didn't appear in your applications menu anywhere. Just open a terminal and type in gparted then press ENTER.
More info about using gparted can be found here:
GParted -- Documentationoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-30-2011 #8Just Joined!
- Join Date
- Nov 2011
- Posts
- 6
I did but it says command not found

user@debian:~$ gparted
bash: gparted: command not found
user@debian:~$
- 11-30-2011 #9forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
If you are not running gparted from a liveCD, I'm pretty sure you'll need root permissions to call it up and run it.
You can try using the su - command unless you are using sudo, where it would then be the sudo command that you'd need to get the proper permissions:
Code:su - (then enter your root password when requested and press ENTER, then...) gparted (or if using sudo...) sudo gparted
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-30-2011 #10Just Joined!
- Join Date
- Nov 2011
- Posts
- 6


Reply With Quote

