Quote:
Originally Posted by tallino a) Partition the drive. Primary for windows, |
Yes.
Quote:
|
Primary for linux (or should this be extended?)
|
Linux doesn't care about that litle things. You can put linux anywhere and it will work just ok.
Quote:
|
Extended for the data. Format Windows & Data NTFS.
|
You can't store anything in a extended partition, strictly speaking.
Extended partitions are just a particular kind of primary partitions that can hold logical partitions inside of them.
So, you can have up to 4 primary partitions. One of them can be marked as extended, and inside that extended partition, you can host up to 59 logical partitions, theoretically. There's a reason for that number, but I won't bore you with technical details.
The only requisite is that, as far as I know, windows can only see ONE (and only one) primery partition at the same time. That means that if I am correct -forgive me but it's long since I used that OS for my own machines- all the partitions that you need to access from Windows, except the one containing Windows itself, need to be logical partitions inside the extended one. With linux, you don't have to worry about that.
On the primary partition.
Quote:
|
c) Format linux partition to Ext3, install Linux distro of choice. (and swap partition?)
|
You can use primary partitions for either of this, or logical units inside the extended one. It doesn't matter.
Quote:
|
d) Set up GRUB to dual boot,
|
Most distros do this. Some other require that you configure it manually, so, check the installation docs for your distro.
Quote:
|
edit the boot.ini file in the windows partition.
|
There's usually no need to do so.
Quote:
|
1) Once I have the windows partition stable, how easy will it be to try different distros in the linux partition? I'm hoping I'll just have to uninstall the current distro, reinstall the new, and reinstall Grub. Valid?
|
Most linux installers will offer you a way to reformat your partitions and install the new linux using them. Again, it depends on the distro. To read the install docs is always a good idea.
Quote:
|
2) I'm trying to keep the data format in NTFS, so that windows can read it natively, and Linux can read it using the NTFS-3G driver. Will this work well, or am I asking for trouble?
|
I don't have a deep experience with this. But as long as you use ntfs-3g you should be fine. The native kernel driver for ntfs is not reliable for writing purposes, and should never be used unless you just need to read from (and not write to) ntfs partitions.
Quote:
|
3) On the same lines, I'm hoping to keep certain application files (i.e. Firefox/thunderbird profiles) on the NTFS Data system, and set up applications (i.e. firefox) in both applications to use the same files. Will this work?
|
It will certainly depend on the application. You can try to host the config files into a given subdir into the ntfs partition, then you could symlink it to the correct directory into your $HOME dir and see if firefox picks it up correctly. Make sure you backup any configuration files before doing this, because sharing them between the two OSes might completely break your configs, bookmarks, etc. and give you a big headache.
Quote:
|
4) Any recommendations on sizes for the three partitions? My current windows installation takes up 25G for OS + Apps, but I have a lot of apps, and I doubt I'd have that many linux.
|
That entirely depends on your personas tastes. 5-10 gb should be enough for a basic desktop. But that entirely depends on what you do.
Luck on your new quest.