Forum Moderators: phranque
am wondering about partitioning it and i've got a couple of newbie questions about it...
i thought a partition was a "closed" system but it seems to me you can share files or copy files between different partitions - is this right?
say you had 2 windows os partitions and one became infected with a virus would the other be immune?
does each partition need an os installed in it or can it just store files??? (i've a feeling this is a pretty dumb question, but i've learned its better to ask than be too embarrassed to)
- so could i have one partition for mp3 files for instance and access them from other partitions??
i want 3 os in all win2k win98 and linux (mandrake i think just to see what this linux stuff is all about) ... i assume that i install one OS first and then partition the hd from that then install the other 2 into the empty partitions. is any particular sequence easier, given that i have partition magic for windows and i believe mandrake comes with something similiar for linux
any guidance gratefully recieved, as new waters always seem so scary till you dive in - and right now i'm still standing on the shore just looking.
Yes you can share files across partitions. Think of each partition as just another folder if that works for you.
Here's an example of how I have my system set up on 2 40gig hard drives:
Drive 1:
c: Win98
d: W2K
e: work/data
f: mp3
g: games
Drive 2 is an exact mirror of Drive 1 for backup purposes.
Hope that helps.
If you're gonna take a run at this I'd recommend using some software like Partition Magic [powerquest.com]. It's a lot easier to understand than the good old MS Dos Fdisk utility.
so i can share files even when the file system is different on different partitions eg FAT32 or NTFS for instance???
oh - sorry - missed that point. The short answer is no you can't. Win98 doesn't even recognize NTFS partitions. I install W2K as FAT32 even though it's not as efficient as NTFS - that will allow you to share files between those two partitions.
And as a last note, sharing files on *nix is pretty much a one way street. So best measure might be to make a "files" partition in addition to the OS based partitions. Which would put you over the limit of 4 primary partitions per drive. So have to use an extended partition to house everything past the first 3.
partition 1: 9x (fat32)
partition 2: 2k (fat32)
partition 3: linux (ext2fs)
partition 4: extended partition
partition 4a: linux swap
partition 4b: files (fat32)
Booting 9x 2k you would see C: (Partition 1) D: (Partition 2) E: (Partition 4b)
Linux would have it as /dev/hda1 /dev/hda2 etc but you will get a taste of that when you start in with learning it.
That isn't the absolute best method but it should work to get you started and down the road. Main goal is to let all the OSes work together. ;)