Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Linux Support Linux - Operating Systems and Applications Support

Reply
 
Thread Tools
Old 11-16-2008, 08:49 AM   #1 (permalink)
Registered User
 
Join Date: Nov 2008
Posts: 4
OS: win xp


linux installation

Hi I have a 40GB hard disk and have the ISO for fedora 9,
Currenlty it has win xp I want to install only linux on this hard drive for college project
I want to install it through my USB also before installing I want to create the file format and partitioning how do i do that ........please help
thanks
ahusain29 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Sponsored Links
Old 11-16-2008, 11:03 AM   #2 (permalink)
K-B
Moderator
 
K-B's Avatar
 
Join Date: Oct 2005
Location: NY
Posts: 2,767
OS: Ubuntu 8.04

My System

Re: linux installation

You can download the GParted Live CD ISO and burn it to a disk:
http://gparted.sourceforge.net/livecd.php

Some Linux distros (including Ubuntu) include Gparted on their Live CD, I'm not sure if Fedora does or not.
__________________
K-B is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 11-16-2008, 07:53 PM   #3 (permalink)
Moderator Alt. Computing
 
wmorri's Avatar
 
Join Date: May 2008
Location: /etc/pm
Posts: 1,221
OS: Vista Basic SP1/Ubuntu 8.04/Fedora 10


Send a message via AIM to wmorri
Re: linux installation

Hi to go along with what K-B said please have a look at this:

Please follow these instructions line for line. This will allow you to partition your hdd. You will need two things, an ISO file from Gparted, and a program that will allow you to burn a LiveCD. I would recommend CDburnerXP, or Finalburner. Unless you have a cd burner that will burn ISO files. A regular cd burning program won't work. It must have an ISO burning function.
  • Go to GParted, then download an ISO file for the latest version.
  • Download a copy of CDburnerXP or Finalburner or an ISO burner of your choice.
  • Burn a LiveCd

Let me know when you have that done and I will help you with the next step.

Cheers!
__________________


If I have posted on your thread and haven't replied within 48hrs please PM me. I will try to be as prompt as possible!
Linux Forever!

Learning is doing, not being able to follow steps put forth by others.

When posting what errors you get, please give the full message. It makes helping you much easier.
wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 11-17-2008, 07:54 PM   #4 (permalink)
Registered User
 
Join Date: Nov 2008
Posts: 4
OS: win xp


Re: linux installation

first of all let me thank both of you

I have burned a live cd of gpart using roxio....after that i booted my pc from the cdrom and the gpart application started since i was new i have no clue because i have 2 hard disk in my pc one is c: and the other is e:

the o.s installed is win xp and i want to install linux on e:

now how do i do with the formating of e: by gpart and than install linux ?
ahusain29 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 11-18-2008, 04:03 AM   #5 (permalink)
Registered User
 
alpenadiver's Avatar
 
Join Date: Jul 2007
Location: Alpena, Michigan
Posts: 88
OS: Fedora Core 8

My System

Re: linux installation

depending on the type of drives IDE or SATA, linux will list them like this:
IDE drives
/dev/hda = primary master
/dev/hdb = primary slave
/dev/hdc = secondary master, and so on.

SATA drives
/dev/sda = your first drive
/dev/sdb = second drive, and so on.

On my system which uses SATA drives my XP install is on, and boots from /dev/sdb, and linux resides on /dev/sda

Most if not all current linux distros will have a partition manager during the install, you can go with the default partition scheme, or you can create your own the three partitions linux needs are
/ = root
/home = the directory where all user files and settings are stored
/swap = this is your swap file, same as the page file in windows
alpenadiver is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 11-18-2008, 04:26 AM   #6 (permalink)
Moderator Alt. Computing
 
wmorri's Avatar
 
Join Date: May 2008
Location: /etc/pm
Posts: 1,221
OS: Vista Basic SP1/Ubuntu 8.04/Fedora 10


Send a message via AIM to wmorri
Re: linux installation

Hi,

Please follow thiese instructions, as closely as possible. This way you will have the most success with partitioning your hdd!
  • Insert your GParted livecd
  • Reboot up your computer until you see your splash screen.
  • Hit F8, ESC, or F12 continuosly until you get the boot-loader
  • Choose the drive that your livecd is in
  • Wait for GParted to start up, then choose which ever graphics mode you want
  • When GParted boots up you will see a screen similar to this
  • Choose the hdd that you want to partition and take a look a the partitions
  • Choose the partition that you want to change and right click it. Choose delete from the menu. See here
  • Now choose the partition that you want to change the size of and right click it and choose Resize/Move
  • Now move the arrows to the size that you want it to be and click the Resize/Move button
  • Last click the check mark to apply the changes and let the program work.

I know that this is a long list, but I thought that it would be better than having you follow it in paragraph form.

Let me know when you are all done, and if you have any questions.Only change the partitions that you want to. Don't mess with anything that you aren't sure of

Cheers!
__________________


If I have posted on your thread and haven't replied within 48hrs please PM me. I will try to be as prompt as possible!
Linux Forever!

Learning is doing, not being able to follow steps put forth by others.

When posting what errors you get, please give the full message. It makes helping you much easier.
wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 11-18-2008, 07:43 AM   #7 (permalink)
Mentally divergent
 
Bartender's Avatar
 
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,231
OS: W2K, Ubuntu 8.04


Re: linux installation

ahusain -
Once you've got GParted up and running, look up in the right-hand corner. You'll see a little box that'll say something like "/dev/sda" or maybe "/dev/hda". Click on the arrows next to that box to look at either of your drives.
You'll have to set aside the Windows "C drive" and "D drive" terminology. Linux uses different terms for the drives.
As alpendiver said, you're going to see "sda" for your first drive and "sdb" for your second drive. The first partition on sda will be sda1, second partition sda2, and so on. It's very simple. The hardest part is setting aside what you already knew!
In GParted, you either right-click on the partition map itself or right-click on the text describing the partitions below the map to get a context menu with tasks.
One thing with GParted - you can assign several tasks before actually telling GParted to do them. This is not a good idea. If you tell GParted to format an area, or delete a partition, or whatever, "Apply" that task and have GParted actually do it. It's easy to let several tasks stack up but it's not a good practice.
Bartender is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 05:25 AM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82