LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-27-2016, 05:52 PM   #16
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242

How to Create a Separate Home Partition After Installing Ubuntu

read that when you get a chance .. you can create a different paritition and put home on it if you want to...
it still applies to your distro Linux is linux
 
Old 01-27-2016, 05:54 PM   #17
sigint-ninja
Member
 
Registered: Feb 2011
Location: Republic Of Ireland
Distribution: Debian,Centos,Slackware
Posts: 508

Original Poster
Rep: Reputation: 29
will do
 
Old 01-27-2016, 07:38 PM   #18
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
You might want a simple (?) solution, providing slackware will install using grub and I think it does.
Use 3 primary partitions:
1 for slackware
1 for another distro
1 for swap

The 2 for distros being mounted on /

but you would be putting everything for that distro on one partition, both distros could use the same swap partition.

you would probably have to use the manual option on the gui to do this at least on the second distro.

Fred.
 
Old 01-27-2016, 07:50 PM   #19
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Fred Caro View Post
You might want a simple (?) solution, providing slackware will install using grub and I think it does.
Use 3 primary partitions:
1 for slackware
1 for another distro
1 for swap

The 2 for distros being mounted on /

but you would be putting everything for that distro on one partition, both distros could use the same swap partition.

you would probably have to use the manual option on the gui to do this at least on the second distro.

Fred.
yeah BUT as I have learned from playing with many linux kinds, it is best to seperate / and /home. so if you have any files configs and such you'd love to keep and move to trying a different Distro. then all you got a do it wipe / and install the different distro and keep home , just point to it when you're installing a new distro /home. then when you create your old user name to retake your home you'll get an error already there but that's cool .. and the new distro will regester that name in its system and you're cool beens bob's your uncle and such....

one hard drive
Code:
Windows (if you really cannot depart with it)
one partition / 5 to 10GB
one partition / 5 to 10GB
one partition /home ?GB
one partition /home ?GB
the rest /data formated to ntfs so everybody can see it and use it
now your packing a triple boot and ewwww to the other guys that are only running a dual boot. and you can no longer call yourself a newbe dare the others to then show them what you got running under your hood then laugh heartily at them hehehehe

...
one could use the same /home if they are running the same wm/dt other wise problems will arise due to config issues.

Last edited by BW-userx; 01-27-2016 at 07:57 PM.
 
Old 01-27-2016, 08:45 PM   #20
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by sigint-ninja View Post
centos only let me make a / partition and nothing else...

how do you make an extended partition with cfdisk it only has primary and logical option available
do i have to change the type?

thanks for the help
I'm installing CentOS7 min now (on vBox) and I got to the make different set up partitititons swap / and /home, me thinks you didn't look and play with it long enough it is there first screen when it shows it setting up everything under the hard drive you got a click it then tell it you'll be doing the partitioning, then done, then it goes into the partition schem of things. that was just a little tricky when I got down to the last partition for /home, I didn't know the exact number I needed to put and not round off what was left number, so I just "closed my eyes" left it blank after putting mount point and click it then it took care of it for me.
 
Old 01-27-2016, 08:52 PM   #21
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
only has primary and logical option available
just looking this over again, as far as only having them , then pick one if it lets you use then then use it. case sovled

but that is me, maybe others have a different more percise option

Last edited by BW-userx; 01-27-2016 at 08:59 PM.
 
Old 01-29-2016, 08:11 PM   #22
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
If you add an additional partition to ubuntu, as in the reference, then it is still Ubuntu with Ubuntu's standard environment, if you try to do this with another "distro" you might encounter some discrepancies.

The home directory, or partition, contains files that may be peculiar to that "Distro".

If you want independent "distros" then separate them and their home space/directories/partition and give them their own /home. Do that on which ever device you want to, so you could have:

partition 1; slackware;
partition 2; ubuntu;
partition 5; extended;
partition 6; centos;
partition 3; swap;

each mounted on / but none with its own /home partition, just a directory.

an extended partition is just an envolope for logical partitions, in this case it contains centos.

fred.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Partitioning for multiple Linux distros mr_mohamed Linux - Newbie 5 04-03-2013 04:51 AM
usb distros,partitioning.... ott0disk Linux - General 2 05-12-2009 03:29 AM
partitioning for 3 distros + win clinto Linux - Laptop and Netbook 10 05-10-2007 02:16 AM
Partitioning 2 Distros sdpeelejr Linux - Newbie 1 04-07-2004 09:44 AM
partitioning for distros titanium_geek Linux - Hardware 3 06-19-2003 02:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration