R
Richard Steven Hack
What I want to do is to have the master disk have three partitions.
One (~30 gb)for the existing Windows, the other two (~15 gb ea.) for
Linux, one for root and one for swap.
Whoa, John! You don't need 15GB for swap! On Linux, you only need
twice RAM to a maximum of 512MB! I hope you meant you want one for
root and one for /home.
I've read up to 512 mb is good.
Oops, I guess that is what you meant.
What you need then is THREE partitions for Linux - one for / (i..e.,
root), one for /home, and one for swap.
How big you make / and /home depends on how you intend to install
software and how much data (pictures, video, whatever) you intend to
use Linux for. When I download software, I store the install files on
a separate partition, then install the software into wherever it wants
to go (see the File Hierarchy Standard site for that
http://www.pathname.com/fhs/). Since I intend to store a ton of stuff
on my Linux system over time, I made / pretty big. A basic Linux
install these days can eat up several GB of / easy.
However, you can also make /opt and /usr separate partitions as most
application (as opposed to system) software can be installed in them.
Put all your documents, pictures, etc. under directories under your
user home directory under /home.
Keep in mind, too, that Linux can read and write FAT32 file systems,
so all your Windows data will be available to Linux from the native
Windows directories. You might have to tweak the /etc/fstab file
system configuration file to tell Linux you're the owner of those
Windows partitions and to automount them whenever you boot up - I
don't know, maybe the current distros do that automatically now.
And if you're dual booting, you might as well bring down the freeware
Explore2fs program so you can occasionally look at your Linux side
from your Windows side. Nice proggie I've used a number of times when
I was too lazy to boot into Linux.
http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm