Need Advise on various Linux Install


 
Thread Tools Search this Thread
Operating Systems Linux Need Advise on various Linux Install
# 1  
Old 01-10-2013
Need Advise on various Linux Install

Hi all,

First off, Happy New Year.

Just recently bought a Gateway/Acer 16GB laptop that comes pre-installed with Windows8 and 500GB drive. I also bought a 1TB external drive.

I need to install several Linux Distros on it, Ubuntu, CentOS, Oracle Linux, Fedora, SuSE, that's just for starter. This is because I have several customers that uses different distros and I need to install Oracle on them. Besides the Linux distros, I also need Oracle on Windows running Smilie-

Can anyone please advise if this is achievable? I've read several blogs of issues installing Windows8 and Linux'es. I am looking at re-partitioning the Windows 8 HD and create another partition there for the Linux Distros but a bit anxious whether that will break Windows 8.

Performance is not an issue at the moment. Will using the 1TB external hard drive be a better option? Can I create boot partitions for each distros on the external drive and then boot off the external drive? Does the boot partition need to be ext or they have to be FAT32?

I want to be able to explore this option first before going to using a VirtualBox on Windows8 as the last option.

Any advise/feedback will be much appreciated. Thanks in advance.
# 2  
Old 01-10-2013
All these distros support LVM (logical volume manager), so it might be a good idea to use one common boot partition and put the rest into a volume group where each distribution has its own rootLV with its binaries and a shared swap space and homeLV. You can then easily share data among these distros via the common "/home" FS.

I still don't understand why a virtualization solution (like VMWare, VirtualBox, etc.) should be the "last resort" - i would consider it beforehand.

My own laptop uses Fedora15 as base OS and KVM as the virtualization solution. I never work in this directly but create and use VMs for various purposes. This way i never have to change the base system in order to run anything. I just create a (more or less) temporary VM, change this and if i am not satisfied, i scrap it. Every change to the base system can be tested in a VM with no permanent consequences.

For a virtual system i need about 2G for the rootLV (mounted on "/") and 1GB for the swap initially. If i keep the VM these values might increase, but for a first test this is usually enough. For the base system i use 10GB for the rootLV ("/" and "/usr") and 16GB for swap, additionally 10GB for the homeLV, which i share among the VMs and the VMs virtual disk files reside in their own LV. Most of my 300GB-SSD disk is unused, though.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Linux install

hi i am new with linux. i have installed fedora 16 for my application to running ROMS model. in ROMS site has written that: there are one way to provide the location for the NetCDF files (and optional HDF5 library). If you are always going to be using the same compiler on each system, you can... (1 Reply)
Discussion started by: komijani
1 Replies

2. UNIX for Advanced & Expert Users

Linux column(1) from util-linux-ng for Solaris? Which *.pkg to install?

Hi On Linux systems there is a command called "column". column - columnate lists Synopsis column -tx] -c columns] -s sep] file ...] Description The column utility formats its input into multiple columns. Rows are filled before columns. Input is taken from file operands, or,... (3 Replies)
Discussion started by: slashdotweenie
3 Replies

3. Programming

Please give me some advise to program for unix/linux using c/c++?

I have a good foundation of c++.I want to learn to program for linux/unix,can you give me some advises,for example classic books ,which operating system is used better(freebsd,solaris,federal linux.etc),and which aspects uses mostly in job.Can you give me clear direction for working or learning. (1 Reply)
Discussion started by: fengshuiyue
1 Replies

4. UNIX for Dummies Questions & Answers

How can i install Linux????

I use windows Xp, and I am going to format my HD and make some partitions.. I want to have windows Xp and Linux installed in diferent partions. I want it so when my computer boots, I can choose which OS I would like to load. I have never installed or used Linux. so I would like to know if... (3 Replies)
Discussion started by: vit8484
3 Replies

5. Shell Programming and Scripting

Can somebody advise any free Linux sever for shell programming?

Hi, everybody. I just wonder whether there are a couple of free Linux servers running as terminals where people can practice Unix Shell Programming? I'd like to set up one myself but unfortunatly can't do it. I can't switch to Linux now coz I run a couple of servers on my machine. Cygwin is... (3 Replies)
Discussion started by: belgampaul
3 Replies

6. Linux

i want some help@install linux

but where can i download some ebooks about linux howto? i am a newcomer. thank you in advance :-) (3 Replies)
Discussion started by: A8harrying
3 Replies

7. UNIX for Dummies Questions & Answers

trying to install linux

I am presently trying to install linux on my machine that is already running Win XP. I have tried several different versions. I began with a Mandrake Linux installation cd. I could not bring up the graphical installer so I proceeded with the text installer. Somehow I managed to partition my hard... (6 Replies)
Discussion started by: bobotoes
6 Replies

8. UNIX for Dummies Questions & Answers

How do i install in Linux?

I'm new to Linux & Unix in general. I have a system running Windows XP & i have a Linux RedHat 7.0 guest OS running in a Virtual Machine (VMware 3.0) now, i have to install the VMware tools for the Linux OS but i don't know how to install anything in Linux. How do i go about it? (i already have the... (1 Reply)
Discussion started by: da_gee
1 Replies

9. UNIX for Dummies Questions & Answers

linux install

I just recently installed Redhat linux 7.3 on an old machine and had a question. I had some problems installing and traced them to my sound card. Not wanting to waste time, I selected the smallest download possible (without doing a custom install). I didn't install any of the four optional packages... (4 Replies)
Discussion started by: elpinchegringo
4 Replies
Login or Register to Ask a Question