LinuxQuestions.org
Help answer threads with 0 replies.
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 06-08-2007, 11:27 PM   #1
jagguy
Member
 
Registered: Jun 2007
Posts: 46

Rep: Reputation: 15
partition drive for linux


I have winxp with 2 hard drives. 1 has winxp on it with 30G (C:/)and the other has 80G with only 15G used on it (F:/) which is the slave drive.

both are formatted with ntfs.

Can I partition the 2nd HD 'F drive' so I can fit linux on it. I would need about 20G of it.
Do I need to wipe it clean 'F drive' before I partition it or what can I do. It has software on it already that I prefer not to change.
 
Old 06-08-2007, 11:59 PM   #2
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
you can parition F:/ without wiping it clean, but it would be wise to defrag that drive first
 
Old 06-09-2007, 12:12 AM   #3
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Yep, just resize the ntfs partition on that drive to create enough free space, then create the Linux partitions you need. You will want a minimum of 2 partitions for Linux. 1 should be around 1GB for swap, and then the rest for the root partition.
 
Old 06-09-2007, 02:57 AM   #4
jagguy
Member
 
Registered: Jun 2007
Posts: 46

Original Poster
Rep: Reputation: 15
Hi

how do i resize the partition (which has over 80%free space) and i have defraged the drive?
 
Old 06-09-2007, 03:54 AM   #5
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Download and burn a Gparted LiveCD iso. It can resize ntfs partitions as well as create linux partitions. It is a good idea to make three:
1 for swap (= 2 x the size of your RAM with a maximum of 2GB)
1 which will hold your / partition (8 to 10 GB should be fine for most distributions)
1 for your home partition (as large as you want it to be) for your personal data
 
Old 06-09-2007, 05:15 AM   #6
jagguy
Member
 
Registered: Jun 2007
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73
Download and burn a Gparted LiveCD iso. It can resize ntfs partitions as well as create linux partitions. It is a good idea to make three:
1 for swap (= 2 x the size of your RAM with a maximum of 2GB)
1 which will hold your / partition (8 to 10 GB should be fine for most distributions)
1 for your home partition (as large as you want it to be) for your personal data
Ok I downloaded gparted iso.

Now i need to download linux. To do this what is more popular these days Suse or Redhat? and can i downlaod either for free?
 
Old 06-09-2007, 05:24 AM   #7
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Well, both Suse and Red Hat are commercial products but there are free version as well: in the case of Suse, it's called openSuse, in the case of Red Hat, it's called Fedora (there is CentOS as well). You can get more ideas from a site like distrowatch.com or yolinux.com. And don't forger Ubuntu, Debian or Mandriva - those are very popular too.

Any of those should be fine, really. And perhaps Ubuntu is the easiest one to start with but the other ones are really close. If you want to restrict yourself to openSuse and Fedora, my own choice would be Fedora - if only because Fedora tends to have more community support and there are many more online Fedora guides than there are openSuse equivalents.

Anyway,they are all free so you can download and install all five or six if you feel like it and you have the space to spare.

Last edited by jay73; 06-09-2007 at 05:27 AM.
 
Old 06-09-2007, 06:00 AM   #8
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692
Blog Entries: 9

Rep: Reputation: 45
Quote:
Originally Posted by jagguy
Ok I downloaded gparted iso.

Now i need to download linux. To do this what is more popular these days Suse or Redhat? and can i downlaod either for free?
Well why limit yourself ?

Personally, I'd suggest 3 partitons. One for the / (a.k.a. root), one for swap and one for /home. The seperate /home has the advantage, that because you're new to linux, you can start doing stuff i.e. setting up address books for emai, customistation, bookmark lists etc etc (you know, the normal stuff we often do without thinking), but if you get adventurous and want to try a different distro, as long as you don't touch the /home during install of a different distro (formating the partition etc etc.) then as long as the installer for the new distro see's the partition, it invariably "just works".

As for which distro ? Well if you're familiar with windows, then I would suggest one that uses the KDE graphical frontend. Not because it's necessarily better or worse than gnome, but because it feels a little more "windows like" and less different (which I personally prefer, because thats what I "cut my teeth" with). So if you wanted to go with whats popular, either Ubuntu, but then installing the KDE desktop or just go for Kubuntu (which is Ubuntu with the KDE already installed/configured).

