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 02-20-2012, 12:40 PM   #1
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Rep: Reputation: 1
Linux Fedora 16 GNOME3 full partition guide for a 640gb hdd?


Alright. First, I'll start by saying this: After giving it some thought, I've decided to leave Windows 7, at least on this laptop. I hardly play any games anymore and wouldn't mind not being able to play either.

I installed Linux Fedora 16 yesterday and installed it on one partition, except for the swap partition. I have three more partitions on which Windows 7 and its recoveries lie. I have been googling for hours on end, literally, without really getting the answer I want and most guides I've found are outdated since a long time. I want to dedicate my entire640gb harddrive to Linux and make a fresh install to set the partitions correct.

I don't just want three partitions as is standard, no, I want the ones I could have use for. I don't want every folder in the filesystem in its own partition. I'd prefer having / on one, boot on one, home on one and maybe usr on one and of course swap on one.

I have 640gb to spare and my machine runs 4GB RAM, so maybe like this:

Swap = 8GB
Boot = 100MB
/ = 100GB
Home = 50GB
usr = 200GB maybe?
Do I need own partitions for tmp and var as well?
Maybe I need to save some GB's for LVM space to play around with?
Also, do all but swap go as ext4? What about primary/logical?
The sizes I wrote are what I think I could use, feel free to come with better suggestions.

Since I'll be wiping my harddrive clean, I wanna create as many partitions as I can possibly need for easier future installations. I have fedora burned as a LiveCD on a disk.

Sorry for being so demanding, it's just that I haven't found any good answers to all my questions.

Thanks in advance for any answers! Try to keep it simple

Last edited by CrazyGuy158; 02-20-2012 at 03:10 PM.
 
Old 02-20-2012, 12:49 PM   #2
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Allocate more for /boot, at least 500MB, otherwise you'll fill it up after updating your kernel just a few times

I wouldn't restrict yourself with so many partitions. I generally use one for boot and one for /, that's it. Most systems I build use a SSD for the OS and a RAID for the rest, in that case I'll throw 500GB for boot on the SSD, use the rest of the SSD for / (around 80GB), and then use the RAID for /home.

The question you need to ask yourself is what will you be using all of your space for (media, data, etc), and where are you going to want to put it.
 
Old 02-20-2012, 12:55 PM   #3
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by suicidaleggroll View Post
Allocate more for /boot, at least 500MB, otherwise you'll fill it up after updating your kernel just a few times

I wouldn't restrict yourself with so many partitions. I generally use one for boot and one for /, that's it. Most systems I build use a SSD for the OS and a RAID for the rest, in that case I'll throw 500GB for boot on the SSD, use the rest of the SSD for / (around 80GB), and then use the RAID for /home.

The question you need to ask yourself is what will you be using all of your space for (media, data, etc), and where are you going to want to put it.
I have no idea if I need only three partitions, six partitions or a million ones, I just want what would work best for a normal Linux user with 1 640GB SATA HDD.

Giving it more thought, I don't think I'd ever put anything in /. Music, videos and all other general downloads would probably go in their respective folders in the /home so that would be where almost all space would go. I may just as well give a full GB for the /boot partition.

Would you mind writing me a list of the partitions that would be enough for a user like me and the space I should allocate to it. Would I be okay with one partition for /boot, one for /, one for /home, one for swap and lastly some unallocated LVM memory? And I take it ext4 for all partitions except swap which has no "filesystem?"
 
Old 02-20-2012, 01:23 PM   #4
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Everybody is different, what I do is going to be completely different than what everybody else here does. Either way...

Code:
mnt     fs    size
swap   swap    8GB
/boot  ext4    1GB
/      ext4  100GB
/home  ext4      -
Where "-" means all remaining space

I don't use LVM
 
Old 02-20-2012, 01:29 PM   #5
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by suicidaleggroll View Post
Everybody is different, what I do is going to be completely different than what everybody else here does. Either way...

Code:
mnt     fs    size
swap   swap    8GB
/boot  ext4    1GB
/      ext4  100GB
/home  ext4      -
Where "-" means all remaining space

I don't use LVM
Thanks for the help! I will use what you recommend but make a 10gb swap file instead of 8gb
 
