Hello everyone,
I was wondering what would be the best data partitioning strategy for dual booting xp & linux.
1. have one big partition, say 60GB, dedicated to hold all datas for both OS that is fat32, mount it to linux and save all my work in that partition which will be used as xp data partition as well.
2. 25GB NTFS for xp data, 25GB ext3 for linux data, 10GB fat32 used only to exchange data between OS.
I feel like the first option is more attractive since "one to rule them all" is always good and easy, is there anything bad about that option, is it even doable? I will not save anything over 4GB, mostly text files and codes.
Note. the above mentioned strategy does NOT include OS partitions, swap...etc. but only data.
Thanks
SJ
-
< XP, NTFS > < Data, FAT32 or NTFS (requires ntfs-3g)> < Swap > < Linux, ext3>
I have used this setup many times; it seems to work. Also you can switch the swap and Linux partitions around if you please. -
whats the purpose of the swap partition and the data partition?
on multi-boot systems i tend to prefer one partition for each OS and one for storage.
so normally its <XP> <DATA> <LINUX> -
The data partition is for your files; it is separate from both operating systems so that both may have access to it. This is necessary if you want access to your data from both OSs as having the data on one partition often gets you into permission issues. Linux can read and write to both FAT32 or NTFS.
The swap partition is necessary for Linux to use as a page file. Basically it uses a piece of the hard drive as a substitute for RAM when the latter runs out. -
I guess my question would be if there is any short comings in using one big fat32 partition to hold all my data to share with both OS other than the 4GB per file limit. I prefer fat32 if it's one partition since it's supported natively with either OS.
-
i actually use one NTFS for WinXP, then ext3 for Linux/Swap/Data. Installed an ext2 driver from for WinXP and it works really well (it can read/write ext3 too, just doesnt support journaling).
I think FAT32 is too limited, and i'm afraid of data loss with NTFS-3g (i'm probobly just paranoid though, never had anything go wrong the times i've tried it).
Worth looking into in my opinion.
However i've found that i'm rarely in Windows on that computer anymore -
http://www.howtoforge.com/access-linux-partitions-from-windows -
I have NTFS (Vista) 150gb , /(reiserfs) 43gb, /home (ext3) 55gb, /swap 2gb. I have a mounted 500gb NTFS (in linux) ext harddrive for additional storage. I wouldn't use FAT32, it fragments like crazy too. -
-
-
-
By the way, the reason why Mandriva and PCLinuxOS do not enable ntfs-3g out of the box is similar to the reason why Compiz-Fusion is not enabled by default. It is still not considered stable enough, for their standards. Ubuntu's marketing machine, on the other hand, thought that enabling it by default would gain them more "wow", so they went for it. I guess they have different priorities.
In any case, enabling it on PClinuxOS or Mandriva, or any other Linux distro, is just a matter of installing ntfs-3g and ntfs-config from the repo and runing the NTFS configuration tool to tell it what partitions to use it on.
PS: Don't get me wrong, I like Ubuntu. And, I am willing to allow for people's difference in taste. But, it just gets tiering to keep hearing Ubuntu admirers wanting to give it credit for everything under the Sun when in reality it falls short in many areas compared to other distros. -
rm2, thanks for clarifying that for our silent audience, but where does Ubuntu fall short compared to other distros? I'm not being a smart @ss, I really would like to know because I've run the gamut on many of them....we can move this to another thread if you like
-
edit: i've been using ntfs-3g since 2006. how long will it be before it's stable enough by their standards? -
What is the best way to have my data partition? from the way it looks ext3 is the way to go with driver for xp? Note that this partition is the only place where I store ALL my data, therefore stability and reliability is my number 1 concern.
I will be using windows to store my data mostly, I would say 70/30 windows/linux
I keep wondering if I should use fat32 is because as I said before it is support natively by both OS, everytime I think about using software to access read/write my data, it always makes me nerves. In my case I would be writing data using third party software 70% of the time. I read that for windows it will not support journaling anyway when I mount ext3 as it will treat it as ext2.
Is there an absolute disadvantage not to use fat32, like it will loose your data kind of deal? for fragmentation, does it really effect everyday computing, coding? mind you this is only the data we are talking about, not the OS, i.e., text files and some photos.
Thanks for all the inputs so far, really appreciate them! -
-
After agonizing over this tough decision, I have decided to use the following strategy, I have a laptop and desktop.
for laptop (only for work stuff)
20GB NTFS -xp
20GB ext3 - linux, prob mint or slack, still deciding
rest fat32 for data only shared
desktop(some work mostly play, hence multimedia is important - large file possible)
3 drives -80GB 160GB 320GB
80GB for xp only, (yes I need all 80 for XP) installed lots of games at the moment taking out 50GB already. thats why I bought a 80GB driver just for windows installation (same price as 160GB, but I like 80GB just enough for my need)
320GB for Data in NTFS only for windows
160GB drive dedicated for Linux (quad boot distros) + swap + Linux data(ext3) + likely 10GB fat32 for exchange.
extra software will be involved in my setup....yet
I will see how it does with my laptop, fat32 for all, works, if all is well for a few months, I might follow with the desktop.
If those who helped cared why I suddenly need to do what I do now. Up until recently I never NEED linux, I have always used linux for fun and play. However that changed that I now need to use linux (required) so I need to think of a good way to store my data where it is most portable.
thank you everyone, I am off to backup and wipe my harddrive now! -
-
-
It has something to do with new distro's assigning UUID #'s to all the partitions instead of just "/dev/sd**". I decided more hassle than it's worth. Chances are you're going to end up using one distro anyways if you actually want to get any work done. If your goal is to continually compare and experiment at least look into the UUID bear trap. -
Sredni Vashtar Notebook Evangelist
The only thing to do with subsequent linux installations is to tell them to install grub into their own partition. Then all you have to do it to append to the menu.lst of the main linux partition (the one who put GRUB in the MBR) in order to add the menu for the latest kernel.
It's just a matter of copying two menu entries from one menu.lst to the other.
As for the UUID, I've removed them and used /dev/sdxx instead.
Data partition best strategy? dual boot
Discussion in 'Linux Compatibility and Software' started by SJ393, Jan 22, 2008.