Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Installation
Reload this Page I can't mount IDE hsrd disc, please help!!
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Installation Need help or have questions about installing Linux, including dual booting with other distros or Windows? put them here!

Reply
 
Thread Tools Display Modes
Old 12-14-2002   #1 (permalink)
Just Joined!
 
Join Date: Dec 2002
Location: Catalonia
Posts: 5
Send a message via MSN to marcalj
I can't mount IDE hsrd disc, please help!!

Hello all, i'm setup a server and I have 4 hard disc drives, i one there's a Win partition and RedHat 8 partition. The othes hdd's are FAT32 partitions. I don't have any RAID system or wherever strange thing

when kernel starts booting shows this:

VP_IDE: VIA vt8231 (rev 10) IDE UDMA100 controller on pci00:11.1
ide0: BM-DMA at 0xd000-0xd007, BIOS settings: hdaMA, hdbMA
ide1: BM-DMA at 0xd008-0xd00f, BIOS settings: hdcMA, hddMA
hda: ST320011A, ATA DISK drive
hdb: ST340810A, ATA DISK drive
hdc: ST340810A, ATA DISK drive
hdd: ST340810A, ATA DISK drive

ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 39102336 sectors (20020 MB) w/2048KiB Cache, CHS=38792/16/63, UDMA(100)
hdb: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=4865/255/63, UDMA(100)
hdd: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=77545/16/63, UDMA(100)

ide-floppy driver 0.99.newide
Partition check:
hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 hda8 >
hdb: hdb1
hdd: [PTBL] [4865/255/63] hdd1

Floppy drive(s): fd0 is unknown type 15 (usb?), fd1 is unknown type 12 (usb?)
floppy0: no floppy controllers found
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
ide-floppy driver 0.99.newide
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.

and down...

SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices

---------------------
Kernel detect me an SCSI disc?? it's strange, I have 4 IDE's....only detects 3 as IDE.....

Also in the grub boot:

title Red Hat Linux (2.4.18-14)
root (hd0,1)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.18-14.img
title DOS
rootnoverify (hd0,0)
chainloader +1

--------

HELP!! i'm vety annoying!!

PC it's an VIA C3 Epia 800MHz.

Sorry for my poor english.

Thanks!!
__________________
RedHat v8.0
marcalj is offline   Reply With Quote
Old 12-14-2002   #2 (permalink)
Just Joined!
 
Join Date: Dec 2002
Location: Boston
Posts: 8
I will take a stab at it but this is just what I THINK migth be the problem

kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi

The system is not seeing hdc becuase i think the above line it telling it is a scsi drive when it is a IDE. try this line instead

kernel /vmlinuz-2.4.18-14 ro root=LABEL=/

Again this is just my quess.

Hartman
hartman is offline   Reply With Quote
Old 12-14-2002   #3 (permalink)
Just Joined!
 
Join Date: Dec 2002
Location: Catalonia
Posts: 5
Send a message via MSN to marcalj
hello hartman I deleted this line but after reboot i'm still have the same problem.

When I installed RedHat I installed with 2 hdd's in the ide1 port and a cd-rom drive in "hdc" (primary of IDE2 port). Maybe this is the problem, now I only have 4 hhd's and no cd-rom drives.

I'm very confused....any suggestion?
__________________
RedHat v8.0
marcalj is offline   Reply With Quote
Old 12-14-2002   #4 (permalink)
Just Joined!
 
Join Date: Dec 2002
Location: Boston
Posts: 8
marcalj,

I believe that each IDE channell can have only 2 devices each. So if you have IDEa and IDEb you can only have 4 total devices. Thus you can have only 4 drive and no CD-ROM or 3 drives and a CD-ROM

Hartman
hartman is offline   Reply With Quote
Old 12-14-2002   #5 (permalink)
Just Joined!
 
Join Date: Dec 2002
Location: Catalonia
Posts: 5
Send a message via MSN to marcalj
yeah....I agree

but its confusing....why I can't mount "hdc" in fact? you can see kernel recognised all my 4 hdd's but in disc manager only I view 3...

Jesus!!
__________________
RedHat v8.0
marcalj is offline   Reply With Quote
Old 12-14-2002   #6 (permalink)
Just Joined!
 
Join Date: Dec 2002
Location: Boston
Posts: 8
I'm not sure either, sorry
hartman is offline   Reply With Quote
Old 12-14-2002   #7 (permalink)
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,575
The CD-ROM was a CD writer, right?
It is necessary to use it as a SCSI disk, since the IDE drivers have no support for CD writing, and there are only CD writing applications for SCSI, too. I don't know which is the reason for the other.
Therefore, IDE CD writers are emulated as SCSI drives by the kernel if that kernel option is present, and installation scripts usually add it for CD writers. Actually, if your device is emulated as SCSI, it should be available via /dev/scd0. Try mounting it and see if it's there.
Deleting that option should, however, have corrected the problem. Check if it is in your /etc/modules.conf, too. That might be the problem. It must not be specified in either place if you wish to use hdc as an IDE drive.
Dolda2000 is offline   Reply With Quote
Old 12-14-2002   #8 (permalink)
Just Joined!
 
Join Date: Dec 2002
Location: Catalonia
Posts: 5
Send a message via MSN to marcalj
Hi Dolda2000, was no possible, it's a wrong device too....and in modules.conf there's no information about it....I will re-install entire OS but in a CDrom drive mode...I will have the same problem??

I hope don't....

See you and thanks to all !!
__________________
RedHat v8.0
marcalj is offline   Reply With Quote
Old 12-14-2002   #9 (permalink)
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,575
Hey, don't reinstall just yet!
Check some things first.
Could you give me the contents of your /proc/ide dir, /proc/scsi (if it exists), /proc/devices and /proc/modules?
You might not have to reinstall.
Dolda2000 is offline   Reply With Quote
Old 12-14-2002   #10 (permalink)
Just Joined!
 
Join Date: Dec 2002
Location: Catalonia
Posts: 5
Send a message via MSN to marcalj


doesn't matter, I reinstalled entire OS...now works fine....I only had the OS, nothing else, so, doesn't matter... xDD

LINUX IS THE BEST OS I HAVE TRIED!!!!! LINUX r000000lz, jejeje, i'm very happy

Thanks for all
__________________
RedHat v8.0
marcalj is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How to mount a drive royeo Redhat / Fedora Linux Help 1 05-06-2007 07:23 PM
How to mount drive royeo Redhat / Fedora Linux Help 1 05-05-2007 08:26 PM
my usb drive is not working virtus SuSE Linux Help 6 09-22-2005 10:04 AM
RHEL3 Mounting USB after reboot and between reboots: root and non-root users Luis Nunes Peripherals / Hardware 0 07-20-2005 01:08 PM
NIC problem with SuSE 8.2 flw Installation 0 09-24-2003 05:37 PM

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 06:36 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0