LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-17-2003, 11:13 AM   #1
scocha
LQ Newbie
 
Registered: Sep 2000
Location: hemet, ca
Distribution: Slackware
Posts: 26

Rep: Reputation: 15
Linux partitions-


Hi, I'm brand new to Linux and I want to get started now that my computers hard drive crashed yesterday. I bought a 40GB hard drive and I want to use up to half of the drive for win98, and partition the rest for linux. I've had Slackware disks sitting on the shelf for about 6 months waiting for me to get off my a..., so maybe the hard drive crash was a good thing.
*can I make all my partitions using the fdisk utility that came with the slack, or is that just for setting up my linux partitions.
*I've read somewhere that making several Linux partitions can somehow make life easier rather than making one big partition+ a swap. Any suggestions on how I should divide 20 to 30 GB up for Linux?
Many more dumb questions to follow, thanks in advance.
 
Old 06-17-2003, 11:39 AM   #2
awdoyle
Member
 
Registered: Aug 2002
Location: Portland, OR
Distribution: Xubuntu
Posts: 135

Rep: Reputation: 15
You can make extra partitions for /home and /usr, etc, etc. But with your first installation it might be better just to have:
hda1 - win98/fat32
hda2 - /boot
hda3 - /
- then in your extended partition:
hda4 or 5 - swap
hda6 - shared/win32 that you can mount
At least that's how I have it, and I'm happy as a clam.
 
Old 06-17-2003, 02:42 PM   #3
scocha
LQ Newbie
 
Registered: Sep 2000
Location: hemet, ca
Distribution: Slackware
Posts: 26

Original Poster
Rep: Reputation: 15
Thanks, thats how I will go ahead and do it. How large must each partition be? I'll probably have 20 GB total disk space to divide up for Linux.
 
Old 06-17-2003, 03:04 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,801

Rep: Reputation: 6333Reputation: 6333Reputation: 6333Reputation: 6333Reputation: 6333Reputation: 6333Reputation: 6333Reputation: 6333Reputation: 6333Reputation: 6333Reputation: 6333
hda1 - win98
hda2 - /boot 70mb
hda3 - extended size should be rest of drive.
hda5 - swap 512 mb
hda6 - FAT32 shared If you want
hda7 - / all the rest
 
Old 06-17-2003, 03:07 PM   #5
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
the only thing i will comment on, is that you should make your swap double of your ram amount...just a tip :P just in case you have more than 256ram
 
Old 06-17-2003, 03:10 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally posted by DrOzz
the only thing i will comment on, is that you should make your swap double of your ram amount...just a tip :P just in case you have more than 256ram
That was true when you either bought RAM or paid the rent... now it's totally irrelevant.
 
Old 06-17-2003, 03:58 PM   #7
scocha
LQ Newbie
 
Registered: Sep 2000
Location: hemet, ca
Distribution: Slackware
Posts: 26

Original Poster
Rep: Reputation: 15
What's the difference between creating a fat32 shared partition and simply mounting the win98 partition?
(I told you that I have plenty more dumb questions to come)
 
Old 06-17-2003, 04:46 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
no real difference, keeps the space seperate, but if it's just win98 then it'll be fat32 anyway, so won't actually matter. more useful if it's xp or nt using ntfs...
 
Old 06-17-2003, 04:49 PM   #9
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
Quote:
That was true when you either bought RAM or paid the rent... now it's totally irrelevant.
and its also true that this is the biggest pile of nothing i have ever read...is this supposed to translate to something with meaning in the english language...
 
Old 06-17-2003, 04:54 PM   #10
scocha
LQ Newbie
 
Registered: Sep 2000
Location: hemet, ca
Distribution: Slackware
Posts: 26

Original Poster
Rep: Reputation: 15
Ok, my goal is to never buy another microsoft operating system so that sounds good. Thanks
 
Old 06-17-2003, 05:03 PM   #11
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally posted by DrOzz
and its also true that this is the biggest pile of nothing i have ever read...is this supposed to translate to something with meaning in the english language...
Hmm, not a good way to get along here... it's not even a "big" pile of anything...

ok, so if you can't understand that for some reason...

the double ram rule has been around for years and years, first coming around when RAM was extremely expensive for very little reward, so by allocation of around that much swap based on the amount of RAM you had would balance a trade off of speed and total memory. Now many desktop systems have in excess of 1GB of ram, because it's comparatively cheap. Would you suggest a swap partitino of 2GB??? With more than 512mb physical memory you can be hard pushed to use it all up, let alone use up twice as much swap as well. It is simply wasting space. Mind you if you wish to prove that you can personally employ 3GB of memory, you win.
 
Old 06-17-2003, 05:49 PM   #12
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
first of what do you mean not a good way to get along, you comment about something i say when we are talking about ram and swap space and you come in and tell me to go pay my rent..seroiusly d00d, do you expect me to understand what you are talkinag about...second off you say the concept was around for many years and yes it was, so it doesn't hurt to tell a guy it...
 
Old 06-18-2003, 06:20 AM   #13
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally posted by DrOzz
first of what do you mean not a good way to get along, you comment about something i say when we are talking about ram and swap space and you come in and tell me to go pay my rent..seroiusly d00d, do you expect me to understand what you are talkinag about...second off you say the concept was around for many years and yes it was, so it doesn't hurt to tell a guy it...
bliemy, it wasn't an analogy about paying rent, i meant it. ram was VERY expensive, and people couldn't afford it generally.

people also used to burn witches... think that should still be advised? ;-) I presume you're just being delibertalye facetious about these comments, it certainly reads fine.
 
Old 06-18-2003, 07:07 AM   #14
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
d00d i am not delibertly being anything, and now that you posted with that explanation, i totally understand what you meant about rent and ram, how you typed it originally, i will guaruntee not 100% of the people understood a damn word you said, actually not even 50% probably understood that, but thats neither here nor there...and you think it reads fine (obviously) cause your wrote the comment, of course it reads fine...but then you had to go along and start talking about witches...no wonder i commented on your oringal post...
and as for the topic itself and back to your original post now that i understand...if it is so irrelevant nowadays, then it sounds like your saying a person shouldn't even need a swap space, is that correct?
 
Old 06-18-2003, 07:51 AM   #15
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
it never hurts to have some, but it will rarely get used to any real extent, and often wouldn't be missed.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Linux partitions Mike23 Linux - Newbie 13 05-04-2004 06:20 AM
Linux installed, linux partitions lost, computer scragged, need serious help. B4UTRUST Linux - Newbie 4 01-23-2004 10:21 AM
Win XP Install Overwrites MBR and Linux Rescue Fails to Recognize Linux Partitions carrlane Linux - Software 8 01-14-2004 07:49 AM
partitions with linux beginnerx Linux - Newbie 5 09-26-2003 03:45 PM
Linux Partitions Megos Linux - Newbie 1 06-27-2003 02:37 AM

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

All times are GMT -5. The time now is 06:17 AM.

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