Page 2 of 2

Re: Setting Up Partitions In GParted Mint/Debian?

Posted: Sat Oct 08, 2011 12:04 pm
by sagirfahmid3
Easy thing actually, to set up partitions.

150mb Ext4, for Mount Point="/boot" (some people like to put 300mb for this, but 150 works just fine for me)
1024mb for "linux-swap" (I use 1GB because its enough for me; I have 3GB ram, but if you have less ram you should put more swap space)
(the most space), Ext4 for Mount Point="/"{slash} This is where everything on your computer is stored. (Some people like to create a separate "/home" partition)

Hope that clarifies things a bit.

Btw, if the Mint Debian partitioner sucks, you should get GParted Live CD from http://gparted.sourceforge.net/

Re: Setting Up Partitions In GParted Mint/Debian?

Posted: Sat Oct 08, 2011 2:54 pm
by jeffreyC
If I read what you are trying to do correctly you are trying to install Linux Mint Debian into 150 megabytes of disk space.
You might get Puppy Linux to fit in that small of a partition but the LMDE ISO is over 1200 megabytes and it is compressed.
No way will that work.
Also swap should be sda3.

Re: Setting Up Partitions In GParted Mint/Debian?

Posted: Sat Oct 08, 2011 6:46 pm
by sagirfahmid3
jeffreyC wrote:If I read what you are trying to do correctly you are trying to install Linux Mint Debian into 150 megabytes of disk space.
You might get Puppy Linux to fit in that small of a partition but the LMDE ISO is over 1200 megabytes and it is compressed.
No way will that work.
Also swap should be sda3.
1.Thanks for the correction.

2.No, I was not trying to install Debian into 150mb space; I may be a noob, but I'm not stupid.

3.I also found out that you really don't need the 150mb "/boot" partition. All you need are 2 partitions; 1024mb for swap, and the rest for "/"{slash}. Tried it out on VirtualBox.

Re: Setting Up Partitions In GParted Mint/Debian?

Posted: Fri Nov 18, 2011 12:17 am
by tpstigers
Here's the simple response you were looking for:

Use GParted to create your partitions. Make them whatever size you deem appropriate. Format one of them as swap. Make a smaller one to serve as root and a larger one to serve as home. Add flags and labels if you want.

Then exit GParted. When you get back to the installer, THEN right-click on your intended root partition and assign it a root mount point (/). Also right-click on your intended home partition and assign to /home.

Then select your root partition and click 'next' (or 'install' or whatever the button says).

Cheers,


Terry

Re: Setting Up Partitions In GParted Mint/Debian?

Posted: Mon Nov 21, 2011 2:34 pm
by Cable
tpstigers wrote:Here's the simple response you were looking for:

Use GParted to create your partitions. Make them whatever size you deem appropriate. Format one of them as swap. Make a smaller one to serve as root and a larger one to serve as home. Add flags and labels if you want.

Then exit GParted. When you get back to the installer, THEN right-click on your intended root partition and assign it a root mount point (/). Also right-click on your intended home partition and assign to /home.

Then select your root partition and click 'next' (or 'install' or whatever the button says).

Cheers,


Terry
Also do not forget to click on the refresh button after you have exited GParted, else you won't see your new partitions you just created in GParted.