How do I install Linux to D Drive

Reply

Join Date: Feb 2005
Posts: 46
Reputation: Gink is an unknown quantity at this point 
Solved Threads: 0
Gink Gink is offline Offline
Light Poster

How do I install Linux to D Drive

 
0
  #1
Feb 1st, 2005
I have 2 seperate HD's, both NTFS. D drive has lots of data etc on it, how would I install linux to D drive?
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 186
Reputation: w1r3sp33d is an unknown quantity at this point 
Solved Threads: 3
w1r3sp33d's Avatar
w1r3sp33d w1r3sp33d is offline Offline
Junior Poster

Re: How do I install Linux to D Drive

 
0
  #2
Feb 2nd, 2005
I don't know of a distro that will install to/run from a NTFS partition.

Normally I would use a program like Partition Magic to shrink my D drive to how much I need and leave the remainder as unpartitioned space so that Linux can install there.

For example, I had a 40 gig d: on my pc but only 11 gig's of data. I used Partition Magic to shrink my drive to 20 gigs with 20 gigs of "unused space" then I rebooted to my slackware CD and I am off and running.

If you are just gettting started with Linux I suggest you try some live cd's and see how different they can look and feel, it will help you in deciding which one you want to load into the hard drive. Not required, just a suggestion.

OSNews just posted a story on different live cd's a couple days ago here http://www.osnews.com/story.php?news_id=9569
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 46
Reputation: Gink is an unknown quantity at this point 
Solved Threads: 0
Gink Gink is offline Offline
Light Poster

Re: How do I install Linux to D Drive

 
0
  #3
Feb 2nd, 2005
Say I dont care what I have on my D Drive, would I be able to install a linux to it without affecting my C drive, and how?
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 186
Reputation: w1r3sp33d is an unknown quantity at this point 
Solved Threads: 3
w1r3sp33d's Avatar
w1r3sp33d w1r3sp33d is offline Offline
Junior Poster

Re: How do I install Linux to D Drive

 
0
  #4
Feb 2nd, 2005
Then you would go into fdisk and remove the d: entirely, then run your install and have it use your newly found free space. You need to be very careful about not whacking your c: or MBR

You might want to nose around The Linux Documentation Project for info like this http://www.tldp.org/HOWTO/Installati...REPARTITIONING
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 1,620
Reputation: kc0arf is a jewel in the rough kc0arf is a jewel in the rough kc0arf is a jewel in the rough 
Solved Threads: 51
Team Colleague
kc0arf kc0arf is offline Offline
Posting Virtuoso

Re: How do I install Linux to D Drive

 
0
  #5
Feb 2nd, 2005
Hello Gink,

Pleasure talking to you on the IRC by the way.

Windoze sees hard drives as a C: and a D: and so forth. They can be on the same physical disk (two partitions on the same disk), or can be different disks all together. They are defined, depending on what version of Windows you are using, by the Disk Administrator, or FDISK, or whatever you are running in the meantime.

It might be safe to say that your C: is on your Primary IDE, first partition. Then again, it might not be safe to say that. Best way to find out is to look at the hardware and see what IDE channel (Primary or Secondary) and then the partition number. You need to do this for both C: and D:

Linux references volumes in terms of their IDE channel, and their partition number.

/dev/hda is the IDE primary master
/dev/hdb is the IDE pirmary slave

/dev/hdc is the IDE secondary master
/dev/hdd is the IDE secondary slave

If you are using SCSI,

/dev/sda is the SCSI method.

Partition numbers are defined after the device...

/dev/hda3 is the third disk partition on the primary master.
/dev/hdc2 is the second disk partition on the secondary master.

Note that not all partitions on a hard drive are "data" locations. Some companies, like compaq, put a utility partition on the disk that is transparent to the OS.

So, what you need to do is find out what C: is in relation to your hardware... MAYBE /dev/hda1 is C: ... and what D: is... maybe /dev/hdb? and go from there. When installing linux, AVOID any changes to the C: partition.

Christian
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 46
Reputation: Gink is an unknown quantity at this point 
Solved Threads: 0
Gink Gink is offline Offline
Light Poster

Re: How do I install Linux to D Drive

 
0
  #6
Feb 2nd, 2005
Originally Posted by kc0arf
Hello Gink,

It might be safe to say that your C: is on your Primary IDE, first partition. Then again, it might not be safe to say that. Best way to find out is to look at the hardware and see what IDE channel (Primary or Secondary) and then the partition number. You need to do this for both C: and D:

So, what you need to do is find out what C: is in relation to your hardware... MAYBE /dev/hda1 is C: ... and what D: is... maybe /dev/hdb? and go from there. When installing linux, AVOID any changes to the C: partition.

Christian
how would I check if its primary or secondary
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 46
Reputation: Gink is an unknown quantity at this point 
Solved Threads: 0
Gink Gink is offline Offline
Light Poster

Re: How do I install Linux to D Drive

 
0
  #7
Feb 2nd, 2005
my D says MBR also, what does that mean
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 1,620
Reputation: kc0arf is a jewel in the rough kc0arf is a jewel in the rough kc0arf is a jewel in the rough 
Solved Threads: 51
Team Colleague
kc0arf kc0arf is offline Offline
Posting Virtuoso

Re: How do I install Linux to D Drive

 
0
  #8
Feb 2nd, 2005
Hi,

What OS are you running for Windoze?

MBR is Master Boot Record. That could be a problem if you format it.

Christian
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 46
Reputation: Gink is an unknown quantity at this point 
Solved Threads: 0
Gink Gink is offline Offline
Light Poster

Re: How do I install Linux to D Drive

 
0
  #9
Feb 2nd, 2005
windows XP
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 363
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: How do I install Linux to D Drive

 
0
  #10
Feb 4th, 2005
Originally Posted by Gink
how would I check if its primary or secondary
As kc0arf said, the most definitive way to determine that would be to open the computer's case and look at how the drives are connected.

Assuming that you have IDE (as opposed to SATA) drives, there will be two connectors on the mothereboard for the IDE ribbon cables. One of those connectors is the Primary IDE channel, the other is the Secondary channel, and you can have a maximun of two drives connected to each. You can usually determine which connector is Primary and Secondary by looking for labels on the mobo (near the connectors) that say something like IDE 0 and IDE 1; the lower number is the Primary. Which device on each channel is the Master and which is the Slave is usually determined by jumper settings on the drives tehmselves.

If both of your hard drives are connected to the mobo by the same ribbon cable, then they are both on the Primary IDE channel. The drive jumpered as Master will be C: (Primary Master) and the drive jumpered as Slave will be D: (Primary Slave).

If the drives are connected to the mobo on two different ribbon cables, you'll first have to determine which cable is on which IDE channel. After that, if the second drive is the only device connected to the Secondary cable, it will be the Secondary Master; if you have another device like a CD-ROM drive attached to the Secondary cable as well, you'll have to check the jumper settings on each device to determine the Master/Slave relationship.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Getting Started and Choosing a Distro Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC