Windows XP + multiple linux distributions?

Discussion about everything. New games, 3d math, development tips...
Post Reply
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Windows XP + multiple linux distributions?

Post by serengeor »

I would make 2 partitions, Install windows xp on 1 partition, on the second one I would install multiple Linux distributions.
Is it possible that multiple linux distributions would share the same files?
If it is possible, would it cause any loss in performance?

PS. My XP is going crazy that's why I taught I would reinstall windows and also have linux for fun, and some other stuff :wink:
Working on game: Marrbles (Currently stopped).
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

Post by kazymjir »

It's not possible. Different distributions have other configs, rc scripts. Installing new distro will overwrite old distro configs.
It's possible to run different kernels, but not different distributions.
If you need to have many, different distros, a good solution is VM.
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

It's not possible. Different distributions have other configs, rc scripts. Installing new distro will overwrite old distro configs.
Why would it overwrite it?, Windows XP and ubuntu can work together pretty well...
And why would configs,rc scripts matter if all I need to access is My media, text files etc. :?:

I know that the apps may not work on different distros just because of the dependancies.
Working on game: Marrbles (Currently stopped).
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Well, your question was simply underspecified. It was not clear what documents or files should be shared. That's why you get problematic answers. Just write more about your requirements, and you'll get better answers.
For documents you should probably just add another NTFS or FAT volume, then you can access them from Windows as well. Or use a NAS, which is completely independent of your computer.
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

Post by kazymjir »

Serengeor, if I good understand you, you want to install many distros on one partition?

If you only want to share files between Windows and GNU/Linux distros, just create second FAT partition.
Under Windows it will be second drive, under GNU/Linux you can mount it to ~/share/.
It's better to mount shared FAT into ~/some_folder/ than directly to ~, because under Windows you will see many GNU/Linux config files (with . (dot) prefix), also, under GNU/Linux those configs will be without any protection (FAT cannot containt informations about priviledges to files, like EXT).
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

I use FAT and Ext2 partitions for exchange. There exist tools to read/write Ext2 from Windows, which worked so far in all cases for me except with Visual Studio which sometimes won't work with it for some unknown reason. And I also do that like aek mentioned and mount them to a subfolder of my home.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

Thank you for your atention, would it cause any performance issues when using Mounted FAT partition? :roll:
Working on game: Marrbles (Currently stopped).
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Post by randomMesh »

serengeor wrote:Thank you for your atention, would it cause any performance issues when using Mounted FAT partition? :roll:
Don't use FAT, it's ancient and has many disadvantages (max. file size 4 GB, etc). Linux can safely read and write NTFS.
And remember to create an additional swap partition for Linux.
"Whoops..."
Armen138
Posts: 298
Joined: Mon Feb 23, 2004 3:38 am

Post by Armen138 »

i have no issues reading/writing to NTFS partitions(ntfs-3g). it may be smart to have a separate partition to use as 'shared space' and symlink it to wherever you need in each OS(not sure if XP supports symlinks, use shortcuts if not)
if you're looking for me, start looking on irc, i'm probably there.
Post Reply