Quote:
Originally posted by twan
i have two OS on 1 HD and i have had no problems so far. So it isn't really necesary to have them on seperate hard drives.
I hope i fully understand what you meant SparceMatrix. If not, sorry then
|
Right.
No, the problem is when you start spreading the installation of two operating systems on one hard drive to another hard drive. If you have one hard drive with two different operating systems installed, that's pretty basic. But if you add another hard drive to a
previously installed Windows system on that dual booting HD That's when things start getting complicated. Linux may never know that hard drive is there, but when Windows recognizes that new drive, it rearranges all the other drives you had on there. This has consequences that are difficult to keep track of. It gets even worse if you try to imitate the multiple partition that you see in the dual booted Linux installation. Do you follow? Linux typically installs over several partitions. If you try to install Windows on several
Windows partitions and distribute the various files over those partitions, you can have a real mess. I've tried this and I would not recommend it. Just adding another hard drive to Windows may or may not be as nearly as complicated as my attempted partition scheme.
Adding hard drives to Linux has similar potential hurdles to confront. Hard drives are not Plug'nPlay like most of the rest of the hardware is in Linux. You have to make changes to /etc/fstab/ to get the hard drive to mount regularly like the rest of your partitions. You can mount it manually, of course using the "mount" command.
I have a similar hard drive project where I took an old dual booted hard drive and added it to a Linux only installation. What I wanted to do was mount the old Windows vfat partition and use it as a Samba share so that my Windows XP machine could 'talk' to the Linux machine and save files to it which is the basic mission of Samba. Everything was fine, I made the correct changes to /etc/fstab/, but I found that I could not make permissions changes to Linux mounted vfat partition. (Yes, you can mount Windows files in Linux). It took some rather esoteric advice to solve the problem that I found at this forum here:
http://www.linuxquestions.org/questi...threadid=45848
Part of the appeal of Linux is that it is free and this is an open invitation for the very resourceful to scrounge up those old 2, 4, and 10 Gig hard drives and try to get something going with Linux and/or Windows on them. I been there.
But it gets weird, so be careful unless you are not afraid of work.