LinuxQuestions.org
Review your favorite Linux distribution.
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 09-15-2012, 06:05 AM   #1
3lud13
LQ Newbie
 
Registered: Sep 2011
Distribution: Mint 13
Posts: 19

Rep: Reputation: Disabled
patitioning ideas multiboot


ok so am about to install my new larger hard drive in laptop and am coming up with partitioning ideas have included an image from a usb of kind of what I am aiming for though would like to make a few changes but not sure how if anyone could help me out it would be greatly apprieciated.
Click image for larger version

Name:	Screenshot from 2012-09-15 21:01:57.png
Views:	25
Size:	43.2 KB
ID:	10696

sdb1 ext4 is for boot loader so easier to install and remove various distros
sdb2 ntfs for windows install for gaming and music (sorry still prefer itunes to sort out my music over anything have found in linux)
sdb3 extended partition to include everything linux related
sdb5 ext4 for a home folder so dont lose documents when playing with different distros
sdb6 ext4 will be my main installed distro (currently looking like mint 13 cinamom)
sdb7 ext4 will be secondary install of main distro (to try things out before commiting to main install)
sdb8 ext4 will be another partition for trying different distros

to this would like to add a partition where all my programs get installed to be shared between multiple distos as I always find myself downloading the same programs each time I reinstall (just not sure what mount points to use or even if its possible)
 
Old 09-15-2012, 06:51 AM   #2
SecretCode
Member
 
Registered: Apr 2011
Location: UK
Distribution: Kubuntu 11.10
Posts: 562

Rep: Reputation: 102Reputation: 102
Is that screenshot from a smaller, test drive? Or is it really only 15GiB? If it's that small, don't partition it, you won't be able to run anything. I wouldn't try to install a Linux distro in less than 10GB (generally I allow 25GB each) even with /home elsewhere.

What version of windows? Vista or later often require 2 partitions. And you're asking for trouble installing XP in less than 20GB / Win7 in less than 40GB (more is better).

Sharing /home between multiple distros is OK in principle, as long as you aren't running different versions of the same program that then see conflicting configuration dot-files.

Sharing installed program space between different distros doesn't sound like a good plan. Certainly not with distro-supplied package managers.

Last edited by SecretCode; 09-15-2012 at 06:53 AM.
 
Old 09-15-2012, 07:26 AM   #3
Novatian
Senior Member
 
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,052

Rep: Reputation: 38
This thread good for me too. Is there a tutorial for dual booting windows 7 either in linuxquestions or in youtube that is recommended?

I have 150 Gib Hdd, just re-installed windows 7 after partition error. I am interested in Mint Xfce and Xubuntu. Even Slackware. I would also like a trial space. And I can use G Parted and another partition tool I have in Fedora 17. How does one prepare the right partitions? And mount them?
Ext 4, NFTS?

Last edited by Novatian; 09-15-2012 at 07:30 AM.
 
Old 09-15-2012, 08:01 AM   #4
SecretCode
Member
 
Registered: Apr 2011
Location: UK
Distribution: Kubuntu 11.10
Posts: 562

Rep: Reputation: 102Reputation: 102
There are as many answers as there are people

Assuming windows is installed first (safest because windows believes there are no other operating systems in the world), I leave its default primary partitions in place (here, a fat32 RECOVERY partition and the ntfs OS partition) and then:

- create an ext4 data partition
- create an ntfs data partition for files shared with windows - Linux reads ntfs better than Windows reads ext3/4
- create as many 25GB partitions for multiple Linux distros as I feel like - at least 2, one for current use and one for checking out the next version
- and a swap space.

I don't bother with a separate /home partition; I keep that within each distro install with symlinks to the data partition.
 
1 members found this post helpful.
Old 09-15-2012, 10:17 AM   #5
Novatian
Senior Member
 
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,052

Rep: Reputation: 38
Thanks and how would you size the partitions? I think I also could have two distros on aside Windows 7.
 
Old 09-15-2012, 10:38 AM   #6
SecretCode
Member
 
Registered: Apr 2011
Location: UK
Distribution: Kubuntu 11.10
Posts: 562

Rep: Reputation: 102Reputation: 102
If you're going to install serious apps in windows, give it 50GB. Give each distro 25GB. Amount of swap is up to you, but must be bigger than your RAM if you want to use hibernation. Then all the rest in the data partitions.
 
Old 10-08-2012, 03:22 PM   #7
Novatian
Senior Member
 
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,052

Rep: Reputation: 38
I delayed for other things, and now was applying G parted to an old hard drive to dual boot two linux distros, and G parted says, that I should not have more than four partitions, and to create and extension 4 partition with others in it. I don't understand.

I had tried to make an unallocated space of 65 Mb for Boot Loader, 22 Gb for Linux, nfts, and 1 Gb swap, then going onto another unallocated space for the latter two, but then G parted disagreed.

Should I do an install of say Ubuntu Studio and resize from there?

Last edited by Novatian; 10-08-2012 at 03:24 PM.
 
Old 10-08-2012, 03:38 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Partitioning basics:
The old style MBR partitioning system allows only for primary partitions on a disk. that is what GParted complains about when you try to create a fifth partition. To circumvent this limit delete the last partition on the disk and create an extended partition over the whole free space, In that partition you can now create new logical partitions, dependent on the system I think the limit is either 16 or 128.
 
Old 10-08-2012, 10:55 PM   #9
barnac1e
Member
 
Registered: Jan 2012
Location: Moorhead, Minnesota, USA (birthplace of Slackware, ironically)
Distribution: openSUSE 42.2 LEAP- KDE
Posts: 241
Blog Entries: 1

Rep: Reputation: 9
If I am not mistaken, Windows must always be the first partition on the hard drive. It looks like its the last from your pic. If that's the case, it won't ever boot.
 
  


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
HELP! FTP server setting up. HD patitioning problem. gavin2u Linux - Server 2 01-02-2008 01:27 AM
Slacking Off Multiboot—Ideas Grongle Slackware - Installation 27 04-24-2006 05:41 PM
Problem patitioning for Mandrake 9.2 install duffboygrim Linux - Newbie 6 11-24-2003 01:57 AM
Patitioning Issue shinycisco Linux - Newbie 15 08-24-2003 07:03 PM
Automatic patitioning / Kickstart Leffe Linux - General 2 03-19-2003 09:22 PM

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

All times are GMT -5. The time now is 03:31 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