Sponsored Content
Operating Systems Linux Are /home partitions worth it? Post 302863837 by sea on Tuesday 15th of October 2013 07:36:06 AM
Old 10-15-2013
Free space on disk C: in Windows refers to free space of that partition.

Newcomers to Linux are usualy best serverd (to get started) by using:
  1. / : The 'root' partition (unlike the root dir: /root - the 'home' of root/admin)
  2. /home : The home for all your personal files and configurations

NOTE: Most linux use 500 as the default UID for new Users.
AFAIK: Fedora (not sure about the other RH based Linux') is the only one using 1000.

Thus, sharing /home of Fedora with a Debian install might cause issues, unless you have changed /etc/passwd accordingly and relabel the /home for SELinux matters (better use: system-config-users).

The useless complexity is given if you do:
  • /opt
  • /var
  • /tmp
  • /home
  • /boot
  • /
As a first time user, most of those 'used' or 'suggested' moutpoints are only relevant for companys/professional use (meaning: work - not hobby/private use), in which case they'd have the NEED for those mountpoints.

Again, as a newcomer, all you 'need' is:
"/home" and of course "/"
For which "/" should be something around 8-24gb, and /home 'ALL' the rest!
A comman linux installation takes around 4-6 gb, ~7gb if Gnome 3.11...
Adding another 7gb just in case you might want do backup-copys of your fav. DvDs giving a requirement of ~ 14gb providing 7gb of free space for the tempfiles of the dvd.

---
EDIT: to include post that was done mainwhile....
I tried to do symlinks too at the beginning, makes things more complex than they are, and might cause you to delete files by accident, by deleting a symlink the wrong way (happened several times to me, even recently).

If you have 2 drives, and no windows.
Then i'd use the small disk-drive for the OS (read: the "/" partition) (as previously stated, usualy max 24gb for / are sufficant... 32gb for LTS - just to be sure....)
And the large disk for the files: /home.

Do not forget about SWAP, that should ALWAYS BE about 1.5 times your RAM. 1:1 at least - so you can hibernate/suspend.

Last edited by sea; 10-15-2013 at 08:41 AM..
This User Gave Thanks to sea For This Post:
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Java - is it worth learning?

I have the opportunituy of learning basics/intermediate jave for 600 Euro. Is this worth learning?? (4 Replies)
Discussion started by: frustrated1
4 Replies

2. UNIX for Dummies Questions & Answers

Is learning Unix worth it?

Hello. I am a comp sci major and am forced to take a intro to Unix class. So far i am loving it. I was wondering is it useful to learn more off on my own? Will it have any use to me when i get a job after school is done? Same applies to Perl Sed and Awk? (5 Replies)
Discussion started by: smiledk1
5 Replies

3. UNIX for Dummies Questions & Answers

Is Unix Worth it?

I have been wanting to get much deaper into the world of computers for quite some time. I know a lot of c++, and plenty of website programming, and decided that the next step should be Unix. But here's the thing - I know nothing about Unix. I installed it and everything, but it just seemed like... (3 Replies)
Discussion started by: GuyWithAPen
3 Replies

4. Shell Programming and Scripting

How do i get only last 5 minute worth of data

I have a text file called 'tomcat_temp_out'. I want to get only last 5 minute worth of data from this file and redirect those data into another fule. Could you please help to work on this? (2 Replies)
Discussion started by: shivanete
2 Replies

5. UNIX for Advanced & Expert Users

Make another set of root(/), /boot, /home and other partitions?

Hello, As a purely learning purpose I am trying to make another set of partitions along my existing Ubuntu11.10 box. The reason to do this partition is to try a new Linux system by myself following "Linux From Scratch" (LFS). Because the instruction of LFS seems for very advanced user (I am... (3 Replies)
Discussion started by: yifangt
3 Replies

6. UNIX for Dummies Questions & Answers

What is this system worth?

So my family is cleaning out our house and my dad stumbled on a Unix system with Unigraphix installed on it, and he remembers that it was 1 of 6 computers in a set that he used at a tool and dye machine shop where he worked. He said that the computer by itself with the monitor was $20,000! I was... (8 Replies)
Discussion started by: NVOtosReborn
8 Replies

7. What is on Your Mind?

Is M.Sc (FOSS) worth doing?

Recently while reading an linux magazine I understood that FOSS (Free or open source software) is gaining momentum.. And in my home town there is an reputed university which offers M.Sc online program on FOSS. The course covers: INTRODUCTION TO COMPUTING, PHILOSOPHY AND PRACTICE OF FOSS,... (4 Replies)
Discussion started by: Arun_Linux
4 Replies

8. Programming

Is C worth the effort?

Hello guys, I have a little question. I think about learning c or c++ because im very interessted in low Level programming. And because i love Unix Too i thought C would be the better choice since Most it Done in c. Or should i learn c++? Because C++ has all this nice Features like oop and... (9 Replies)
Discussion started by: dryPants
9 Replies

9. What is on Your Mind?

Are certifications worth it?

I have just been on RedHat SA 3 training course (4 days) and sat exams EX200 (RHCSA) and EX300 (RHCE) The daft thing was that politics meant I wasn't allowed to take courses SA 1 or 2. So I learnt about stuff I would never use (SELinux; iSCSI; NFS Kerberos encrypted with user specific access... (22 Replies)
Discussion started by: rbatte1
22 Replies
All times are GMT -4. The time now is 12:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy