LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Starting from Scratch (https://www.linuxquestions.org/questions/linux-newbie-8/starting-from-scratch-112369/)

Switch17 11-04-2003 02:44 PM

Starting from Scratch
 
I'm planning on redoing a PC from scratch, and would like to install both WinXp and Linux (going with Slackware) onto the machine.

Before I begin, I just want to ask what is the best way to redo the drive? How I should partition it, and perhaps which OS to install first?

Tinkster 11-04-2003 02:45 PM

What's the size of the HDD? And install XP first,
that way it can't screw up Linux :)

Cheers,
Tink

Switch17 11-04-2003 05:03 PM

Its a Maxtor 7200rpm 60g. I've got two 120's as well, but there already being used in other machines.

Tinkster 11-04-2003 05:18 PM

Plenty of room ... :) .... were you going to split it
fifty/fifty?

Basically, for Linux you're going to need at
least two partition, one of which will be quite
small (swapper, size depends on RAM).
The big chunk can be either assigned to root
as a whole, or you can split it up, again,
to have separate physical mount-points
like
Code:

/          20GB
/boot      30MB
/home      9GB

There's been religious wars over partitioning,
though, and it really depends on a lot of
factors. If lilo for instance said your big /
partition were unsuitable because of physical
limitations you'd make a small /boot that
just holds kernel images and a few tiny config
files first.

Cheers,
Tink


All times are GMT -5. The time now is 01:07 AM.