LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how many partitions am I supposed to have for Mandrake 8.1? (https://www.linuxquestions.org/questions/linux-newbie-8/how-many-partitions-am-i-supposed-to-have-for-mandrake-8-1-a-12633/)

Daniel(0_0) 01-25-2002 03:21 AM

how many partitions am I supposed to have for Mandrake 8.1?
 
I installed mandrake but after i booted it went to the console or prompt instead of the desktop. I wanted to know if I am supposed to have a root, /, and a home partition because it doesnt go to the desktop. Pease help!:confused:

acid_kewpie 01-25-2002 03:41 AM

are you asking if the number of partitions you have affects wether you go straight to X windows or not? that's totally irrelevant. the two have absolutely nothing to do with each other. if you want to go stright to X you need to set it in the mandrake control center, at the boot section.

theneoprotocol 01-25-2002 08:43 AM

Partitions
 
Hey what i like to, because I got usta have low disk space, is create a partition that is double the RAM and leave it for swap. The rest I leave for the root partition( / ). This way nothing runs out disk space first.

acid_kewpie 01-25-2002 08:46 AM

Re: Partitions
 
Quote:

Originally posted by theneoprotocol
Hey what i like to, because I got usta have low disk space, is create a partition that is double the RAM and leave it for swap. The rest I leave for the root partition( / ). This way nothing runs out disk space first.
also means that if that one partition is somehow damaged, it takes the whole ship down with it, and upggrading and reinstalling a system is much more drawn out and damaging

Thymox 01-25-2002 10:51 AM

Personally I have 6 partitions:
/boot = 5Mb
SWAP = 512Mb
/ = 1Gb
/root = 1Gb
/home = 1Gb
/usr = 8Gb

I do also have a 7th, onto which I install other distros to try.

DMR 01-27-2002 02:11 AM

Re: how many partitions am I supposed to have for Mandrake 8.1?
 
Quote:

Originally posted by Daniel(0_0)
I installed mandrake but after i booted it went to the console or prompt instead of the desktop. I wanted to know if I am supposed to have a root, /, and a home partition because it doesnt go to the desktop. Pease help!:confused:
As acid_kewpie said, partitions and runlevels aren't related. If your system doesn't boot into the GUI, but you would like it to, edit your /etc/inittab file and alter the runlevel. Log in as root, and at the command prompt type "vi /etc/inittab" (no qoutes). Hit the insert key and navigate the cursor to the line which reads "id:3:initdefault:" (descriptions of the different runlevels apppear just above this line; runlevel 5 is the GUI for Mandrake). Replace the "3" with "5", hit esc to exit insert mode, then type :wq to write the change and quit vi. The next time you boot, the system should read the change you've made to the file and boot directly to the GUI (if X is configured correctly, of course).


All times are GMT -5. The time now is 01:44 PM.