> Hi,
> I'm going to need Windoze... I just got hired to write plugins for 3dStudio
> and I don't even know how it works... So I need Windoze to play with it... I
> know Windows will complain if it's not in the first partition or something like
> that...
> Now, I'm very familiar with fdisk (linux), but can someone show me a good
> partition table for linux&windows?
> Device Boot Start End Blocks Id System
> /dev/hda1 * 1 751 6032376 83 Linux
> /dev/hda2 752 784 265072+ 5 Extended
> /dev/hda5 752 784 265041 82 Linux swap
> hda1 is /root
> hda2 is /boot (i think?)
No. hda2 is an extended partition as it says. PC architecture
(independent of the OS) only supports 4 primary partitions.
But one of these can be an extended partition which may contain
within it several logical partitions. This is the way to have
more than 5 partitions. In your case you seem to have only
one Linux partition, of six GB. You also have a swap partition
(inside of the extended partition) of 256 Meg. This is a bit large
for a swap partition, but I understand that with the latest
kernels one can have larger swap partitions. There used to
be no point in one larger than 128 MB. If you just have Linux
on your computer, you could probably get away with just four
primary partitions, one of which was swap. Something like this
would work
/dev/hda1 20 MB for /boot
/dev/hda2 2 GB for /
/dev/hda3 4 GB for /home
/dev/hda4 256 MB for swap
You could also have more partitions and one can argue about
that forever---and some people will. If you want more than
four partitions, you will need one extended partition with
several logical partitions therein.
Quote:> hda5 is swap
> What should I add where? Also, I not familiar with LILO and I don't have a
> floppy disk drive...
> Thanks for the help,
> Simon
I think that Windows normally has to be the first partition,
although I've seen claims otherwise. Depending on how large
your Windows partition has to be, you may or may not run into
the 1024 cylinder problem. But you can probably beat that
using the latest version of Linux. Except for that, here
might be a reasonable partitioning
/dev/hda1 2 GB for Windows
/dev/hda2 20 MB for /boot
/dev/hda3 1.5 GB for /
/dev/hda4 the rest of the disk extended
/dev/hda5 256 MB swap
/dev/hda6 the rest of the disk for /home
--
Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208