LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 06-06-2007, 08:50 PM   #1
gilloz
LQ Newbie
 
Registered: Jun 2007
Location: High Desert, So. Calif.
Distribution: SimplyMepis 6.5
Posts: 10

Rep: Reputation: 0
Hard Drive references


I have 3 hard drives in my system. C Drive(main drive), D Drive(storage only) & G Drive(Blank now, but ready for Linux). E & F are my Optical Drives. Im Mepis, they refer to drives hda, hde & hdf as the drives I can use to install Mepis. How do I correspond these letters with my C, D & G drives? Note: In my Bios they are noted as HDD0 thru HDD3.
 
Old 06-06-2007, 09:10 PM   #2
hollywoodb
Member
 
Registered: Aug 2003
Location: Minnesota, U.S.A.
Distribution: Debian, openSUSE
Posts: 400

Rep: Reputation: 30
In linux, the drives work like this:

Primary IDE Channel, Master : hda
Primary IDE Channel, Slave : hdb
Secondary IDE Channel, Master : hdc
Secondary IDE Channel, Slave : hdd

so it depends on how you have your drives attached, really
partition in linux correspond to the drives, hda1, hda2, hda3, hdb1, hdb2; would be three partitions on hda and two partitions on hdb. free space doesn't get a number like a partition does, it is just "there" until you do something with it.
 
Old 06-06-2007, 09:29 PM   #3
gilloz
LQ Newbie
 
Registered: Jun 2007
Location: High Desert, So. Calif.
Distribution: SimplyMepis 6.5
Posts: 10

Original Poster
Rep: Reputation: 0
OK hollywoodb. Then if my G Drive is the 3rd Master in my group, is it safe to assume that it would be the "hde" drive in Mepis? I appreciate your quick response. Thanks again.
 
Old 06-06-2007, 09:37 PM   #4
hollywoodb
Member
 
Registered: Aug 2003
Location: Minnesota, U.S.A.
Distribution: Debian, openSUSE
Posts: 400

Rep: Reputation: 30
It should be... to be safe you could try mounting the drive from the livecd to make sure it is the drive you think it is, for example:

Code:
mkdir /tmpmount
mount -t auto /dev/hde /tmpmount
If it fails to mount with unknown filesystem or similar, it is probably the right drive as it is probably blank. If it mounts, do:

Code:
ls /tmpmount
umount /tmpmount
to show the contents of the drive an then unmount it.
 
Old 06-06-2007, 11:01 PM   #5
gilloz
LQ Newbie
 
Registered: Jun 2007
Location: High Desert, So. Calif.
Distribution: SimplyMepis 6.5
Posts: 10

Original Poster
Rep: Reputation: 0
OK hollywoodb, you just went over my head with the Code. I absolutely have no clue as to what you wrote and where I am suppose to write this or what program to use to write it in. Talk about a Neebie, thats me. Where can you direct me to make sense of this?
 
Old 06-07-2007, 06:32 AM   #6
hollywoodb
Member
 
Registered: Aug 2003
Location: Minnesota, U.S.A.
Distribution: Debian, openSUSE
Posts: 400

Rep: Reputation: 30
Your info says you're using SimplyMepis, so you should be able to do:

Alt+F2 -> type 'konsole' -> Run

Then you should be able to run those commands, if it says permission denied, then do "su -" first.

Alternatively, you could point Konqueror to "system:/media" and see if the hard drives are listed there so you can look at them and make sure you're looking at the right one.
 
Old 06-07-2007, 08:26 AM   #7
gilloz
LQ Newbie
 
Registered: Jun 2007
Location: High Desert, So. Calif.
Distribution: SimplyMepis 6.5
Posts: 10

Original Poster
Rep: Reputation: 0
I guess I didn't make myself clear. I was asking the original question because I have yet to install Mepis on my computer. I have never installed it or used it. I mean, I am really starting out new. I appreciate your responses and I will eventually "get it". It's people like you that make this easier on newbies like me. Thanks again.
 
Old 06-07-2007, 09:16 AM   #8
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Ok, SimplyMepis is a LiveCD. Boot your system with it. The commands (not code) given to you are shell commands. You use them in a terminal.

Linux does use a much different naming scheme than Windows. You will get used to it.

Boot the LiveCD and then just take a look at the available drives to see what is on them. It shouldn't be too hard to find the blank one.

If you start the partitioner, I believe that Mepis uses QTParted, use it to see what file systems are listed for each drive. When you find the blank unformatted one that's the one you want.
 
Old 06-07-2007, 10:47 AM   #9
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
LQ uses "Code:" blocks to render text in a monospace font in a box. It is usually for shell commands (think DOS-box if your experience goes back that far), not just some arcane computer language. Actually shell commands will seem arcane at 1st, but (we hope) you will get used to them .

In my experience installing Linux on perhaps hundreds of computers for new users, the SimplyMEPIS installer is the easiest, simplest, clearest one I have seen yet.
 
  


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
Copy Fedora 5 Hard Drive to another Hard Drive Using Knoppix 5.1.1 lud477 Linux - Software 2 03-17-2007 05:06 PM
Copying files from internal Hard drive to USB 2.0 Hard Drive is NOT Behaving tubatodd Ubuntu 4 02-19-2007 04:32 PM
Installing grub to external USB hard drive for later use as internal hard drive dhave Linux From Scratch 2 12-10-2005 08:48 AM
2 hard drive in system mirror 1st hard drive sburns76247 Linux - General 2 12-21-2004 01:47 AM
Grub to access new hard drive and old multi os hard drive ? gedi1 Linux - Hardware 0 06-03-2004 12:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

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