Old 02-20-2012, 01:35 PM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Keep in mind that you canonly have 4 primary partitions & 1 extended partition. If windows is already on the extended partition you'll have to install fedora within it's partition, because you only can have 1 extended partition.
You can however put your /boot on a seperate partition & create your logical partitions within the extended.

Last edited by EDDY1; 02-20-2012 at 01:39 PM.
 
Old 02-20-2012, 01:38 PM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Since I'll be wiping my harddrive clean, I wanna create as many partitions as I can possibly need for easier future installations. I have fedora burned as a LiveCD on a disk.
I apologize as I skipped or missed this part of your post.
 
Old 02-20-2012, 03:12 PM   #8
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by EDDY1 View Post
I apologize as I skipped or missed this part of your post.
No harm done

I'm already done with the installation since about 1h 'n 40 mins ago and it's going great. Feels awesome to have Fedora on one partition, and my data on another

Last edited by CrazyGuy158; 02-20-2012 at 03:13 PM.
 
Old 02-20-2012, 05:02 PM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Now that you have youur data on another partition it is quite easy to backup atleast your /home directory so as to always have a backup of your data. Congrats!
 
Old 02-21-2012, 03:18 AM   #10
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
100GB /? What the hell? I've got a 6.5GB /, quite a few installed programs, and 2 different DEs (KDE + Xfce) and / isnt even that close to being filled. 10-15GB is as big as you would need in the vast majority of cases.

I dont normally use /boot, but 1GB seems really excessive as well. A few years ago 32-64MB /boot was more than enough for most users...I cant imaging needed more than 250MB.

8GB swap, that is again more than you would need. Its possible that 4GB RAM/8GB swap would be useful in very, very rare sitations, but 99.999% of the time its more swap than you would need with 4GB RAM..and in those rare sitations, adding more RAM would be a better idea than having an overszied swap. The biggest swap I would bother with if there is 4GB RAM would be 4.25GB-4.5GB.

I'd also put swap at the end of the drive...you dont want to be using swap at all most of the time, and the closer toward the beginning of the drive a partition is, the faster it is. IMO you a should put /boot, then / on the fastest part of the drive you can, not swap.

Quote:
Originally Posted by CrazyGuy158 View Post
Thanks for the help! I will use what you recommend but make a 10gb swap file instead of 8gb
Why on earth would you do that?

Last edited by cascade9; 02-21-2012 at 03:24 AM. Reason: typos, additions
 
1 members found this post helpful.
Old 02-21-2012, 03:32 AM   #11
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
I never have more than 2GB SWAP and I very rarely get to use any of it with normal usage, the only time I really get into SWAP is when I'm running VirtualBox and thats because it sucks RAM like there's no tomorrow.

My setups are usally 10GB / 2 GB SWAP and the rest /home. Up until 2 days ago I had 5 DEs, and associated applications, in 1 10GB / partition and I still had nearly 2 GB to spare. When I reset this machine up I will probably give it 15GB just to make sure I have room to move but a normal user shouldn';t need more than 10GB /.

@Cascade, I think the 100GB may have been a typo, lol. At least I hope so. You taught me something, I always have my SWAP right after / and before /home. No particular reason for it it's just how I do it. I'll give it a whirl at the end this time and see if there is any noticable difference.
 
Old 02-21-2012, 03:43 AM   #12
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by k3lt01 View Post
I never have more than 2GB SWAP and I very rarely get to use any of it with normal usage, the only time I really get into SWAP is when I'm running VirtualBox and thats because it sucks RAM like there's no tomorrow.

My setups are usally 10GB / 2 GB SWAP and the rest /home. Up until 2 days ago I had 5 DEs, and associated applications, in 1 10GB / partition and I still had nearly 2 GB to spare. When I reset this machine up I will probably give it 15GB just to make sure I have room to move but a normal user shouldn';t need more than 10GB /.

@Cascade, I think the 100GB may have been a typo, lol. At least I hope so. You taught me something, I always have my SWAP right after / and before /home. No particular reason for it it's just how I do it. I'll give it a whirl at the end this time and see if there is any noticable difference.
Wasn't a typo. I really have set my "/" partition to be a massive 100 GB. I have heard the "usr" directory can take up quite a bit of space and I wanna be on the safe side. I said I wanted to use my entire harddrive on this and I'm only going to have one linux distro at a time. I'll never fill out ~500gb worth of home space, but at least I have lots of empty space just in case.
 
Old 02-21-2012, 03:48 AM   #13
CrazyGuy158
Member
 
Registered: Feb 2012
Posts: 105

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by cascade9 View Post
100GB /? What the hell? I've got a 6.5GB /, quite a few installed programs, and 2 different DEs (KDE + Xfce) and / isnt even that close to being filled. 10-15GB is as big as you would need in the vast majority of cases.
Well I wanna be on the safe side. Just in case, you know.

Quote:
Originally Posted by cascade9 View Post
I dont normally use /boot, but 1GB seems really excessive as well. A few years ago 32-64MB /boot was more than enough for most users...I cant imaging needed more than 250MB.
To be honest, I set it up at 2gb.

Quote:
Originally Posted by cascade9 View Post
8GB swap, that is again more than you would need. Its possible that 4GB RAM/8GB swap would be useful in very, very rare sitations, but 99.999% of the time its more swap than you would need with 4GB RAM..and in those rare sitations, adding more RAM would be a better idea than having an overszied swap. The biggest swap I would bother with if there is 4GB RAM would be 4.25GB-4.5GB.
I like to overkill

Quote:
Originally Posted by cascade9 View Post
I'd also put swap at the end of the drive...you dont want to be using swap at all most of the time, and the closer toward the beginning of the drive a partition is, the faster it is. IMO you a should put /boot, then / on the fastest part of the drive you can, not swap.
Swap is at the end. /boot in on the first cylinders, then /, then /home and lastly swap.

Quote:
Originally Posted by cascade9 View Post
Why on earth would you do that?
Felt like it.
 
Old 02-21-2012, 03:56 AM   #14
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by CrazyGuy158 View Post
Wasn't a typo. I really have set my "/" partition to be a massive 100 GB. I have heard the "usr" directory can take up quite a bit of space and I wanna be on the safe side. I said I wanted to use my entire harddrive on this and I'm only going to have one linux distro at a time. I'll never fill out ~500gb worth of home space, but at least I have lots of empty space just in case.
That really is overkill. Why don't you cut it back to 15GB which will still give you plently of room to move and set up another distro (or 5) to learn with in the remaining space? Maybe even set up a testing distro so you can learn how Fedora develops their distro. I did that with Ubuntu for a few years and now I do with with Debian and Cobber.

Think of it this way it will give you a chance to not only learn but also to give back to the Linux community in general and Fedora more specifically.
 
Old 02-21-2012, 04:39 AM   #15
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by k3lt01 View Post
At least I hope so. You taught me something, I always have my SWAP right after / and before /home. No particular reason for it it's just how I do it. I'll give it a whirl at the end this time and see if there is any noticable difference.
Heh, cool.

No, moving /swap probably wont make much noticable difference to a normal user. Hard to pick the difference between 12MS and 10MS acess times (that is probably exageration anyway) or 80MB/sec from home and 82MB/sec (not exageration). You would see a some difference in benchmarking.

But I consider even (theoretically) unnoticable improvements worthwhile. There is a saying in drag racing- 'seconds are made of of lots of 100ths of seconds'.

Quote:
Originally Posted by CrazyGuy158 View Post
Well I wanna be on the safe side. Just in case, you know.

I like to overkill
Then your doing it wrong. You want 1TB for /boot, 2TB for / and as much as possible for /home, etc..

Joking aside, do you understand what swap is used for? 'Overkill' is not going to help you at all.

If you are only planning on using 1 distro at a time, 2GB /boot isnt going to help you either.

Neither will 100GB /root. I've never heard of ANYONE usign more than 20-25GB..and IIRC even that time / usage dropped back to less than 15GB when he user ran bleachbit (think of it as being a linux version of' ccleaner' if you know windwos programs well)
 
  


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] using my full h/d 640gb for linux mint acein1 Linux - Newbie 20 12-20-2010 08:00 AM
Vista Recovery Partition = 640GB? agrestic Linux - Desktop 2 03-06-2010 09:45 PM
Fedora 10 full install on Laptop + External HDD voes !!! Karbon Linux - Laptop and Netbook 0 06-13-2009 07:41 AM
mounting a partition on a second hdd in fedora. Skuggi Fedora 2 02-03-2005 11:12 AM

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

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