Being part of the *buntu world, theres a mountain of assistance/help/guidance etc already available for it.

Oh and if it were my system with say 60 gig's available, then I'd make the / partition 15 to 20 gigs, the /swap 2x the installed RAM (thats from the traditional linux wisdom when 64 megs of RAM was a lot, unlike what people tend to have installed these days - my /swap is 1.5 gigs, with is roughly 2x the 768 megs of RAM I have installed) and the rest for the /home. That would allow me enough space to play with installing just about all the linux apps I might ever want to use in the /, while having plenty of space for user type stuff (music etc etc) in the /home.

Oh and with the gparted, I would suggest at very least, formatting the partitions as ext3 (you'd have to google for explainations of the pro's and cons of other file systems).

If you think it's likely that you'll want/need to have a facility to be able to write stuff to files in both OS, then it might be prudent to have a seperate partition thats formatted as FAT32, neither OS has a problem writing files in that file system - whereas, there are still some issues about linux writing files in NTFS.

regards

John
 
Old 06-09-2007, 07:54 PM   #9
jagguy
Member
 
Registered: Jun 2007
Posts: 46

Original Poster
Rep: Reputation: 15
Hi,

Thanks for the advice.
I will have about 20G to play with

Now all I want is a version that has a lot of community help with.

If that is Fedora then i will get that.
NOw I need 3 partitions for this I take it
1 /swap
1/ home
1 /

The opsenSuse download failed with DVD icon on the site.

I have a dvd writer so i dont want 6 cd's.

I have a fast internet and want to download say fedora. I have a i386 .

Now from the mirrors I say loads of choices from ftp sites eg fedora or everything ,i have no idea ? What am I looking for.

What exactly to I download eg which .iso?

Last edited by jagguy; 06-09-2007 at 08:01 PM.
 
Old 06-09-2007, 08:24 PM   #10
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
fedora7 i386 .iso
 
Old 06-09-2007, 11:40 PM   #11
jagguy
Member
 
Registered: Jun 2007
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by AceofSpades19
fedora7 i386 .iso
it is 2.7g to download and it stopped after 100mb saying it coudn't read file.

This is hard to download?

http://ftp.univie.ac.at/systems/linu...dora/i386/iso/

I downloaded bittorrent and used that. It is at a speed of 5kbs-10kbs so it will take 9 days?

Last edited by jagguy; 06-10-2007 at 02:38 AM.
 
Old 06-10-2007, 06:29 AM   #12
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
If your download failed just try a different mirror.
 
Old 06-10-2007, 07:33 AM   #13
jagguy
Member
 
Registered: Jun 2007
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by masonm
If your download failed just try a different mirror.
I used a download manager and i get 50-100kbs.
 
Old 06-11-2007, 01:36 AM   #14
jagguy
Member
 
Registered: Jun 2007
Posts: 46

Original Poster
Rep: Reputation: 15
Do i need to burn the image at a slow speed as i did it at 48X. I have nero 7 and i have 2 speeds listed only 48 and fast.

Also when i boot up with gparted I get range of options with the keyboard and nothing like what it says in the help docs? What is it I start with ?

I want to make a 80G partition into a 60G and leave 20 for linux
 
Old 06-11-2007, 01:37 AM   #15
jagguy
Member
 
Registered: Jun 2007
Posts: 46

Original Poster
Rep: Reputation: 15
I can get into gparted .

How do i setup the partitions for linux with this exactly

/
/home
/swap
but can i use the install linux iso

Also how can i check the download with SHA1SUM as no file appears to download, I just get the text output when clicking on it.

It took ages to download and i didnt know forward port for my smc rounter. The problem is there are many ways to do this so i havent a clue where to start or if it is safe on current interent link.

Last edited by jagguy; 06-11-2007 at 04:56 AM.
 
  


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
can't mount an linux partition from an secondary drive lcornea Linux - Newbie 8 02-08-2006 09:21 AM
access external hard drive linux partition on linux and vice versa garyozzy Linux - Newbie 2 08-03-2005 06:11 PM
Mounting partition on Linux drive with XP. moistTowelette Linux - Hardware 6 04-24-2005 11:30 PM
Partition on Linux hard drive (after installition) PB0711 Linux - Newbie 4 09-01-2004 06:03 PM
How to partition linux drive POST install! andrewc Linux - General 3 07-22-2004 12:24 AM

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

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